Skip to content

Commit

Permalink
add data index to legendFormatter data
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Jun 7, 2019
1 parent 27cee3f commit 6d639bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ Legend.generateLegendHTML = function(g, x, sel_points, oneEmWidth, row) {
var data = {
dygraph: g,
x: x,
i: row,
series: []
};

Expand Down

0 comments on commit 6d639bc

Please sign in to comment.