SIGN IN SIGN UP
chartjs / Chart.js UNCLAIMED

Simple HTML5 Charts using the <canvas> tag

0 0 80 JavaScript

Change `scale.ticks` back to an array of strings (#4573)

Internal ticks are now stored as objects in the PRIVATE this._ticks member and must not be accessed directly from outside this class. this.ticks is around for a long time and hasn't been marked as private, so we can't change its structure without unexpected breaking changes. If you need to access the scale ticks, use scale.getTicks() instead.
S
Simon Brunel committed
53b7a6392fe839a72c10eb8f7e24a5581302394d
Parent: 56fdd7e
Committed by GitHub <noreply@github.com> on 7/29/2017, 7:26:36 PM