Browse Source

Fixed bar chart bars moving on color update.

pull/329/head
Andrew Hobden 11 years ago
parent
commit
89cae27085
  1. 2
      c3.js
  2. 4
      c3.min.js

2
c3.js

@ -5144,7 +5144,7 @@
Object.keys(colors).forEach(function (id) {
__data_colors[id] = colors[id];
});
redraw({withLegend: true});
redraw({withLegend: true, withUpdateXDomain: true});
return __data_colors;
};

4
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save