Added command list.

This commit is contained in:
2026-01-26 15:24:27 -05:00
parent b71fb89832
commit d15eab2421
3 changed files with 64 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ const LineChartComponent = ({
});
return (
<Chart.Root maxH="xs" chart={chart} maxW="100vw">
<Chart.Root maxH="xs" chart={chart} maxW="100dvw">
<LineChart data={chart.data}>
<CartesianGrid stroke={chart.color("border")} vertical={false} />
<XAxis
@@ -40,7 +40,7 @@ const LineChartComponent = ({
tickLine={false}
tickMargin={10}
stroke={chart.color("border")}
// label={{ value: label, position: "left", angle: -90 }}
// label={{ value: label, position: "left", angle: -90 }}
/>
<Tooltip
animationDuration={100}