@carbon/charts-angular 0.59.0-beta.0 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -0
- package/LICENSE.md +201 -0
- package/README.md +23 -8
- package/{dist/alluvial-chart.component.d.ts → alluvial-chart.component.d.ts} +0 -0
- package/{dist/area-chart-stacked.component.d.ts → area-chart-stacked.component.d.ts} +0 -0
- package/{dist/area-chart.component.d.ts → area-chart.component.d.ts} +0 -0
- package/{dist/bar-chart-grouped.component.d.ts → bar-chart-grouped.component.d.ts} +0 -0
- package/{dist/bar-chart-simple.component.d.ts → bar-chart-simple.component.d.ts} +0 -0
- package/{dist/bar-chart-stacked.component.d.ts → bar-chart-stacked.component.d.ts} +0 -0
- package/{dist/base-chart.component.d.ts → base-chart.component.d.ts} +0 -0
- package/{dist/boxplot-chart.component.d.ts → boxplot-chart.component.d.ts} +0 -0
- package/{dist/bubble-chart.component.d.ts → bubble-chart.component.d.ts} +0 -0
- package/{dist/bullet-chart.component.d.ts → bullet-chart.component.d.ts} +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.js +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.js.map +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js.map +0 -0
- package/{dist/carbon-charts-angular.d.ts → carbon-charts-angular.d.ts} +0 -0
- package/{dist/carbon-charts-angular.metadata.json → carbon-charts-angular.metadata.json} +0 -0
- package/{dist/charts.module.d.ts → charts.module.d.ts} +0 -0
- package/{dist/circle-pack-chart.component.d.ts → circle-pack-chart.component.d.ts} +0 -0
- package/{dist/combo-chart.component.d.ts → combo-chart.component.d.ts} +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-column.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-label.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-subtitle.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-title.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node.module.d.ts +0 -0
- package/{dist/diagrams → diagrams}/configs.d.ts +0 -0
- package/{dist/diagrams → diagrams}/edge/edge.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/edge/edge.module.d.ts +0 -0
- package/{dist/diagrams → diagrams}/marker/marker.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/marker/marker.module.d.ts +0 -0
- package/{dist/diagrams → diagrams}/shape-node/shape-node.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/shape-node/shape-node.module.d.ts +0 -0
- package/{dist/donut-chart.component.d.ts → donut-chart.component.d.ts} +0 -0
- package/{dist/esm2015 → esm2015}/alluvial-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/area-chart-stacked.component.js +0 -0
- package/{dist/esm2015 → esm2015}/area-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bar-chart-grouped.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bar-chart-simple.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bar-chart-stacked.component.js +0 -0
- package/{dist/esm2015 → esm2015}/base-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/boxplot-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bubble-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bullet-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/carbon-charts-angular.js +0 -0
- package/{dist/esm2015 → esm2015}/charts.module.js +0 -0
- package/{dist/esm2015 → esm2015}/circle-pack-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/combo-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-column.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-label.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-subtitle.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-title.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.module.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/configs.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/edge/edge.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/edge/edge.module.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/marker/marker.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/marker/marker.module.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.module.js +0 -0
- package/{dist/esm2015 → esm2015}/donut-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/gauge-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/heatmap-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/histogram-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/index.js +0 -0
- package/{dist/esm2015 → esm2015}/line-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/lollipop-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/meter-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/pie-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/radar-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/scatter-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/tree-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/treemap-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/wordcloud-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/alluvial-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/area-chart-stacked.component.js +0 -0
- package/{dist/esm5 → esm5}/area-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/bar-chart-grouped.component.js +0 -0
- package/{dist/esm5 → esm5}/bar-chart-simple.component.js +0 -0
- package/{dist/esm5 → esm5}/bar-chart-stacked.component.js +0 -0
- package/{dist/esm5 → esm5}/base-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/boxplot-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/bubble-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/bullet-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/carbon-charts-angular.js +0 -0
- package/{dist/esm5 → esm5}/charts.module.js +0 -0
- package/{dist/esm5 → esm5}/circle-pack-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/combo-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-column.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-label.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-subtitle.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-title.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node.module.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/configs.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/edge/edge.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/edge/edge.module.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/marker/marker.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/marker/marker.module.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.module.js +0 -0
- package/{dist/esm5 → esm5}/donut-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/gauge-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/heatmap-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/histogram-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/index.js +0 -0
- package/{dist/esm5 → esm5}/line-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/lollipop-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/meter-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/pie-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/radar-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/scatter-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/tree-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/treemap-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/wordcloud-chart.component.js +0 -0
- package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js +0 -0
- package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js.map +0 -0
- package/{dist/fesm5 → fesm5}/carbon-charts-angular.js +0 -0
- package/{dist/fesm5 → fesm5}/carbon-charts-angular.js.map +0 -0
- package/{dist/gauge-chart.component.d.ts → gauge-chart.component.d.ts} +0 -0
- package/{dist/heatmap-chart.component.d.ts → heatmap-chart.component.d.ts} +0 -0
- package/{dist/histogram-chart.component.d.ts → histogram-chart.component.d.ts} +0 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/line-chart.component.d.ts → line-chart.component.d.ts} +0 -0
- package/{dist/lollipop-chart.component.d.ts → lollipop-chart.component.d.ts} +0 -0
- package/{dist/meter-chart.component.d.ts → meter-chart.component.d.ts} +0 -0
- package/package.json +108 -103
- package/{dist/pie-chart.component.d.ts → pie-chart.component.d.ts} +0 -0
- package/{dist/radar-chart.component.d.ts → radar-chart.component.d.ts} +0 -0
- package/{dist/scatter-chart.component.d.ts → scatter-chart.component.d.ts} +0 -0
- package/{dist/tree-chart.component.d.ts → tree-chart.component.d.ts} +0 -0
- package/{dist/treemap-chart.component.d.ts → treemap-chart.component.d.ts} +0 -0
- package/{dist/wordcloud-chart.component.d.ts → wordcloud-chart.component.d.ts} +0 -0
- package/.storybook/addons.js +0 -2
- package/.storybook/assets/logo.svg +0 -1
- package/.storybook/assets/share.png +0 -0
- package/.storybook/assets/welcome.png +0 -0
- package/.storybook/config.js +0 -22
- package/.storybook/manager-head.html +0 -45
- package/.storybook/preview-head.html +0 -10
- package/.storybook/tsconfig.json +0 -10
- package/angular.json +0 -68
- package/build.sh +0 -13
- package/carbon.yml +0 -275
- package/dist/CHANGELOG.md +0 -3168
- package/dist/README.md +0 -40
- package/dist/package.json +0 -109
- package/ng-package.json +0 -8
- package/src/alluvial-chart.component.ts +0 -34
- package/src/area-chart-stacked.component.ts +0 -34
- package/src/area-chart.component.ts +0 -37
- package/src/bar-chart-grouped.component.ts +0 -34
- package/src/bar-chart-simple.component.ts +0 -34
- package/src/bar-chart-stacked.component.ts +0 -34
- package/src/base-chart.component.ts +0 -102
- package/src/boxplot-chart.component.ts +0 -34
- package/src/bubble-chart.component.ts +0 -34
- package/src/bullet-chart.component.ts +0 -34
- package/src/charts.module.ts +0 -87
- package/src/circle-pack-chart.component.ts +0 -34
- package/src/combo-chart.component.ts +0 -33
- package/src/diagrams/card-node/card-node-column.component.ts +0 -22
- package/src/diagrams/card-node/card-node-label.component.ts +0 -15
- package/src/diagrams/card-node/card-node-subtitle.component.ts +0 -15
- package/src/diagrams/card-node/card-node-title.component.ts +0 -15
- package/src/diagrams/card-node/card-node.component.ts +0 -100
- package/src/diagrams/card-node/card-node.module.ts +0 -18
- package/src/diagrams/configs.ts +0 -1
- package/src/diagrams/edge/edge.component.ts +0 -45
- package/src/diagrams/edge/edge.module.ts +0 -11
- package/src/diagrams/marker/marker.component.ts +0 -68
- package/src/diagrams/marker/marker.module.ts +0 -43
- package/src/diagrams/shape-node/shape-node.component.ts +0 -133
- package/src/diagrams/shape-node/shape-node.module.ts +0 -11
- package/src/donut-chart.component.ts +0 -34
- package/src/gauge-chart.component.ts +0 -34
- package/src/heatmap-chart.component.ts +0 -34
- package/src/histogram-chart.component.ts +0 -34
- package/src/index.ts +0 -44
- package/src/line-chart.component.ts +0 -34
- package/src/lollipop-chart.component.ts +0 -34
- package/src/meter-chart.component.ts +0 -33
- package/src/pie-chart.component.ts +0 -34
- package/src/radar-chart.component.ts +0 -34
- package/src/scatter-chart.component.ts +0 -34
- package/src/tree-chart.component.ts +0 -34
- package/src/treemap-chart.component.ts +0 -34
- package/src/wordcloud-chart.component.ts +0 -34
- package/stories/all.stories.ts +0 -99
- package/stories/diagrams/0_diagram.stories.ts +0 -224
- package/stories/diagrams/card-node.stories.ts +0 -181
- package/stories/diagrams/edge.stories.ts +0 -127
- package/stories/diagrams/marker.stories.ts +0 -140
- package/stories/diagrams/shape-node.stories.ts +0 -98
- package/tsconfig.json +0 -30
- package/tslint.json +0 -95
package/carbon.yml
DELETED
|
@@ -1,275 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://unpkg.com/@carbon-platform/schemas@v1/carbon-resources.schema.json
|
|
2
|
-
library:
|
|
3
|
-
id: carbon-charts-angular
|
|
4
|
-
name: Carbon Charts Angular
|
|
5
|
-
description: Angular implementation of Carbon Charts
|
|
6
|
-
inherits: carbon-charts
|
|
7
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/getting-started
|
|
8
|
-
demoLinks:
|
|
9
|
-
- type: storybook
|
|
10
|
-
name: Storybook
|
|
11
|
-
action: link
|
|
12
|
-
url: https://charts.carbondesignsystem.com/angular
|
|
13
|
-
assets:
|
|
14
|
-
alluvial:
|
|
15
|
-
status: stable
|
|
16
|
-
framework: angular
|
|
17
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/complex-charts#alluvialsankey-diagrams
|
|
18
|
-
demoLinks:
|
|
19
|
-
- type: storybook
|
|
20
|
-
name: Storybook
|
|
21
|
-
action: link
|
|
22
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/complex-charts-alluvial
|
|
23
|
-
area-simple:
|
|
24
|
-
status: stable
|
|
25
|
-
framework: angular
|
|
26
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#area-(simple)
|
|
27
|
-
demoLinks:
|
|
28
|
-
- type: storybook
|
|
29
|
-
name: Storybook
|
|
30
|
-
action: link
|
|
31
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-area-simple
|
|
32
|
-
area-stacked:
|
|
33
|
-
status: stable
|
|
34
|
-
framework: angular
|
|
35
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts/#area-(stacked)
|
|
36
|
-
demoLinks:
|
|
37
|
-
- type: storybook
|
|
38
|
-
name: Storybook
|
|
39
|
-
action: link
|
|
40
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-area-stacked
|
|
41
|
-
bar-floating:
|
|
42
|
-
status: stable
|
|
43
|
-
framework: angular
|
|
44
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#bar-(floating)
|
|
45
|
-
demoLinks:
|
|
46
|
-
- type: storybook
|
|
47
|
-
name: Storybook
|
|
48
|
-
action: link
|
|
49
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-bar-floating
|
|
50
|
-
bar-grouped:
|
|
51
|
-
status: stable
|
|
52
|
-
framework: angular
|
|
53
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#bar-(grouped)
|
|
54
|
-
demoLinks:
|
|
55
|
-
- type: storybook
|
|
56
|
-
name: Storybook
|
|
57
|
-
action: link
|
|
58
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-bar-grouped
|
|
59
|
-
bar-simple:
|
|
60
|
-
status: stable
|
|
61
|
-
framework: angular
|
|
62
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#bar-(simple)
|
|
63
|
-
demoLinks:
|
|
64
|
-
- type: storybook
|
|
65
|
-
name: Storybook
|
|
66
|
-
action: link
|
|
67
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-bar-simple
|
|
68
|
-
bar-stacked:
|
|
69
|
-
status: stable
|
|
70
|
-
framework: angular
|
|
71
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts/#bar-(stacked)
|
|
72
|
-
demoLinks:
|
|
73
|
-
- type: storybook
|
|
74
|
-
name: Storybook
|
|
75
|
-
action: link
|
|
76
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-bar-stacked
|
|
77
|
-
boxplot:
|
|
78
|
-
status: stable
|
|
79
|
-
framework: angular
|
|
80
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#boxplot
|
|
81
|
-
demoLinks:
|
|
82
|
-
- type: storybook
|
|
83
|
-
name: Storybook
|
|
84
|
-
action: link
|
|
85
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-boxplot
|
|
86
|
-
bubble:
|
|
87
|
-
status: stable
|
|
88
|
-
framework: angular
|
|
89
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#bubble
|
|
90
|
-
demoLinks:
|
|
91
|
-
- type: storybook
|
|
92
|
-
name: Storybook
|
|
93
|
-
action: link
|
|
94
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-bubble
|
|
95
|
-
bullet:
|
|
96
|
-
status: stable
|
|
97
|
-
framework: angular
|
|
98
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts/#bullet
|
|
99
|
-
demoLinks:
|
|
100
|
-
- type: storybook
|
|
101
|
-
name: Storybook
|
|
102
|
-
action: link
|
|
103
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-bullet
|
|
104
|
-
circle-pack:
|
|
105
|
-
status: stable
|
|
106
|
-
framework: angular
|
|
107
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/complex-charts#circle-packs
|
|
108
|
-
demoLinks:
|
|
109
|
-
- type: storybook
|
|
110
|
-
name: Storybook
|
|
111
|
-
action: link
|
|
112
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/complex-charts-circle-pack
|
|
113
|
-
combo:
|
|
114
|
-
status: stable
|
|
115
|
-
framework: angular
|
|
116
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/getting-started
|
|
117
|
-
demoLinks:
|
|
118
|
-
- type: storybook
|
|
119
|
-
name: Storybook
|
|
120
|
-
action: link
|
|
121
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-combo
|
|
122
|
-
donut:
|
|
123
|
-
status: stable
|
|
124
|
-
framework: angular
|
|
125
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#donut
|
|
126
|
-
demoLinks:
|
|
127
|
-
- type: storybook
|
|
128
|
-
name: Storybook
|
|
129
|
-
action: link
|
|
130
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-donut
|
|
131
|
-
gauge:
|
|
132
|
-
status: stable
|
|
133
|
-
framework: angular
|
|
134
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts/#gauge
|
|
135
|
-
demoLinks:
|
|
136
|
-
- type: storybook
|
|
137
|
-
name: Storybook
|
|
138
|
-
action: link
|
|
139
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-gauge
|
|
140
|
-
heatmap:
|
|
141
|
-
status: stable
|
|
142
|
-
framework: angular
|
|
143
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/complex-charts#heat-maps
|
|
144
|
-
demoLinks:
|
|
145
|
-
- type: storybook
|
|
146
|
-
name: Storybook
|
|
147
|
-
action: link
|
|
148
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/complex-charts-heatmap
|
|
149
|
-
histogram:
|
|
150
|
-
status: stable
|
|
151
|
-
framework: angular
|
|
152
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#histogram
|
|
153
|
-
demoLinks:
|
|
154
|
-
- type: storybook
|
|
155
|
-
name: Storybook
|
|
156
|
-
action: link
|
|
157
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-histogram
|
|
158
|
-
line:
|
|
159
|
-
status: stable
|
|
160
|
-
framework: angular
|
|
161
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#line
|
|
162
|
-
demoLinks:
|
|
163
|
-
- type: storybook
|
|
164
|
-
name: Storybook
|
|
165
|
-
action: link
|
|
166
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-line
|
|
167
|
-
lollipop:
|
|
168
|
-
status: stable
|
|
169
|
-
framework: angular
|
|
170
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#lollipop
|
|
171
|
-
demoLinks:
|
|
172
|
-
- type: storybook
|
|
173
|
-
name: Storybook
|
|
174
|
-
action: link
|
|
175
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-lollipop
|
|
176
|
-
meter:
|
|
177
|
-
status: stable
|
|
178
|
-
framework: angular
|
|
179
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts/#meter
|
|
180
|
-
demoLinks:
|
|
181
|
-
- type: storybook
|
|
182
|
-
name: Storybook
|
|
183
|
-
action: link
|
|
184
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-meter
|
|
185
|
-
meter-proportional:
|
|
186
|
-
status: stable
|
|
187
|
-
framework: angular
|
|
188
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts/#meter
|
|
189
|
-
demoLinks:
|
|
190
|
-
- type: storybook
|
|
191
|
-
name: Storybook
|
|
192
|
-
action: link
|
|
193
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-meter-proportional
|
|
194
|
-
network-diagram:
|
|
195
|
-
status: stable
|
|
196
|
-
framework: angular
|
|
197
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/complex-charts#network-diagrams
|
|
198
|
-
demoLinks:
|
|
199
|
-
- type: storybook
|
|
200
|
-
name: Storybook
|
|
201
|
-
action: link
|
|
202
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/diagrams
|
|
203
|
-
pie:
|
|
204
|
-
status: stable
|
|
205
|
-
framework: angular
|
|
206
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#pie
|
|
207
|
-
demoLinks:
|
|
208
|
-
- type: storybook
|
|
209
|
-
name: Storybook
|
|
210
|
-
action: link
|
|
211
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-pie
|
|
212
|
-
radar:
|
|
213
|
-
status: stable
|
|
214
|
-
framework: angular
|
|
215
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#radar
|
|
216
|
-
demoLinks:
|
|
217
|
-
- type: storybook
|
|
218
|
-
name: Storybook
|
|
219
|
-
action: link
|
|
220
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-radar
|
|
221
|
-
scatter:
|
|
222
|
-
name: Scatter
|
|
223
|
-
status: stable
|
|
224
|
-
framework: angular
|
|
225
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#scatter
|
|
226
|
-
demoLinks:
|
|
227
|
-
- type: storybook
|
|
228
|
-
name: Storybook
|
|
229
|
-
action: link
|
|
230
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-scatter
|
|
231
|
-
sparkline:
|
|
232
|
-
status: stable
|
|
233
|
-
framework: angular
|
|
234
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/getting-started
|
|
235
|
-
demoLinks:
|
|
236
|
-
- type: storybook
|
|
237
|
-
name: Storybook
|
|
238
|
-
action: link
|
|
239
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-sparkline
|
|
240
|
-
step:
|
|
241
|
-
status: stable
|
|
242
|
-
framework: angular
|
|
243
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/getting-started
|
|
244
|
-
demoLinks:
|
|
245
|
-
- type: storybook
|
|
246
|
-
name: Storybook
|
|
247
|
-
action: link
|
|
248
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-step
|
|
249
|
-
tree:
|
|
250
|
-
status: stable
|
|
251
|
-
framework: angular
|
|
252
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/complex-charts#tree-diagrams
|
|
253
|
-
demoLinks:
|
|
254
|
-
- type: storybook
|
|
255
|
-
name: Storybook
|
|
256
|
-
action: link
|
|
257
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/complex-charts-tree
|
|
258
|
-
treemap:
|
|
259
|
-
status: stable
|
|
260
|
-
framework: angular
|
|
261
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/complex-charts#tree-maps
|
|
262
|
-
demoLinks:
|
|
263
|
-
- type: storybook
|
|
264
|
-
name: Storybook
|
|
265
|
-
action: link
|
|
266
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/complex-charts-treemap
|
|
267
|
-
word-cloud:
|
|
268
|
-
status: stable
|
|
269
|
-
framework: angular
|
|
270
|
-
externalDocsUrl: https://www.carbondesignsystem.com/data-visualization/simple-charts#word-cloud
|
|
271
|
-
demoLinks:
|
|
272
|
-
- type: storybook
|
|
273
|
-
name: Storybook
|
|
274
|
-
action: link
|
|
275
|
-
url: https://charts.carbondesignsystem.com/angular/?path=/story/simple-charts-word-cloud
|