Commit 89cae270 authored by Andrew Hobden's avatar Andrew Hobden

Fixed bar chart bars moving on color update.

parent 645a034e
......@@ -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;
};
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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