DefinitelyTyped/chartjs
Ivan Akulov 32b31deb18 Mark "highlight" and "label" properties of CircularChartData as optional
The "highlight" and "label" properties of CircularChartData are actually optional: highlight defaults to color (https://github.com/nnnick/Chart.js/blob/master/src/Chart.Doughnut.js#L98), and label is only rendered when present (https://github.com/nnnick/Chart.js/blob/master/src/Chart.Doughnut.js#L35).
2015-03-17 13:17:14 +03:00
..
chart-tests.ts Update chart-tests.ts 2014-09-29 10:10:51 +01:00
chart.d.ts Mark "highlight" and "label" properties of CircularChartData as optional 2015-03-17 13:17:14 +03:00