Skip to content

Commit

Permalink
NMS-15495 Add original Y-axis value (without STACK) (#28)
Browse files Browse the repository at this point in the history
* NMS-15495 Add original Y-axis value (without STACK)

* NMS-15495 Fix version

* NMS-15495 update hash of flot-datatable
  • Loading branch information
dherdt committed May 31, 2023
1 parent 5cf10c5 commit 079a5c2
Show file tree
Hide file tree
Showing 7 changed files with 1,814 additions and 2,927 deletions.
1 change: 1 addition & 0 deletions dist/backshift.js
Original file line number Diff line number Diff line change
Expand Up @@ -2705,6 +2705,7 @@ Backshift.Graph.Flot = Backshift.Class.create(Backshift.Graph, {
fillColor: series.color
},
data: seriesValues,
originalY : values,
id: columnName,
metric: series.metric,
nodatatable: (series.name === undefined || series.name === null || series.name === '')
Expand Down
5 changes: 2 additions & 3 deletions dist/backshift.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/backshift.onms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,7 @@ Backshift.Graph.Flot = Backshift.Class.create(Backshift.Graph, {
fillColor: series.color
},
data: seriesValues,
originalY : values,
id: columnName,
metric: series.metric,
nodatatable: (series.name === undefined || series.name === null || series.name === '')
Expand Down
5 changes: 2 additions & 3 deletions dist/backshift.onms.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 079a5c2

Please sign in to comment.