Skip to content

Commit

Permalink
Add back Chart.Ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 28, 2017
1 parent 92d033b commit ac5f291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Chart.Element = require('./core/core.element');
Chart.elements = require('./elements/index');
Chart.Interaction = require('./core/core.interaction');
Chart.platform = require('./platforms/platform');
Chart.Ticks = require('./core/core.ticks');

require('./core/core.plugin')(Chart);
require('./core/core.animation')(Chart);
Expand Down

0 comments on commit ac5f291

Please sign in to comment.