Merge "Unstack series on the "Cost Per Service Per Hour" graph"

This commit is contained in:
Zuul 2021-02-18 15:45:10 +00:00 committed by Gerrit Code Review
commit 7eb3241cc2
2 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,7 @@
var graph = new Rickshaw.Graph({
element: document.querySelector('#cost_progress'),
interpolation: 'linear',
unstack: 'true',
onComplete: function(w) {
var legend = new Rickshaw.Graph.Legend({
element: document.querySelector('#cost_progress_legend'),

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The "Cost Per Service Per Hour" graph no longer stacks series on the Y axis.