Chart.js/test/fixtures
Vincent-Ip 93f4e6e4e8 New weight option for pie and doughnut charts (#5951)
Add functionality to give pie & doughnut datasets a weight attribute, which affects the relative thickness of the dataset when there are multiple datasets in pie & doughnut charts. The default weight of each dataset is 1, providing any other numerical value will allow the pie or doughnut dataset to be drawn with a thickness relative to its default size. 

For example a weight of 2 will allow the dataset to be drawn double its typical dataset thickness. Note that the weight attribute will only affect a pie or doughnut chart if there is more than one visible dataset. Using weight on a pie or doughnut dataset when there is only one dataset on the chart will have no affect.
2019-02-27 23:06:54 +01:00
..
controller.bar Add support for per side border width for rectangle (#6077) 2019-02-25 09:03:12 +01:00
controller.bubble Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858) 2018-11-28 07:53:41 +01:00
controller.doughnut New weight option for pie and doughnut charts (#5951) 2019-02-27 23:06:54 +01:00
controller.line Implement scriptable options for points in line charts (#5973) 2019-01-15 09:24:12 +01:00
controller.polarArea Implement scriptable options for polar area charts (#5976) 2019-01-13 21:17:27 +01:00
controller.radar Implement scriptable options for points in radar charts (#6041) 2019-02-09 23:07:54 +01:00
core.scale Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00
core.tooltip Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00
element.point Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858) 2018-11-28 07:53:41 +01:00
helpers.canvas Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858) 2018-11-28 07:53:41 +01:00
plugin.filler Add scale.pointLabels.lineHeight and scale.ticks.lineHeight options (#5914) 2018-12-20 09:56:06 +01:00
scale.radialLinear Stop drawing radialLinear scale twice (#6007) 2019-01-23 15:45:01 +01:00