Chart.js/test
Simon Brunel aa652df240
Deprecate Chart.{Type} classes (#5868)
It looks like these classes are a legacy from version 1 but we actually never promoted their usage. Instead, the regular way to create a chart is to set the type in the config, for example: `new Chart(ctx, {type: 'bar'})`. Some types are actually missing (no `Chart.HorizontalBar` or `Chart.Pie`) but it's also not scalable because it can easily conflict with other classes scoped under the `Chart` namespace.
2018-11-29 07:56:20 +01:00
..
fixtures Fix cut off tick labels in radial scale (#5848) 2018-11-28 08:35:15 +01:00
specs Deprecate Chart.{Type} classes (#5868) 2018-11-29 07:56:20 +01:00
.eslintrc.yml Use the Chart.js shared ESLint config (#5112) 2018-01-06 17:59:13 -05:00
context.js Add support for *.js test fixture config (#5777) 2018-10-20 11:38:48 +02:00
fixture.js Add support for *.js test fixture config (#5777) 2018-10-20 11:38:48 +02:00
index.js Add support for *.js test fixture config (#5777) 2018-10-20 11:38:48 +02:00
matchers.js Add support for *.js test fixture config (#5777) 2018-10-20 11:38:48 +02:00
utils.js Add support for *.js test fixture config (#5777) 2018-10-20 11:38:48 +02:00