Commit 64c5ddc5 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Add color API - #263

parent 76cff822
......@@ -5020,6 +5020,8 @@
return __data_colors;
};
c3.color = color;
c3.x = function (x) {
if (arguments.length) {
updateTargetX(c3.data.targets, x);
......
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