Commit c825bc93 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'mw-productivity-analytics-trendline-style' into 'master'

Productivity Analytics: Tweak style for scatterplot trendline

See merge request gitlab-org/gitlab!18247
parents 309457b7 48ab3045
......@@ -4,15 +4,12 @@ export const dateFormats = {
defaultDateTime: 'mmm d, yyyy h:MMtt',
};
/**
* #1f78d1 --> $blue-500 (see variables.scss)
*/
export const scatterChartLineColor = '#1f78d1';
export const scatterChartLineProps = {
default: {
type: 'line',
showSymbol: false,
lineStyle: { color: scatterChartLineColor },
// By default zlevel is 2 for all series types.
// By increasing the zlevel to 3 we make sure that the trendline gets drawn in front of the dots in the chart.
zlevel: 3,
},
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment