You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kumo-docs-astro/src/pages/charts/sankey.astro
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ import PropsTable from "../../components/docs/PropsTable.astro";
8
8
import {
9
9
SankeyChartBasicDemo,
10
10
SankeyChartMultiLevelDemo,
11
+
SankeyChartFullWidthDemo,
11
12
SankeyChartTooltipDemo,
12
13
SankeyChartRichTooltipDemo,
13
14
SankeyChartInteractiveDemo,
@@ -103,6 +104,22 @@ export default function Example() {
103
104
</ComponentExample>
104
105
</div>
105
106
107
+
<div>
108
+
<Headinglevel={3}>Full-Width Layout</Heading>
109
+
<pclass="mb-4 text-kumo-subtle">
110
+
Use <codeclass="text-kumo-default">left</code> and <codeclass="text-kumo-default">right</code> to control horizontal padding of the Sankey layout within its container. Set both to <codeclass="text-kumo-default">0</code> to eliminate the default 5% padding and fill the full width.
0 commit comments