Skip to content

Commit b97414d

Browse files
removing margin for sparkline charts (elastic#85917) (elastic#85999)
1 parent f49696f commit b97414d

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugins/apm/public/components/shared/charts/spark_plot

1 file changed

+1
-0
lines changed

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

+1
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)