Chart.js/src/charts
Simon Brunel 889ecd560b Make Chart.defaults/Ticks/Interaction importable (#4512)
Default options can now be accessed by importing `core/core.defaults`. The returned object acts as a singleton and is populated when importing classes that expose their own default values (meaning that importing only `code.defaults` results in an empty object). Also make `Chart.Ticks` and `Chart.Interaction` importable since existing defaults rely on these values.

Add the `defaults._set` method that make easier declaring new defaults by merging given values with existing ones for a specific scope (`global`, `scale`, `bar`, etc).
2017-07-16 19:38:19 +02:00
..
Chart.Bar.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
Chart.Bubble.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
Chart.Doughnut.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
Chart.Line.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
Chart.PolarArea.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
Chart.Radar.js Fix radar default aspect ratio and samples 2016-09-23 17:47:36 +02:00
Chart.Scatter.js Make Chart.defaults/Ticks/Interaction importable (#4512) 2017-07-16 19:38:19 +02:00