@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.
Files changed (199) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/LICENSE.md +201 -0
  3. package/README.md +23 -8
  4. package/{dist/alluvial-chart.component.d.ts → alluvial-chart.component.d.ts} +0 -0
  5. package/{dist/area-chart-stacked.component.d.ts → area-chart-stacked.component.d.ts} +0 -0
  6. package/{dist/area-chart.component.d.ts → area-chart.component.d.ts} +0 -0
  7. package/{dist/bar-chart-grouped.component.d.ts → bar-chart-grouped.component.d.ts} +0 -0
  8. package/{dist/bar-chart-simple.component.d.ts → bar-chart-simple.component.d.ts} +0 -0
  9. package/{dist/bar-chart-stacked.component.d.ts → bar-chart-stacked.component.d.ts} +0 -0
  10. package/{dist/base-chart.component.d.ts → base-chart.component.d.ts} +0 -0
  11. package/{dist/boxplot-chart.component.d.ts → boxplot-chart.component.d.ts} +0 -0
  12. package/{dist/bubble-chart.component.d.ts → bubble-chart.component.d.ts} +0 -0
  13. package/{dist/bullet-chart.component.d.ts → bullet-chart.component.d.ts} +0 -0
  14. package/{dist/bundles → bundles}/carbon-charts-angular.umd.js +0 -0
  15. package/{dist/bundles → bundles}/carbon-charts-angular.umd.js.map +0 -0
  16. package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js +0 -0
  17. package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js.map +0 -0
  18. package/{dist/carbon-charts-angular.d.ts → carbon-charts-angular.d.ts} +0 -0
  19. package/{dist/carbon-charts-angular.metadata.json → carbon-charts-angular.metadata.json} +0 -0
  20. package/{dist/charts.module.d.ts → charts.module.d.ts} +0 -0
  21. package/{dist/circle-pack-chart.component.d.ts → circle-pack-chart.component.d.ts} +0 -0
  22. package/{dist/combo-chart.component.d.ts → combo-chart.component.d.ts} +0 -0
  23. package/{dist/diagrams → diagrams}/card-node/card-node-column.component.d.ts +0 -0
  24. package/{dist/diagrams → diagrams}/card-node/card-node-label.component.d.ts +0 -0
  25. package/{dist/diagrams → diagrams}/card-node/card-node-subtitle.component.d.ts +0 -0
  26. package/{dist/diagrams → diagrams}/card-node/card-node-title.component.d.ts +0 -0
  27. package/{dist/diagrams → diagrams}/card-node/card-node.component.d.ts +0 -0
  28. package/{dist/diagrams → diagrams}/card-node/card-node.module.d.ts +0 -0
  29. package/{dist/diagrams → diagrams}/configs.d.ts +0 -0
  30. package/{dist/diagrams → diagrams}/edge/edge.component.d.ts +0 -0
  31. package/{dist/diagrams → diagrams}/edge/edge.module.d.ts +0 -0
  32. package/{dist/diagrams → diagrams}/marker/marker.component.d.ts +0 -0
  33. package/{dist/diagrams → diagrams}/marker/marker.module.d.ts +0 -0
  34. package/{dist/diagrams → diagrams}/shape-node/shape-node.component.d.ts +0 -0
  35. package/{dist/diagrams → diagrams}/shape-node/shape-node.module.d.ts +0 -0
  36. package/{dist/donut-chart.component.d.ts → donut-chart.component.d.ts} +0 -0
  37. package/{dist/esm2015 → esm2015}/alluvial-chart.component.js +0 -0
  38. package/{dist/esm2015 → esm2015}/area-chart-stacked.component.js +0 -0
  39. package/{dist/esm2015 → esm2015}/area-chart.component.js +0 -0
  40. package/{dist/esm2015 → esm2015}/bar-chart-grouped.component.js +0 -0
  41. package/{dist/esm2015 → esm2015}/bar-chart-simple.component.js +0 -0
  42. package/{dist/esm2015 → esm2015}/bar-chart-stacked.component.js +0 -0
  43. package/{dist/esm2015 → esm2015}/base-chart.component.js +0 -0
  44. package/{dist/esm2015 → esm2015}/boxplot-chart.component.js +0 -0
  45. package/{dist/esm2015 → esm2015}/bubble-chart.component.js +0 -0
  46. package/{dist/esm2015 → esm2015}/bullet-chart.component.js +0 -0
  47. package/{dist/esm2015 → esm2015}/carbon-charts-angular.js +0 -0
  48. package/{dist/esm2015 → esm2015}/charts.module.js +0 -0
  49. package/{dist/esm2015 → esm2015}/circle-pack-chart.component.js +0 -0
  50. package/{dist/esm2015 → esm2015}/combo-chart.component.js +0 -0
  51. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-column.component.js +0 -0
  52. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-label.component.js +0 -0
  53. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-subtitle.component.js +0 -0
  54. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-title.component.js +0 -0
  55. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.component.js +0 -0
  56. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.module.js +0 -0
  57. package/{dist/esm2015 → esm2015}/diagrams/configs.js +0 -0
  58. package/{dist/esm2015 → esm2015}/diagrams/edge/edge.component.js +0 -0
  59. package/{dist/esm2015 → esm2015}/diagrams/edge/edge.module.js +0 -0
  60. package/{dist/esm2015 → esm2015}/diagrams/marker/marker.component.js +0 -0
  61. package/{dist/esm2015 → esm2015}/diagrams/marker/marker.module.js +0 -0
  62. package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.component.js +0 -0
  63. package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.module.js +0 -0
  64. package/{dist/esm2015 → esm2015}/donut-chart.component.js +0 -0
  65. package/{dist/esm2015 → esm2015}/gauge-chart.component.js +0 -0
  66. package/{dist/esm2015 → esm2015}/heatmap-chart.component.js +0 -0
  67. package/{dist/esm2015 → esm2015}/histogram-chart.component.js +0 -0
  68. package/{dist/esm2015 → esm2015}/index.js +0 -0
  69. package/{dist/esm2015 → esm2015}/line-chart.component.js +0 -0
  70. package/{dist/esm2015 → esm2015}/lollipop-chart.component.js +0 -0
  71. package/{dist/esm2015 → esm2015}/meter-chart.component.js +0 -0
  72. package/{dist/esm2015 → esm2015}/pie-chart.component.js +0 -0
  73. package/{dist/esm2015 → esm2015}/radar-chart.component.js +0 -0
  74. package/{dist/esm2015 → esm2015}/scatter-chart.component.js +0 -0
  75. package/{dist/esm2015 → esm2015}/tree-chart.component.js +0 -0
  76. package/{dist/esm2015 → esm2015}/treemap-chart.component.js +0 -0
  77. package/{dist/esm2015 → esm2015}/wordcloud-chart.component.js +0 -0
  78. package/{dist/esm5 → esm5}/alluvial-chart.component.js +0 -0
  79. package/{dist/esm5 → esm5}/area-chart-stacked.component.js +0 -0
  80. package/{dist/esm5 → esm5}/area-chart.component.js +0 -0
  81. package/{dist/esm5 → esm5}/bar-chart-grouped.component.js +0 -0
  82. package/{dist/esm5 → esm5}/bar-chart-simple.component.js +0 -0
  83. package/{dist/esm5 → esm5}/bar-chart-stacked.component.js +0 -0
  84. package/{dist/esm5 → esm5}/base-chart.component.js +0 -0
  85. package/{dist/esm5 → esm5}/boxplot-chart.component.js +0 -0
  86. package/{dist/esm5 → esm5}/bubble-chart.component.js +0 -0
  87. package/{dist/esm5 → esm5}/bullet-chart.component.js +0 -0
  88. package/{dist/esm5 → esm5}/carbon-charts-angular.js +0 -0
  89. package/{dist/esm5 → esm5}/charts.module.js +0 -0
  90. package/{dist/esm5 → esm5}/circle-pack-chart.component.js +0 -0
  91. package/{dist/esm5 → esm5}/combo-chart.component.js +0 -0
  92. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-column.component.js +0 -0
  93. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-label.component.js +0 -0
  94. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-subtitle.component.js +0 -0
  95. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-title.component.js +0 -0
  96. package/{dist/esm5 → esm5}/diagrams/card-node/card-node.component.js +0 -0
  97. package/{dist/esm5 → esm5}/diagrams/card-node/card-node.module.js +0 -0
  98. package/{dist/esm5 → esm5}/diagrams/configs.js +0 -0
  99. package/{dist/esm5 → esm5}/diagrams/edge/edge.component.js +0 -0
  100. package/{dist/esm5 → esm5}/diagrams/edge/edge.module.js +0 -0
  101. package/{dist/esm5 → esm5}/diagrams/marker/marker.component.js +0 -0
  102. package/{dist/esm5 → esm5}/diagrams/marker/marker.module.js +0 -0
  103. package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.component.js +0 -0
  104. package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.module.js +0 -0
  105. package/{dist/esm5 → esm5}/donut-chart.component.js +0 -0
  106. package/{dist/esm5 → esm5}/gauge-chart.component.js +0 -0
  107. package/{dist/esm5 → esm5}/heatmap-chart.component.js +0 -0
  108. package/{dist/esm5 → esm5}/histogram-chart.component.js +0 -0
  109. package/{dist/esm5 → esm5}/index.js +0 -0
  110. package/{dist/esm5 → esm5}/line-chart.component.js +0 -0
  111. package/{dist/esm5 → esm5}/lollipop-chart.component.js +0 -0
  112. package/{dist/esm5 → esm5}/meter-chart.component.js +0 -0
  113. package/{dist/esm5 → esm5}/pie-chart.component.js +0 -0
  114. package/{dist/esm5 → esm5}/radar-chart.component.js +0 -0
  115. package/{dist/esm5 → esm5}/scatter-chart.component.js +0 -0
  116. package/{dist/esm5 → esm5}/tree-chart.component.js +0 -0
  117. package/{dist/esm5 → esm5}/treemap-chart.component.js +0 -0
  118. package/{dist/esm5 → esm5}/wordcloud-chart.component.js +0 -0
  119. package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js +0 -0
  120. package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js.map +0 -0
  121. package/{dist/fesm5 → fesm5}/carbon-charts-angular.js +0 -0
  122. package/{dist/fesm5 → fesm5}/carbon-charts-angular.js.map +0 -0
  123. package/{dist/gauge-chart.component.d.ts → gauge-chart.component.d.ts} +0 -0
  124. package/{dist/heatmap-chart.component.d.ts → heatmap-chart.component.d.ts} +0 -0
  125. package/{dist/histogram-chart.component.d.ts → histogram-chart.component.d.ts} +0 -0
  126. package/{dist/index.d.ts → index.d.ts} +0 -0
  127. package/{dist/line-chart.component.d.ts → line-chart.component.d.ts} +0 -0
  128. package/{dist/lollipop-chart.component.d.ts → lollipop-chart.component.d.ts} +0 -0
  129. package/{dist/meter-chart.component.d.ts → meter-chart.component.d.ts} +0 -0
  130. package/package.json +108 -103
  131. package/{dist/pie-chart.component.d.ts → pie-chart.component.d.ts} +0 -0
  132. package/{dist/radar-chart.component.d.ts → radar-chart.component.d.ts} +0 -0
  133. package/{dist/scatter-chart.component.d.ts → scatter-chart.component.d.ts} +0 -0
  134. package/{dist/tree-chart.component.d.ts → tree-chart.component.d.ts} +0 -0
  135. package/{dist/treemap-chart.component.d.ts → treemap-chart.component.d.ts} +0 -0
  136. package/{dist/wordcloud-chart.component.d.ts → wordcloud-chart.component.d.ts} +0 -0
  137. package/.storybook/addons.js +0 -2
  138. package/.storybook/assets/logo.svg +0 -1
  139. package/.storybook/assets/share.png +0 -0
  140. package/.storybook/assets/welcome.png +0 -0
  141. package/.storybook/config.js +0 -22
  142. package/.storybook/manager-head.html +0 -45
  143. package/.storybook/preview-head.html +0 -10
  144. package/.storybook/tsconfig.json +0 -10
  145. package/angular.json +0 -68
  146. package/build.sh +0 -13
  147. package/carbon.yml +0 -275
  148. package/dist/CHANGELOG.md +0 -3168
  149. package/dist/README.md +0 -40
  150. package/dist/package.json +0 -109
  151. package/ng-package.json +0 -8
  152. package/src/alluvial-chart.component.ts +0 -34
  153. package/src/area-chart-stacked.component.ts +0 -34
  154. package/src/area-chart.component.ts +0 -37
  155. package/src/bar-chart-grouped.component.ts +0 -34
  156. package/src/bar-chart-simple.component.ts +0 -34
  157. package/src/bar-chart-stacked.component.ts +0 -34
  158. package/src/base-chart.component.ts +0 -102
  159. package/src/boxplot-chart.component.ts +0 -34
  160. package/src/bubble-chart.component.ts +0 -34
  161. package/src/bullet-chart.component.ts +0 -34
  162. package/src/charts.module.ts +0 -87
  163. package/src/circle-pack-chart.component.ts +0 -34
  164. package/src/combo-chart.component.ts +0 -33
  165. package/src/diagrams/card-node/card-node-column.component.ts +0 -22
  166. package/src/diagrams/card-node/card-node-label.component.ts +0 -15
  167. package/src/diagrams/card-node/card-node-subtitle.component.ts +0 -15
  168. package/src/diagrams/card-node/card-node-title.component.ts +0 -15
  169. package/src/diagrams/card-node/card-node.component.ts +0 -100
  170. package/src/diagrams/card-node/card-node.module.ts +0 -18
  171. package/src/diagrams/configs.ts +0 -1
  172. package/src/diagrams/edge/edge.component.ts +0 -45
  173. package/src/diagrams/edge/edge.module.ts +0 -11
  174. package/src/diagrams/marker/marker.component.ts +0 -68
  175. package/src/diagrams/marker/marker.module.ts +0 -43
  176. package/src/diagrams/shape-node/shape-node.component.ts +0 -133
  177. package/src/diagrams/shape-node/shape-node.module.ts +0 -11
  178. package/src/donut-chart.component.ts +0 -34
  179. package/src/gauge-chart.component.ts +0 -34
  180. package/src/heatmap-chart.component.ts +0 -34
  181. package/src/histogram-chart.component.ts +0 -34
  182. package/src/index.ts +0 -44
  183. package/src/line-chart.component.ts +0 -34
  184. package/src/lollipop-chart.component.ts +0 -34
  185. package/src/meter-chart.component.ts +0 -33
  186. package/src/pie-chart.component.ts +0 -34
  187. package/src/radar-chart.component.ts +0 -34
  188. package/src/scatter-chart.component.ts +0 -34
  189. package/src/tree-chart.component.ts +0 -34
  190. package/src/treemap-chart.component.ts +0 -34
  191. package/src/wordcloud-chart.component.ts +0 -34
  192. package/stories/all.stories.ts +0 -99
  193. package/stories/diagrams/0_diagram.stories.ts +0 -224
  194. package/stories/diagrams/card-node.stories.ts +0 -181
  195. package/stories/diagrams/edge.stories.ts +0 -127
  196. package/stories/diagrams/marker.stories.ts +0 -140
  197. package/stories/diagrams/shape-node.stories.ts +0 -98
  198. package/tsconfig.json +0 -30
  199. package/tslint.json +0 -95
File without changes
package/package.json CHANGED
@@ -1,104 +1,109 @@
1
1
  {
2
- "name": "@carbon/charts-angular",
3
- "version": "0.59.0-beta.0",
4
- "description": "Carbon charting components for Angular",
5
- "main": "index.js",
6
- "scripts": {
7
- "build": "bash build.sh",
8
- "storybook": "start-storybook -p 9005 -c .storybook -s ./.storybook/assets",
9
- "demo:build": "build-storybook -o demo/bundle --quiet -s ./.storybook/assets",
10
- "clean": "rm -rf dist demo/bundle",
11
- "start": "yarn storybook"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "git@github.com:carbon-design-system/carbon-charts.git",
16
- "homepage": "https://carbon-design-system.github.io/carbon-charts/angular/"
17
- },
18
- "license": "Apache-2.0",
19
- "author": "IBM",
20
- "keywords": [
21
- "carbon",
22
- "charts",
23
- "angular",
24
- "dataviz",
25
- "data-visualization",
26
- "visualizations",
27
- "d3",
28
- "svg",
29
- "component",
30
- "components",
31
- "css",
32
- "html",
33
- "ibm",
34
- "typescript",
35
- "javascript",
36
- "js",
37
- "library",
38
- "pattern",
39
- "patterns",
40
- "sass",
41
- "scss"
42
- ],
43
- "dependencies": {
44
- "@carbon/charts": "^0.59.0-beta.0",
45
- "@carbon/telemetry": "0.1.0"
46
- },
47
- "peerDependencies": {
48
- "@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",
49
- "@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",
50
- "@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",
51
- "rxjs": "^6.0.0",
52
- "zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0"
53
- },
54
- "devDependencies": {
55
- "@angular-devkit/build-angular": "0.13.9",
56
- "@angular-devkit/build-ng-packagr": "0.13.9",
57
- "@angular-devkit/core": "8.2.2",
58
- "@angular/animations": "7.2.15",
59
- "@angular/cli": "~7.3.9",
60
- "@angular/common": "7.2.15",
61
- "@angular/compiler": "7.2.15",
62
- "@angular/compiler-cli": "7.2.15",
63
- "@angular/core": "7.2.15",
64
- "@angular/forms": "7.2.15",
65
- "@angular/platform-browser": "7.2.15",
66
- "@angular/platform-browser-dynamic": "7.2.15",
67
- "@babel/core": "7.3.4",
68
- "@carbon/icons-angular": "11.2.1",
69
- "@storybook/addon-knobs": "5.3.12",
70
- "@storybook/addon-options": "5.3.12",
71
- "@storybook/angular": "5.3.12",
72
- "@types/node": "12.11.7",
73
- "babel-loader": "8.0.5",
74
- "core-js": "3.0.0",
75
- "karma-webpack": "4.0.2",
76
- "ng-packagr": "5.7.1",
77
- "rxjs": "6.3.3",
78
- "sass-loader": "8.0.0",
79
- "tsickle": "0.37.1",
80
- "tslib": "1.10.0",
81
- "tslint": "5.20.1",
82
- "typescript": "3.2.2",
83
- "zone.js": "0.8.29"
84
- },
85
- "publishConfig": {
86
- "directory": "dist",
87
- "access": "public"
88
- },
89
- "maintainers": [
90
- {
91
- "name": "Eliad Moosavi",
92
- "email": "iliadm@ca.ibm.com",
93
- "url": "https://github.com/theiliad"
94
- }
95
- ],
96
- "contributors": [
97
- {
98
- "name": "Eliad Moosavi",
99
- "email": "iliadm@ca.ibm.com",
100
- "url": "https://github.com/theiliad"
101
- }
102
- ],
103
- "gitHead": "0149f808eb1b1c704804c137449cb4be3d47db75"
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
+ }
@@ -1,2 +0,0 @@
1
- import "@storybook/addon-options/register";
2
- import '@storybook/addon-knobs/register';
@@ -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
@@ -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
- />
@@ -1,10 +0,0 @@
1
- {
2
- "extends": "../tsconfig.json",
3
- "exclude": [
4
- "../src/test.ts",
5
- "../src/**/*.spec.ts",
6
- "./node_modules",
7
- "../../node_modules"
8
- ],
9
- "include": ["../src/**/*"]
10
- }
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