Skip to content

Commit 019efd4

Browse files
committed
AFCL Chart components and documentation
1 parent 819b0d1 commit 019efd4

33 files changed

+522
-47
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [v1.5.11] - next
99

10+
Major AFCL update
11+
1012
### Added
1113
- AFCL Table component
14+
- AFCL Chart components and documentation
1215

1316
## [v1.5.10]
1417

adminforth/documentation/docs/tutorial/03-Customization/06-customPages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Create a Vue component in the `custom` directory of your project, e.g. `Dashboar
120120
<PieChart
121121
:data="apartsCountsByRooms"
122122
:options="{
123+
chart: { type: 'donut'},
123124
plotOptions: {
124125
pie: {
125126
donut: {

0 commit comments

Comments
 (0)