mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(charts): add the charts examples
This commit is contained in:
parent
e8dc2b9c72
commit
20a05654f4
19 changed files with 655 additions and 13 deletions
|
|
@ -50,7 +50,13 @@ export const menuItems: List<NgaMenuItem> = List([{
|
|||
}, {
|
||||
title: 'Charts',
|
||||
icon: 'ion ion-arrow-graph-up-right',
|
||||
link: '/pages/charts',
|
||||
children: List<NgaMenuItem>([{
|
||||
title: 'Echarts',
|
||||
link: '/pages/charts/echarts',
|
||||
}, {
|
||||
title: 'D3',
|
||||
link: '/pages/charts/d3',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Editors',
|
||||
icon: 'ion ion-edit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue