Skip to content

Commit

Permalink
update streamgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbinbin committed Jun 1, 2024
1 parent 2d0a7c9 commit fa39226
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions areachart/stacked-areachart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@

<body>
<div class="mx-auto my-6 text-center">
<h1 class="py-8 text-2xl font-bold">河流图</h1>
<h1 class="py-8 text-2xl font-bold">堆叠式面积图</h1>
<p>不同行业的失业人数在 2000-2010 年间各月份的变化情况</p>
<div class="py-2 text-sm flex flex-wrap justify-center items-center gap-4">
<a href="../../index.html"
class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">首页</a>
<a href="https://observablehq.com/@benbinbin/streamgraph" target="_blank"
<a href="https://observablehq.com/@benbinbin/stacked-area-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/streamgraph/" target="_blank"
<a href="https://github.com/Benbinbin/d3-learning/tree/main/areachart/stacked-areachart/" 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#河流图"
<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>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions areachart/streamgraph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@

<body>
<div class="mx-auto my-6 text-center">
<h1 class="py-8 text-2xl font-bold">堆叠式面积图</h1>
<h1 class="py-8 text-2xl font-bold">河流图</h1>
<p>不同行业的失业人数在 2000-2010 年间各月份的变化情况</p>
<div class="py-2 text-sm flex flex-wrap justify-center items-center gap-4">
<a href="../../index.html"
class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">首页</a>
<a href="https://observablehq.com/@benbinbin/stacked-area-chart" target="_blank"
<a href="https://observablehq.com/@benbinbin/streamgraph" 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/stacked-areachart/" target="_blank"
<a href="https://github.com/Benbinbin/d3-learning/tree/main/areachart/streamgraph/" 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#堆叠式面积图"
<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>
</div>
</div>
Expand Down

0 comments on commit fa39226

Please sign in to comment.