Chart.js/test
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
..
fixtures New weight option for pie and doughnut charts (#5951) 2019-02-27 23:06:54 +01:00
specs Add support for per side border width for rectangle (#6077) 2019-02-25 09:03:12 +01:00
.eslintrc.yml Add support for typed arrays (#5905) 2018-12-18 14:49:39 +01:00
context.js Add support for 'inner' border for arc elements (#5841) 2018-12-18 13:58:02 +01: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 Fix typo in test utils comment (#6017) 2019-01-28 19:40:07 +01:00