We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb05f31 commit 70ac0b1Copy full SHA for 70ac0b1
src/components/chart/vegaLiteChart/vegaLiteChart.css
@@ -1,4 +1,4 @@
1
-.rustic-responsive-chart {
+.rustic-chart {
2
width: 100%;
3
height: 100%;
4
}
src/components/chart/vegaLiteChart/vegaLiteChart.tsx
@@ -49,7 +49,7 @@ function VegaLiteChart(props: VegaLiteChartData) {
49
return <Typography variant="body2">Failed to load the chart.</Typography>
50
} else {
51
return (
52
- <Stack direction="column" className="rustic-responsive-chart">
+ <Stack direction="column" className="rustic-chart">
53
{props.title && (
54
<Typography variant="subtitle2">{props.title}</Typography>
55
)}
0 commit comments