Commit 3bd219a4 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'jivl-fix-timescale-prometheus-charts-overlapping' into 'master'

fix timescale prometheus charts overlapping

Closes #43458

See merge request gitlab-org/gitlab-ce!17657
parents 654050da f2247c65
......@@ -209,6 +209,7 @@
const xAxis = d3.axisBottom()
.scale(axisXScale)
.ticks(this.graphWidth / 120)
.tickFormat(timeScaleFormat);
const yAxis = d3.axisLeft()
......
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