Skip to content

Commit

Permalink
Add color API - #263
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed May 29, 2014
1 parent 76cff82 commit 64c5ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -5020,6 +5020,8 @@
return __data_colors;
};

c3.color = color;

c3.x = function (x) {
if (arguments.length) {
updateTargetX(c3.data.targets, x);
Expand Down
Loading

0 comments on commit 64c5ddc

Please sign in to comment.