Skip to content

Commit

Permalink
update difference chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbinbin committed May 23, 2024
1 parent ee6d8ab commit 8145f87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion areachart/difference-chart-v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="py-8 text-2xl font-bold">差异图-v2</h1>
class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">首页</a>
<a href="https://observablehq.com/@benbinbin/difference-chart" target="_blank"
class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">参考</a>
<a href="https://github.com/Benbinbin/d3-learning/tree/main/areachart/difference-chart/" target="_blank"
<a href="https://github.com/Benbinbin/d3-learning/tree/main/areachart/difference-chart-v2/" target="_blank"
class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">代码</a>
<a href="https://datavis-note.benbinbin.com/article/d3/chart-example/d3-chart-example-area-chart#差异图"
target="_blank" class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">笔记</a>
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ <h3 class="pb-4 text-xl font-bold text-gray-700">{{ example.name }}</h3>
folder: 'difference-chart',
note: 'https://datavis-note.benbinbin.com/article/d3/chart-example/d3-chart-example-area-chart#差异图'
},
{
name: '差异图 v2',
reference: 'https://observablehq.com/@benbinbin/difference-chart',
folder: 'difference-chart-v2',
note: 'https://datavis-note.benbinbin.com/article/d3/chart-example/d3-chart-example-area-chart#差异图'
},
]
},
{
Expand Down

0 comments on commit 8145f87

Please sign in to comment.