Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

90 lines (58 loc) · 5.29 KB

Changelog

8.0.0

  • new Versioning by following Angular major build number
  • update to Angular Version 8+

1.2.1

  • new input "animation" can deactivate chart build/refresh animation
  • minor improvments for detecting changes

1.2.0

  • 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

1.1.1

  • Bar Chart change style
  • default Colors when no Theme is imported
  • reduce Pie Chart animation size

1.1.0

  • Line Chart general improvement
  • Line Chart has now a filler element per Line (with option to turn it of)

1.0.1

  • update to Angular ^7.0.0
  • fix overflow on Pie Chart hover/click

0.7.1

  • refactor Responsive Design for Bar and Line Chart
  • add Theming for all Modules
  • reduce Production bundle size

0.6.2

0.6.1

0.6.0

0.5.0

  • [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

0.4.0

0.3.0

0.2.3

  • Initial Version on Github