Chart.js/src/controllers
Simon Brunel 51aa9b4a27 Allow multiple charts sharing the same data
Meta info are now scoped by chart and moved under the dataset._meta map { chart.id -> meta }. Meta for a specific chart (and dataset) can be accessed using chart.getDatasetMeta(datasetIndex) or from the dataset controller using getMeta(). Note that helpers.uid() now generates an int (instead of a string) to make lookups in the _meta map faster.
2016-04-26 12:46:24 +02:00
..
controller.bar.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00
controller.bubble.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00
controller.doughnut.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00
controller.line.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00
controller.polarArea.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00
controller.radar.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00