🆕 Enhancements
- dropshadow color added - fixes #300
- A new property named "forceNiceScale" in y-axis added which generates nice numbers forcefully even when user provides min/max; fixes #302
🐞 Bug fixes
- annotation small values (replaced parseInt with parseFloat to allow tiny values) - fixes #292
- crosshairs stroke dashArray issue fixed which produced 2 lines on thin crosshairs; fixes #290
- y axis fix for very small range - fixes #294
- bug fixed on update when stroke.show = false; fixes #289
- radialbar fix for values exceeding 100
- donut small value fix - fixes #301