@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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,104 +1,109 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
2
|
+
"name": "@carbon/charts-angular",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Carbon charting components for Angular",
|
|
5
|
+
"main": "bundles/carbon-charts-angular.umd.js",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git@github.com:carbon-design-system/carbon-charts.git",
|
|
9
|
+
"homepage": "https://carbon-design-system.github.io/carbon-charts/angular/"
|
|
10
|
+
},
|
|
11
|
+
"license": "Apache-2.0",
|
|
12
|
+
"author": "IBM",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"carbon",
|
|
15
|
+
"charts",
|
|
16
|
+
"angular",
|
|
17
|
+
"dataviz",
|
|
18
|
+
"data-visualization",
|
|
19
|
+
"visualizations",
|
|
20
|
+
"d3",
|
|
21
|
+
"svg",
|
|
22
|
+
"component",
|
|
23
|
+
"components",
|
|
24
|
+
"css",
|
|
25
|
+
"html",
|
|
26
|
+
"ibm",
|
|
27
|
+
"typescript",
|
|
28
|
+
"javascript",
|
|
29
|
+
"js",
|
|
30
|
+
"library",
|
|
31
|
+
"pattern",
|
|
32
|
+
"patterns",
|
|
33
|
+
"sass",
|
|
34
|
+
"scss"
|
|
35
|
+
],
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@carbon/charts": "^1.0.3",
|
|
38
|
+
"@carbon/telemetry": "0.1.0",
|
|
39
|
+
"tslib": "^1.9.0"
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
|
|
43
|
+
"@angular/compiler": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
|
|
44
|
+
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
|
|
45
|
+
"rxjs": "^6.0.0",
|
|
46
|
+
"zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@angular-devkit/build-angular": "0.13.9",
|
|
50
|
+
"@angular-devkit/build-ng-packagr": "0.13.9",
|
|
51
|
+
"@angular-devkit/core": "8.2.2",
|
|
52
|
+
"@angular/animations": "7.2.15",
|
|
53
|
+
"@angular/cli": "~7.3.9",
|
|
54
|
+
"@angular/common": "7.2.15",
|
|
55
|
+
"@angular/compiler": "7.2.15",
|
|
56
|
+
"@angular/compiler-cli": "7.2.15",
|
|
57
|
+
"@angular/core": "7.2.15",
|
|
58
|
+
"@angular/forms": "7.2.15",
|
|
59
|
+
"@angular/platform-browser": "7.2.15",
|
|
60
|
+
"@angular/platform-browser-dynamic": "7.2.15",
|
|
61
|
+
"@babel/core": "7.3.4",
|
|
62
|
+
"@carbon/icons-angular": "11.2.1",
|
|
63
|
+
"@storybook/addon-knobs": "5.3.12",
|
|
64
|
+
"@storybook/addon-options": "5.3.12",
|
|
65
|
+
"@storybook/angular": "5.3.12",
|
|
66
|
+
"@types/node": "12.11.7",
|
|
67
|
+
"babel-loader": "8.0.5",
|
|
68
|
+
"core-js": "3.0.0",
|
|
69
|
+
"karma-webpack": "4.0.2",
|
|
70
|
+
"ng-packagr": "5.7.1",
|
|
71
|
+
"rxjs": "6.3.3",
|
|
72
|
+
"sass-loader": "8.0.0",
|
|
73
|
+
"tsickle": "0.37.1",
|
|
74
|
+
"tslib": "1.10.0",
|
|
75
|
+
"tslint": "5.20.1",
|
|
76
|
+
"typescript": "3.2.2",
|
|
77
|
+
"zone.js": "0.8.29"
|
|
78
|
+
},
|
|
79
|
+
"publishConfig": {
|
|
80
|
+
"directory": "dist",
|
|
81
|
+
"access": "public"
|
|
82
|
+
},
|
|
83
|
+
"maintainers": [
|
|
84
|
+
{
|
|
85
|
+
"name": "Eliad Moosavi",
|
|
86
|
+
"email": "iliadm@ca.ibm.com",
|
|
87
|
+
"url": "https://github.com/theiliad"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"contributors": [
|
|
91
|
+
{
|
|
92
|
+
"name": "Eliad Moosavi",
|
|
93
|
+
"email": "iliadm@ca.ibm.com",
|
|
94
|
+
"url": "https://github.com/theiliad"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"module": "fesm5/carbon-charts-angular.js",
|
|
98
|
+
"es2015": "fesm2015/carbon-charts-angular.js",
|
|
99
|
+
"esm5": "esm5/carbon-charts-angular.js",
|
|
100
|
+
"esm2015": "esm2015/carbon-charts-angular.js",
|
|
101
|
+
"fesm5": "fesm5/carbon-charts-angular.js",
|
|
102
|
+
"fesm2015": "fesm2015/carbon-charts-angular.js",
|
|
103
|
+
"typings": "carbon-charts-angular.d.ts",
|
|
104
|
+
"metadata": "carbon-charts-angular.metadata.json",
|
|
105
|
+
"sideEffects": false,
|
|
106
|
+
"scripts": {
|
|
107
|
+
"postinstall": "carbon-telemetry collect --install"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/.storybook/addons.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="800"><defs><path id="a" d="M402.002 65H736v557.94H402.002z"/><path id="c" d="M65 295.764h106.706v247.479H65z"/></defs><g fill="none" fill-rule="evenodd"><path fill="#FF75B8" d="M251.796 197.647l-50.559-67.093c-54.285 40.138-96.035 96.261-118.296 161.416l80.408 24.584c16.993-48.006 48.15-89.316 88.447-118.907"/><path fill="#00B4FF" d="M400.5 651.997c-100.162 0-186.649-58.553-227.099-143.297l-74.88 38.153C152.885 658.814 267.679 735.997 400.5 735.997c98.515 0 187.111-42.46 248.489-110.078l-61.441-57.295c-46.038 51.185-112.784 83.373-187.048 83.373"/><path fill="#FF3A54" d="M398 149.017V65.022c-72.221.528-139.018 23.859-193.532 63.173l50.572 67.11c40.011-28.415 88.693-45.421 141.301-46.274l1.659-.014z"/><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#9639FF" d="M652 400.497c0 63.196-23.309 120.949-61.799 165.129l61.46 57.314C704.138 563.732 736 485.836 736 400.497 736 215.706 586.603 65.81 402.002 65v84.001C540.211 149.81 652 262.098 652 400.497" mask="url(#b)"/><mask id="d" fill="#fff"><use xlink:href="#c"/></mask><path fill="#007F7A" d="M149 400.497c0-28.027 4.584-54.983 13.044-80.159l-80.373-24.574C70.852 328.718 65 363.924 65 400.497c0 51.047 11.401 99.432 31.795 142.746l74.911-38.17C157.126 473.227 149 437.811 149 400.497" mask="url(#d)"/></g></svg>
|
|
Binary file
|
|
Binary file
|
package/.storybook/config.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { configure } from '@storybook/angular';
|
|
2
|
-
import { setOptions } from '@storybook/addon-options';
|
|
3
|
-
|
|
4
|
-
setOptions({
|
|
5
|
-
name: 'Carbon Charts - Angular',
|
|
6
|
-
showAddonPanel: true,
|
|
7
|
-
sortStoriesByKind: true,
|
|
8
|
-
panelPosition: 'bottom',
|
|
9
|
-
showDownPanel: true,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
// load global styles
|
|
13
|
-
require('!style-loader!css-loader!@carbon/charts/demo/styles.css');
|
|
14
|
-
|
|
15
|
-
const req = require.context('../stories', true, /.stories.ts$/);
|
|
16
|
-
function loadStories() {
|
|
17
|
-
req.keys().forEach((filename) => {
|
|
18
|
-
req(filename);
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
configure(loadStories, module);
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
<meta
|
|
2
|
-
name="keywords"
|
|
3
|
-
content="IBM, design, system, Carbon, design system, data visualization, charts, Bluemix, styleguide, style, guide, components, library, pattern, kit, component, cloud, angular"
|
|
4
|
-
/>
|
|
5
|
-
|
|
6
|
-
<meta
|
|
7
|
-
name="description"
|
|
8
|
-
content="This is the core Angular version of Carbon Charts, an implementation of Carbon Design System's data-visualization patterns."
|
|
9
|
-
/>
|
|
10
|
-
|
|
11
|
-
<!-- Open Graph -->
|
|
12
|
-
<meta property="og:title" content="Carbon Charts - Angular" />
|
|
13
|
-
<meta property="og:site_name" content="Carbon Charts" />
|
|
14
|
-
<meta
|
|
15
|
-
property="og:description"
|
|
16
|
-
content="This is the Angular version of Carbon Charts, an implementation of Carbon Design System's data-visualization patterns."
|
|
17
|
-
/>
|
|
18
|
-
<meta
|
|
19
|
-
property="og:image"
|
|
20
|
-
content="https://charts.carbondesignsystem.com/angular/share.png"
|
|
21
|
-
/>
|
|
22
|
-
<meta
|
|
23
|
-
property="og:url"
|
|
24
|
-
content="http://charts.carbondesignsystem.com/angular"
|
|
25
|
-
/>
|
|
26
|
-
|
|
27
|
-
<!-- Favicon -->
|
|
28
|
-
<link rel="icon" href="logo.svg" />
|
|
29
|
-
|
|
30
|
-
<!-- Social -->
|
|
31
|
-
<meta name="twitter:card" content="summary_large_image" />
|
|
32
|
-
<meta name="twitter:image:alt" content="Carbon Charts - Angular" />
|
|
33
|
-
<meta
|
|
34
|
-
name="twitter:image"
|
|
35
|
-
content="https://charts.carbondesignsystem.com/angular/share.png"
|
|
36
|
-
/>
|
|
37
|
-
<meta name="twitter:site" content="@_carbondesign" />
|
|
38
|
-
|
|
39
|
-
<!-- Storybook override -->
|
|
40
|
-
<script>
|
|
41
|
-
setTimeout(function () {
|
|
42
|
-
document.querySelector('div.sidebar-header > div > a').innerHTML =
|
|
43
|
-
'Carbon Charts - Angular';
|
|
44
|
-
}, 1000);
|
|
45
|
-
</script>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<link
|
|
2
|
-
rel="preconnect"
|
|
3
|
-
crossorigin="anonymous"
|
|
4
|
-
href="https://fonts.gstatic.com"
|
|
5
|
-
/>
|
|
6
|
-
<link
|
|
7
|
-
href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:300,400|IBM+Plex+Sans:400,600&display=swap"
|
|
8
|
-
rel="stylesheet"
|
|
9
|
-
crossorigin="anonymous"
|
|
10
|
-
/>
|
package/.storybook/tsconfig.json
DELETED
package/angular.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
3
|
-
"version": 1,
|
|
4
|
-
"newProjectRoot": "projects",
|
|
5
|
-
"projects": {
|
|
6
|
-
"charts-angular": {
|
|
7
|
-
"root": "",
|
|
8
|
-
"sourceRoot": "src",
|
|
9
|
-
"projectType": "library",
|
|
10
|
-
"prefix": "sc",
|
|
11
|
-
"architect": {
|
|
12
|
-
"build": {
|
|
13
|
-
"builder": "@angular-devkit/build-ng-packagr:build",
|
|
14
|
-
"options": {
|
|
15
|
-
"tsConfig": "./tsconfig.json",
|
|
16
|
-
"project": "./ng-package.json"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"test": {
|
|
20
|
-
"builder": "@angular-devkit/build-angular:karma",
|
|
21
|
-
"options": {
|
|
22
|
-
"main": "src/test.ts",
|
|
23
|
-
"karmaConfig": "./karma.conf.js",
|
|
24
|
-
"tsConfig": "./tsconfig.spec.json"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"lint": {
|
|
28
|
-
"builder": "@angular-devkit/build-angular:tslint",
|
|
29
|
-
"options": {
|
|
30
|
-
"tsConfig": ["./tsconfig.json", "./tsconfig.spec.json"],
|
|
31
|
-
"exclude": ["./node_modules", "../../node_modules"]
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"charts-angular-e2e": {
|
|
37
|
-
"root": "e2e",
|
|
38
|
-
"sourceRoot": "e2e",
|
|
39
|
-
"projectType": "application",
|
|
40
|
-
"architect": {
|
|
41
|
-
"e2e": {
|
|
42
|
-
"builder": "@angular-devkit/build-angular:protractor",
|
|
43
|
-
"options": {
|
|
44
|
-
"protractorConfig": "./protractor.conf.js",
|
|
45
|
-
"devServerTarget": "charts-angular:serve"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"lint": {
|
|
49
|
-
"builder": "@angular-devkit/build-angular:tslint",
|
|
50
|
-
"options": {
|
|
51
|
-
"tsConfig": ["e2e/tsconfig.e2e.json"],
|
|
52
|
-
"exclude": ["./node_modules", "../../node_modules"]
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"defaultProject": "charts-angular",
|
|
59
|
-
"schematics": {
|
|
60
|
-
"@schematics/angular:component": {
|
|
61
|
-
"prefix": "ibm",
|
|
62
|
-
"styleext": "css"
|
|
63
|
-
},
|
|
64
|
-
"@schematics/angular:directive": {
|
|
65
|
-
"prefix": "ibm"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
package/build.sh
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
set -e
|
|
4
|
-
|
|
5
|
-
rm -rf dist
|
|
6
|
-
|
|
7
|
-
echo "linking local packages (non-lerna)"
|
|
8
|
-
# we run this outside of lerna, since lerna seems to have issues with correctly linking to the dist
|
|
9
|
-
rm -f node_modules/@carbon/charts
|
|
10
|
-
ln -sf $(pwd)/../core/dist node_modules/@carbon/charts
|
|
11
|
-
|
|
12
|
-
echo "compile with angular cli"
|
|
13
|
-
ng build
|