diff --git a/projects/js-packages/charts/src/components/line-chart/line-chart.tsx b/projects/js-packages/charts/src/components/line-chart/line-chart.tsx index ae9a1a91a59f8..eb88bb5cf5a55 100644 --- a/projects/js-packages/charts/src/components/line-chart/line-chart.tsx +++ b/projects/js-packages/charts/src/components/line-chart/line-chart.tsx @@ -83,16 +83,7 @@ const LineChart: FC< LineChartProps > = ( { withTooltips = true, showLegend = false, legendOrientation = 'horizontal', - options = { - axis: { - x: { - orientation: 'bottom', - }, - y: { - orientation: 'left', - }, - }, - }, + options = {}, } ) => { const providerTheme = useChartTheme(); @@ -134,8 +125,13 @@ const LineChart: FC< LineChartProps > = ( { yScale={ { type: 'linear', nice: true } } > - - + + { data.map( ( seriesData, index ) => (