Skip to content

Commit 079a5c2

Browse files
authored
NMS-15495 Add original Y-axis value (without STACK) (#28)
* NMS-15495 Add original Y-axis value (without STACK) * NMS-15495 Fix version * NMS-15495 update hash of flot-datatable
1 parent 5cf10c5 commit 079a5c2

7 files changed

+1814
-2927
lines changed

dist/backshift.js

+1
Original file line numberDiff line numberDiff line change
@@ -2705,6 +2705,7 @@ Backshift.Graph.Flot = Backshift.Class.create(Backshift.Graph, {
27052705
fillColor: series.color
27062706
},
27072707
data: seriesValues,
2708+
originalY : values,
27082709
id: columnName,
27092710
metric: series.metric,
27102711
nodatatable: (series.name === undefined || series.name === null || series.name === '')

dist/backshift.min.js

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/backshift.onms.js

+1
Original file line numberDiff line numberDiff line change
@@ -1770,6 +1770,7 @@ Backshift.Graph.Flot = Backshift.Class.create(Backshift.Graph, {
17701770
fillColor: series.color
17711771
},
17721772
data: seriesValues,
1773+
originalY : values,
17731774
id: columnName,
17741775
metric: series.metric,
17751776
nodatatable: (series.name === undefined || series.name === null || series.name === '')

dist/backshift.onms.min.js

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)