This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
v0.0.27
Bug fixes:
- Axis - Constrain tick value range to upper bound determined via tick interval and tick count (#99 - fixes #94)
- Radar - Fix label.fill props (#108) - @DupK
- Bar - Cleanup x axis label offsets to avoid tie to chart offsets (#111 - fixes #103)
- Axis - Handle possibility of null value for axis tick label (#109 - fixes #97)
- Bar - Allowing bar coloring to respect grouped data (#137 - fixes #134)
- Pie - Fix pie chart centering (#138)
Enhancements:
- Axis - Added color, gridColor, strokeWidth and opacity (#121) - @microwavesafe
- Radar - Added rings option (#131 - fixes #131) - @HineshMandalia