Skip to content

Commit 04d4e71

Browse files
removing margin for sparkline charts (#85917)
1 parent 47ffefe commit 04d4e71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/plugins/apm/public/components/shared/charts/spark_plot

x-pack/plugins/apm/public/components/shared/charts/spark_plot/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function SparkPlot({
4646
const defaultChartTheme = useChartTheme();
4747

4848
const sparkplotChartTheme = merge({}, defaultChartTheme, {
49+
chartMargins: { left: 0, right: 0, top: 0, bottom: 0 },
4950
lineSeriesStyle: {
5051
point: { opacity: 0 },
5152
},

0 commit comments

Comments
 (0)