UNPKG
ngx-graph-new
Version:
latest (1.0.0)
1.0.0
Modify the ngx-chart version is used
github.com/swimlane/ngx-graph
swimlane/ngx-graph
ngx-graph-new
/
demo
/
chartTypes.ts
16 lines
(14 loc)
•
269 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const
chartGroups = [ {
name
:
'Other Charts'
,
charts
: [ {
name
:
'Directed Graph'
,
selector
:
'directed-graph'
,
inputFormat
:
'graph'
,
options
: [
'colorScheme'
,
'showLegend'
] } ] } ];
export
default
chartGroups;