Skip to content

Commit 3847bc3

Browse files
committed
docs(Treemap): Simplify headings
1 parent f8b8287 commit 3847bc3

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

  • packages/layerchart/src/routes/docs/examples/Treemap

packages/layerchart/src/routes/docs/examples/Treemap/+page.svelte

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@
118118

119119
<h1>Examples</h1>
120120

121-
<h2>Nested</h2>
122-
123-
<h3>Zoomable</h3>
121+
<h2>Nested (zoom)</h2>
124122

125123
<div class="grid gap-1 mb-4">
126124
<div class="grid grid-cols-[6fr_3fr] gap-1">
@@ -266,9 +264,7 @@
266264
</div>
267265
</Preview>
268266

269-
<h2>Nested</h2>
270-
271-
<h3>Grouped and Filterable</h3>
267+
<h2>Nested (filter)</h2>
272268

273269
<div class="grid gap-1 mb-4">
274270
<div class="grid grid-cols-[6fr_3fr] gap-1">
@@ -407,9 +403,7 @@
407403
</div>
408404
</Preview>
409405

410-
<h2>Stacked</h2>
411-
412-
<h3>Zoomable</h3>
406+
<h2>Stacked (zoom)</h2>
413407

414408
<div class="grid grid-flow-col gap-4 mb-4">
415409
<div class="grid grid-cols-[6fr_3fr] gap-2">

0 commit comments

Comments
 (0)