Skip to content

Latest commit

 

History

History
170 lines (117 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

170 lines (117 loc) · 3.44 KB

Changelog

All notable changes to chart-js-integration will be documented in this file

v0.2.4 - 2020-04-14

  • add new feature: tooltips
  • 🔥 remove unused fontawesome
  • update documentation

v0.2.3 - 2020-03-31

  • add new chart: polar area chart
  • add new feature: reload button
  • update documentation

v0.2.2 - 2020-03-27

  • add default button filter metrics. available for:
    • doughnut
    • pie
    • bar
    • stacked
    • line
    • area
  • update documentation for filter metrics button

v0.2.1 - 2020-03-25

  • new feature: button filter metrics. available for:
    • doughnut
    • pie
    • bar
    • stacked
    • line
    • area
  • add documentation for filter metrics button
  • update documentation

v0.2.0 - 2020-03-18

  • major update: add new feature for clickable chart with sweetalert2
    • doughnut
    • pie
    • bar
    • stacked
    • line
    • area
  • add new feature: go to external link
  • add documentation for external link button
  • add documentation for clickable chart with sweetalert2
  • update documentation

v0.1.5 - 2020-03-11

  • add workaround for change border color for circle chart
  • update documentation

v0.1.4 - 2020-02-21

  • add new feature: join table
  • change documentation url if any error notification
  • add multiple condition in case when for laravel model
  • update documentation

v0.1.3 - 2020-02-25

  • fixing bug related pie and doughnut chart with API error

v0.1.2 - 2020-02-21

  • add layout configuration
  • update documentation

v0.1.1 - 2020-02-20

  • major update: change options behavior
  • add legend configuration
    • set legend
    • hide legend
  • update documentation

v0.0.17 - 2020-02-06

  • add scatter-chart feature
  • update documentation

v0.0.16 - 2020-01-13

  • add refresh button feature
  • update documentation

v0.0.15 - 2020-01-11

  • fix bug for not showing label when hover to stacked chart

v0.0.14 - 2020-01-09

  • add daily view feature
  • move documentation to github page

v0.0.13 - 2020-01-06

  • fix weekly base view bug in v0.0.12 release
  • add start week option
  • update documentation

v0.0.12 - 2020-01-02

  • add weekly base view
  • update documentation

v0.0.11 - 2019-12-30

  • add doughnut chart feature
  • add pie chart feature
  • update documentation

v0.0.10 - 2019-12-27

  • fix issue for bar chart with data after v0.0.9 release
  • remove unlisted console log

v0.0.9 - 2019-12-26

  • add line chart feature
  • add area chart feature
  • update documentation

v0.0.8 - 2019-12-26

v0.0.6 - 2019-12-19

  • fix bug for v0.0.5 release
    • fix sum calculation for total not changed
  • add number format in chart using M for million and K for thousand.

v0.0.5 - 2019-12-19

  • add sum calculation instead of count
  • update documentation for chart-js-integration with new feature
  • fix bug for v0.0.4 release
    • filter data error for IS NULL and IS NOT NULL

v0.0.4 - 2019-12-18

  • add filter data feature
  • add latest month feature
  • add custom chart color
  • hide total feature
  • update documentation for chart-js-integration with new feature

v0.0.3 - 2019-12-18

  • update documentation for chart-js-integration with model
  • add custom column calculation

v0.0.2 - 2019-12-18

  • add chart js integration with model

v0.0.1 - 2019-12-13

  • initial release
  • chart-js-integration with custom data
  • bar chart feature
  • stacked chart feature