Chart.js/src/core
Simon Brunel 29115c9d2c Handle data visibility per chart
New Chart.Element.hidden bool flag storing the visibility state of its associated data. Since elements belong to a specific chart, this change allows to manage data visibility per chart (e.g. when clicking the legend of some charts).

This commit also changes (fixes?) the polar chart animation when data visibility changes. Previous implementation was affected by an edge effect due to the use of NaN as hidden implementation.
2016-04-26 12:46:29 +02:00
..
core.animation.js Optimize animation frame requests (#2268) 2016-04-15 20:15:54 -04:00
core.controller.js Handle data visibility per chart 2016-04-26 12:46:29 +02:00
core.datasetController.js Allow multiple charts sharing the same data 2016-04-26 12:46:24 +02:00
core.element.js Handle data visibility per chart 2016-04-26 12:46:29 +02:00
core.helpers.js Handle effective dataset visibility per chart 2016-04-26 12:46:27 +02:00
core.js Fixed the generateLegend function 2016-04-13 16:03:08 +01:00
core.layoutService.js Only update the size of boxes that are not full width 2016-04-24 08:20:36 -04:00
core.legend.js Handle effective dataset visibility per chart 2016-04-26 12:46:27 +02:00
core.plugin.js Fix typo in plugin 'destroy' 2016-04-21 17:25:37 +02:00
core.scale.js Added default ("left") for position field in global scale defaults. 2016-04-26 03:09:35 +02:00
core.scaleService.js Clean up code climate style issues and formatting. 2016-02-14 17:06:00 -05:00
core.title.js Fix global font settings 2016-02-28 13:41:17 -05:00
core.tooltip.js Handle effective dataset visibility per chart 2016-04-26 12:46:27 +02:00