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 0ec05c7 commit cd75409Copy full SHA for cd75409
packages/cubejs-playground/src/libraries/recharts.js
@@ -39,7 +39,7 @@ const chartTypeToTemplate = {
39
))}
40
</CartesianChart>`,
41
pie: `
42
- <ResponsiveContainer width="100%" height={400}>
+ <ResponsiveContainer width="100%" height={350}>
43
<PieChart>
44
<Pie
45
isAnimationActive={false}
@@ -81,7 +81,7 @@ export const sourceCodeTemplate = ({ chartType, renderFnName }) => (
81
} from "recharts";
82
83
const CartesianChart = ({ resultSet, children, ChartComponent }) => (
84
85
<ChartComponent data={resultSet.chartPivot()}>
86
<XAxis dataKey="x" />
87
<YAxis />
0 commit comments