Browse Source

Fix conflict

pull/302/merge
Masayuki Tanaka 10 years ago
parent
commit
cdac727ce8
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

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

2
c3.min.js vendored

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