Commit cdac727c authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix conflict

parents 40333060 89cae270
...@@ -5207,7 +5207,7 @@ ...@@ -5207,7 +5207,7 @@
Object.keys(colors).forEach(function (id) { Object.keys(colors).forEach(function (id) {
__data_colors[id] = colors[id]; __data_colors[id] = colors[id];
}); });
redraw({withLegend: true}); redraw({withLegend: true, withUpdateXDomain: true});
return __data_colors; return __data_colors;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment