Chart.js/test/fixtures
Shayne Linhart a0a195f353 Added 'angle' option to Polar Charts (#5279)
* added 'angle' option to polar charts. image comparison test is work in progress; not currently passing

* removed unnecessary variable assignment

* code cleanup based on PR; for 'angle' option on polarCharts

* Made polar chart image comparison test pass by removing debug flag. Also explicitly marked _computeAngle as private.

* Removed visibleCount computation in polar chart

* split out code related to updating the radius in polar chart's update function, into it's own 'updateRadius' function

* made updateRadius method private

* fix linting error

* updated polar charts to read custom angles from "chart.options.elements.arc.angle" instead of "chart.options.angle"
2018-06-17 11:56:57 -04:00
..
controller.bar Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
controller.polarArea Added 'angle' option to Polar Charts (#5279) 2018-06-17 11:56:57 -04:00
core.scale Proper tick position for right positioned axis (#5401) 2018-04-11 18:16:32 -04:00
plugin.filler Fix wild special zero grid line when undefined (#4700) 2017-08-26 07:48:57 +02:00