·
8 commits
to main
since this release
What's Changed
Features 🚀
- feat(lib): add chart type management (for gauge specifities) by @jacques-lebourgeois in #596
- feat(lib): Enhanced the default configuration of donuts and pie charts by @jacques-lebourgeois in #644
These two changes essentially bring the following developments:
- Add support for different types of gauges: horizontal, circular, semi-circular and dial
- Add a specific initialisation parameter for each type of graph, which can be obtained by calling one of the methods:
- getLineChartConfiguration : to build a configuration of a line chart
- getBarChartConfiguration : to build a configuration of a bar chart
- getLineAndBarChartConfiguration : to build a configuration of a bar and line chart
- getPieChartConfiguration : to build a configuration of a pie chart
- getDonutChartConfiguration : to build a configuration of a donut chart
- getHorizontalGaugeChartConfiguration : to build a configuration of a horizontal gauge
- getSemiCircularGaugeChartConfiguration : to build a configuration of a semicircular gauge
- getCircularGaugeChartConfiguration : to build a configuration of a circular gauge
- getDialGaugeChartConfiguration : to build a configuration of a dial gauge
- Enhance support for donuts and pies by including a default configuration for these graphs in the library
Documentation 📚
- feat(docs): add gauge examples by @jacques-lebourgeois in #578
Chores 
- chore(deps): add @angular-devkit/build-angular in ignore list of /test/angular-14 by @dependabot[bot] in #640
- chore(deps): bump form-data from 3.0.3 to 3.0.4 in /test/react by @dependabot[bot] in #643
- chore(deps-dev): bump the vue-all-deps group in /test/vue with 3 updates by @dependabot[bot] in #645
- chore(deps): bump the angular-echarts-all-deps group in /test/angular-echarts with 12 updates by @dependabot[bot] in #646
- chore(deps): bump the angular-ng-boosted-all-deps group across 1 directory with 15 updates by @dependabot[bot] in #647
- chore(deps-dev): bump jasmine from 5.8.0 to 5.9.0 by @dependabot[bot] in #648
- chore(deps-dev): bump astro from 5.12.0 to 5.12.3 by @dependabot[bot] in #649
- chore(deps): bump the angular-14-all-deps group in /test/angular-14 with 16 updates by @dependabot[bot] in #651
Full Changelog: v0.1.3...v0.2.0