- new Versioning by following Angular major build number
- update to Angular Version 8+
- new input "animation" can deactivate chart build/refresh animation
- minor improvments for detecting changes
- fix refresh Problem with filters on the Line chart
- Y Axis shows now "" when filter values are out of range (instead of previous "NAN" & "infinity")
- structor change for Axis (axis x & y are now standalone svg components)
- a theme can now be applied to axis
- add "barFullFilled" as new Input to Bar chart
- add "hideTooltip" for all charts
- expose mouse position X/Y in chart-item.service (this can be used to show a custom tooltip)
- remove "!important" from themes
- code improvements
- Bar Chart change style
- default Colors when no Theme is imported
- reduce Pie Chart animation size
- Line Chart general improvement
- Line Chart has now a filler element per Line (with option to turn it of)
- update to Angular ^7.0.0
- fix overflow on Pie Chart hover/click
- refactor Responsive Design for Bar and Line Chart
- add Theming for all Modules
- reduce Production bundle size
- [2763616] expose Line model
- [4584ff2] missing export Point model
- [f145abb] [54a0ccb] [87961a0] [a75146c] [5ca3253] [59f5130] [89b6f6b] [907477c] [2c806d4] [9175090] [310d980] [1a88e0b] new Line Chart
- [f2dab8b] Pie Chart add the option to show as Donut
- [aa0e25f] Bar Chart add function to change the Chart orientation (horizontal, vertical and mirrored)
- [041cb9f] Bar Chart add the function to activate left/right Scale or on both sides
- [77e20f5] Bar Chart allow to change the bar offset
- [93e4f0d] Bar Chart fix load animation
- [070a3c7] [f1ff427] Legend effect based on Chart hover/select
- [be9b22b] [6773fac] Pie Chart prevent Draw for no or 0 values
- [d55c79a2] Bar Chart prevent Draw for no or 0 values
- [4d902d64] change Legend cursor and Flex
- [f06cb6e8] Bar Chart allow custom Steps 'steps' (default = 6)
- [516230b9] update Bar Unit test
- [a9c8597] Legend vertical Style improved
- [6a1b544] Tooltip Z-Index set to 80
- [cb7500f] [64b3b11] [0977c57] [256b74f] added more Unit Tests
- [7b714bf] fix. null & undifiend error in Pie Chart
- [eb839fa] [2257d6d] expose ChartItem Service
- Initial Version on Github