@carbon/charts-angular 0.58.1-latest-carbon-v11-beta.0 → 0.58.1

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 (415) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/LICENSE.md +201 -0
  3. package/README.md +2 -0
  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 +23 -21
  15. package/bundles/carbon-charts-angular.umd.js.map +1 -0
  16. package/bundles/carbon-charts-angular.umd.min.js +17 -0
  17. package/bundles/carbon-charts-angular.umd.min.js.map +1 -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} +1 -1
  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}/edge/edge.component.d.ts +0 -0
  30. package/{dist/diagrams → diagrams}/edge/edge.module.d.ts +0 -0
  31. package/{dist/diagrams → diagrams}/marker/marker.component.d.ts +0 -0
  32. package/{dist/diagrams → diagrams}/marker/marker.module.d.ts +0 -0
  33. package/{dist/diagrams → diagrams}/shape-node/shape-node.component.d.ts +0 -0
  34. package/{dist/diagrams → diagrams}/shape-node/shape-node.module.d.ts +0 -0
  35. package/{dist/donut-chart.component.d.ts → donut-chart.component.d.ts} +0 -0
  36. package/{dist/esm2015 → esm2015}/alluvial-chart.component.js +0 -0
  37. package/{dist/esm2015 → esm2015}/area-chart-stacked.component.js +0 -0
  38. package/{dist/esm2015 → esm2015}/area-chart.component.js +0 -0
  39. package/{dist/esm2015 → esm2015}/bar-chart-grouped.component.js +0 -0
  40. package/{dist/esm2015 → esm2015}/bar-chart-simple.component.js +0 -0
  41. package/{dist/esm2015 → esm2015}/bar-chart-stacked.component.js +0 -0
  42. package/{dist/esm2015 → esm2015}/base-chart.component.js +0 -0
  43. package/{dist/esm2015 → esm2015}/boxplot-chart.component.js +0 -0
  44. package/{dist/esm2015 → esm2015}/bubble-chart.component.js +0 -0
  45. package/{dist/esm2015 → esm2015}/bullet-chart.component.js +0 -0
  46. package/{dist/esm2015 → esm2015}/carbon-charts-angular.js +0 -0
  47. package/{dist/esm2015 → esm2015}/charts.module.js +0 -0
  48. package/{dist/esm2015 → esm2015}/circle-pack-chart.component.js +0 -0
  49. package/{dist/esm2015 → esm2015}/combo-chart.component.js +0 -0
  50. package/esm2015/diagrams/card-node/card-node-column.component.js +42 -0
  51. package/esm2015/diagrams/card-node/card-node-label.component.js +28 -0
  52. package/esm2015/diagrams/card-node/card-node-subtitle.component.js +28 -0
  53. package/esm2015/diagrams/card-node/card-node-title.component.js +28 -0
  54. package/esm2015/diagrams/card-node/card-node.component.js +149 -0
  55. package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.module.js +0 -0
  56. package/esm2015/diagrams/edge/edge.component.js +81 -0
  57. package/{dist/esm2015 → esm2015}/diagrams/edge/edge.module.js +0 -0
  58. package/esm2015/diagrams/marker/marker.component.js +142 -0
  59. package/{dist/esm2015 → esm2015}/diagrams/marker/marker.module.js +0 -0
  60. package/esm2015/diagrams/shape-node/shape-node.component.js +188 -0
  61. package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.module.js +0 -0
  62. package/{dist/esm2015 → esm2015}/donut-chart.component.js +0 -0
  63. package/{dist/esm2015 → esm2015}/gauge-chart.component.js +0 -0
  64. package/{dist/esm2015 → esm2015}/heatmap-chart.component.js +0 -0
  65. package/{dist/esm2015 → esm2015}/histogram-chart.component.js +0 -0
  66. package/{dist/esm2015 → esm2015}/index.js +0 -0
  67. package/{dist/esm2015 → esm2015}/line-chart.component.js +0 -0
  68. package/{dist/esm2015 → esm2015}/lollipop-chart.component.js +0 -0
  69. package/{dist/esm2015 → esm2015}/meter-chart.component.js +0 -0
  70. package/{dist/esm2015 → esm2015}/pie-chart.component.js +0 -0
  71. package/{dist/esm2015 → esm2015}/radar-chart.component.js +0 -0
  72. package/{dist/esm2015 → esm2015}/scatter-chart.component.js +0 -0
  73. package/{dist/esm2015 → esm2015}/tree-chart.component.js +0 -0
  74. package/{dist/esm2015 → esm2015}/treemap-chart.component.js +0 -0
  75. package/{dist/esm2015 → esm2015}/wordcloud-chart.component.js +0 -0
  76. package/{dist/esm5 → esm5}/alluvial-chart.component.js +0 -0
  77. package/{dist/esm5 → esm5}/area-chart-stacked.component.js +0 -0
  78. package/{dist/esm5 → esm5}/area-chart.component.js +0 -0
  79. package/{dist/esm5 → esm5}/bar-chart-grouped.component.js +0 -0
  80. package/{dist/esm5 → esm5}/bar-chart-simple.component.js +0 -0
  81. package/{dist/esm5 → esm5}/bar-chart-stacked.component.js +0 -0
  82. package/{dist/esm5 → esm5}/base-chart.component.js +0 -0
  83. package/{dist/esm5 → esm5}/boxplot-chart.component.js +0 -0
  84. package/{dist/esm5 → esm5}/bubble-chart.component.js +0 -0
  85. package/{dist/esm5 → esm5}/bullet-chart.component.js +0 -0
  86. package/{dist/esm5 → esm5}/carbon-charts-angular.js +0 -0
  87. package/{dist/esm5 → esm5}/charts.module.js +0 -0
  88. package/{dist/esm5 → esm5}/circle-pack-chart.component.js +0 -0
  89. package/{dist/esm5 → esm5}/combo-chart.component.js +0 -0
  90. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-column.component.js +5 -4
  91. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-label.component.js +4 -3
  92. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-subtitle.component.js +4 -3
  93. package/{dist/esm5 → esm5}/diagrams/card-node/card-node-title.component.js +4 -3
  94. package/esm5/diagrams/card-node/card-node.component.js +87 -0
  95. package/{dist/esm5 → esm5}/diagrams/card-node/card-node.module.js +0 -0
  96. package/esm5/diagrams/edge/edge.component.js +65 -0
  97. package/{dist/esm5 → esm5}/diagrams/edge/edge.module.js +0 -0
  98. package/{dist/esm5 → esm5}/diagrams/marker/marker.component.js +4 -3
  99. package/{dist/esm5 → esm5}/diagrams/marker/marker.module.js +0 -0
  100. package/esm5/diagrams/shape-node/shape-node.component.js +105 -0
  101. package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.module.js +0 -0
  102. package/{dist/esm5 → esm5}/donut-chart.component.js +0 -0
  103. package/{dist/esm5 → esm5}/gauge-chart.component.js +0 -0
  104. package/{dist/esm5 → esm5}/heatmap-chart.component.js +0 -0
  105. package/{dist/esm5 → esm5}/histogram-chart.component.js +0 -0
  106. package/{dist/esm5 → esm5}/index.js +0 -0
  107. package/{dist/esm5 → esm5}/line-chart.component.js +0 -0
  108. package/{dist/esm5 → esm5}/lollipop-chart.component.js +0 -0
  109. package/{dist/esm5 → esm5}/meter-chart.component.js +0 -0
  110. package/{dist/esm5 → esm5}/pie-chart.component.js +0 -0
  111. package/{dist/esm5 → esm5}/radar-chart.component.js +0 -0
  112. package/{dist/esm5 → esm5}/scatter-chart.component.js +0 -0
  113. package/{dist/esm5 → esm5}/tree-chart.component.js +0 -0
  114. package/{dist/esm5 → esm5}/treemap-chart.component.js +0 -0
  115. package/{dist/esm5 → esm5}/wordcloud-chart.component.js +0 -0
  116. package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js +18 -17
  117. package/fesm2015/carbon-charts-angular.js.map +1 -0
  118. package/{dist/fesm5 → fesm5}/carbon-charts-angular.js +18 -17
  119. package/fesm5/carbon-charts-angular.js.map +1 -0
  120. package/{dist/gauge-chart.component.d.ts → gauge-chart.component.d.ts} +0 -0
  121. package/{dist/heatmap-chart.component.d.ts → heatmap-chart.component.d.ts} +0 -0
  122. package/{dist/histogram-chart.component.d.ts → histogram-chart.component.d.ts} +0 -0
  123. package/{dist/index.d.ts → index.d.ts} +0 -0
  124. package/{dist/line-chart.component.d.ts → line-chart.component.d.ts} +0 -0
  125. package/{dist/lollipop-chart.component.d.ts → lollipop-chart.component.d.ts} +0 -0
  126. package/{dist/meter-chart.component.d.ts → meter-chart.component.d.ts} +0 -0
  127. package/package.json +108 -103
  128. package/{dist/pie-chart.component.d.ts → pie-chart.component.d.ts} +0 -0
  129. package/{dist/radar-chart.component.d.ts → radar-chart.component.d.ts} +0 -0
  130. package/{dist/scatter-chart.component.d.ts → scatter-chart.component.d.ts} +0 -0
  131. package/{dist/tree-chart.component.d.ts → tree-chart.component.d.ts} +0 -0
  132. package/{dist/treemap-chart.component.d.ts → treemap-chart.component.d.ts} +0 -0
  133. package/{dist/wordcloud-chart.component.d.ts → wordcloud-chart.component.d.ts} +0 -0
  134. package/.storybook/addons.js +0 -2
  135. package/.storybook/assets/logo.svg +0 -1
  136. package/.storybook/assets/share.png +0 -0
  137. package/.storybook/assets/welcome.png +0 -0
  138. package/.storybook/config.js +0 -24
  139. package/.storybook/manager-head.html +0 -45
  140. package/.storybook/preview-head.html +0 -10
  141. package/.storybook/theme.js +0 -46
  142. package/.storybook/tsconfig.json +0 -10
  143. package/angular.json +0 -77
  144. package/build.sh +0 -13
  145. package/carbon.yml +0 -275
  146. package/demo/bundle/favicon.ico +0 -0
  147. package/demo/bundle/iframe.html +0 -74
  148. package/demo/bundle/index.html +0 -22
  149. package/demo/bundle/logo.svg +0 -1
  150. package/demo/bundle/main.907d525fbd337f9f8831.bundle.js +0 -1
  151. package/demo/bundle/main.aafb14ed2502bae02562.bundle.js +0 -2
  152. package/demo/bundle/main.aafb14ed2502bae02562.bundle.js.map +0 -1
  153. package/demo/bundle/runtime~main.6b70b35614cf83eab770.bundle.js +0 -1
  154. package/demo/bundle/runtime~main.aafb14ed2502bae02562.bundle.js +0 -2
  155. package/demo/bundle/runtime~main.aafb14ed2502bae02562.bundle.js.map +0 -1
  156. package/demo/bundle/sb_dll/storybook_ui-manifest.json +0 -1
  157. package/demo/bundle/sb_dll/storybook_ui_dll.LICENCE +0 -113
  158. package/demo/bundle/sb_dll/storybook_ui_dll.js +0 -2
  159. package/demo/bundle/share.png +0 -0
  160. package/demo/bundle/static/media/IBMPlexMono-Italic-Cyrillic.59ec2153.woff2 +0 -0
  161. package/demo/bundle/static/media/IBMPlexMono-Italic-Cyrillic.76a2332a.woff +0 -0
  162. package/demo/bundle/static/media/IBMPlexMono-Italic-Latin1.3ce0f8cc.woff +0 -0
  163. package/demo/bundle/static/media/IBMPlexMono-Italic-Latin1.e63f806b.woff2 +0 -0
  164. package/demo/bundle/static/media/IBMPlexMono-Italic-Latin2.75e8854a.woff2 +0 -0
  165. package/demo/bundle/static/media/IBMPlexMono-Italic-Latin2.d4ad8542.woff +0 -0
  166. package/demo/bundle/static/media/IBMPlexMono-Italic-Latin3.40217e7f.woff +0 -0
  167. package/demo/bundle/static/media/IBMPlexMono-Italic-Latin3.ff9dca4c.woff2 +0 -0
  168. package/demo/bundle/static/media/IBMPlexMono-Italic-Pi.468e16f7.woff +0 -0
  169. package/demo/bundle/static/media/IBMPlexMono-Italic-Pi.6fdca0a0.woff2 +0 -0
  170. package/demo/bundle/static/media/IBMPlexMono-Light-Cyrillic.24ed7614.woff +0 -0
  171. package/demo/bundle/static/media/IBMPlexMono-Light-Cyrillic.a4cb5ec8.woff2 +0 -0
  172. package/demo/bundle/static/media/IBMPlexMono-Light-Latin1.02526314.woff +0 -0
  173. package/demo/bundle/static/media/IBMPlexMono-Light-Latin1.1680ca80.woff2 +0 -0
  174. package/demo/bundle/static/media/IBMPlexMono-Light-Latin2.0749d9b8.woff2 +0 -0
  175. package/demo/bundle/static/media/IBMPlexMono-Light-Latin2.a2610381.woff +0 -0
  176. package/demo/bundle/static/media/IBMPlexMono-Light-Latin3.0d206962.woff +0 -0
  177. package/demo/bundle/static/media/IBMPlexMono-Light-Latin3.b1f510af.woff2 +0 -0
  178. package/demo/bundle/static/media/IBMPlexMono-Light-Pi.69fb65a6.woff2 +0 -0
  179. package/demo/bundle/static/media/IBMPlexMono-Light-Pi.6f2a52c7.woff +0 -0
  180. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Cyrillic.3b9c5bb2.woff +0 -0
  181. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Cyrillic.6e33b4e0.woff2 +0 -0
  182. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Latin1.22b377a2.woff +0 -0
  183. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Latin1.73bf610d.woff2 +0 -0
  184. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Latin2.a6722f30.woff +0 -0
  185. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Latin2.b9aff1b8.woff2 +0 -0
  186. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Latin3.222320b2.woff2 +0 -0
  187. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Latin3.449a292d.woff +0 -0
  188. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Pi.130dda5b.woff2 +0 -0
  189. package/demo/bundle/static/media/IBMPlexMono-LightItalic-Pi.1c938d3b.woff +0 -0
  190. package/demo/bundle/static/media/IBMPlexMono-Regular-Cyrillic.1a14acff.woff2 +0 -0
  191. package/demo/bundle/static/media/IBMPlexMono-Regular-Cyrillic.f3b3fd67.woff +0 -0
  192. package/demo/bundle/static/media/IBMPlexMono-Regular-Latin1.132b344b.woff +0 -0
  193. package/demo/bundle/static/media/IBMPlexMono-Regular-Latin1.9b738210.woff2 +0 -0
  194. package/demo/bundle/static/media/IBMPlexMono-Regular-Latin2.8e5799d2.woff +0 -0
  195. package/demo/bundle/static/media/IBMPlexMono-Regular-Latin2.d5b42870.woff2 +0 -0
  196. package/demo/bundle/static/media/IBMPlexMono-Regular-Latin3.1ca1b242.woff2 +0 -0
  197. package/demo/bundle/static/media/IBMPlexMono-Regular-Latin3.9e5f0a5a.woff +0 -0
  198. package/demo/bundle/static/media/IBMPlexMono-Regular-Pi.69624ab2.woff2 +0 -0
  199. package/demo/bundle/static/media/IBMPlexMono-Regular-Pi.94a005aa.woff +0 -0
  200. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Cyrillic.87ac67ee.woff2 +0 -0
  201. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Cyrillic.affd1c02.woff +0 -0
  202. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Latin1.aac1af4a.woff +0 -0
  203. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Latin1.df46fa91.woff2 +0 -0
  204. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Latin2.38d521ec.woff2 +0 -0
  205. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Latin2.cd291045.woff +0 -0
  206. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Latin3.72f54001.woff +0 -0
  207. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Latin3.ebe02fb1.woff2 +0 -0
  208. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Pi.0ab1b283.woff2 +0 -0
  209. package/demo/bundle/static/media/IBMPlexMono-SemiBold-Pi.d7290231.woff +0 -0
  210. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Cyrillic.bdfce16a.woff2 +0 -0
  211. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Cyrillic.bf706111.woff +0 -0
  212. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Latin1.5a769ad9.woff +0 -0
  213. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Latin1.721d986d.woff2 +0 -0
  214. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Latin2.1a8142d5.woff2 +0 -0
  215. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Latin2.a2cbde29.woff +0 -0
  216. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Latin3.1580aaa2.woff +0 -0
  217. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Latin3.a8d98392.woff2 +0 -0
  218. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Pi.60950ad4.woff +0 -0
  219. package/demo/bundle/static/media/IBMPlexMono-SemiBoldItalic-Pi.71c44477.woff2 +0 -0
  220. package/demo/bundle/static/media/IBMPlexSans-Italic-Cyrillic.d4d6343d.woff2 +0 -0
  221. package/demo/bundle/static/media/IBMPlexSans-Italic-Cyrillic.ef71b5b8.woff +0 -0
  222. package/demo/bundle/static/media/IBMPlexSans-Italic-Latin1.1c27fb0e.woff2 +0 -0
  223. package/demo/bundle/static/media/IBMPlexSans-Italic-Latin1.5f93e01b.woff +0 -0
  224. package/demo/bundle/static/media/IBMPlexSans-Italic-Latin2.07daf936.woff2 +0 -0
  225. package/demo/bundle/static/media/IBMPlexSans-Italic-Latin2.65954063.woff +0 -0
  226. package/demo/bundle/static/media/IBMPlexSans-Italic-Latin3.2a63551a.woff2 +0 -0
  227. package/demo/bundle/static/media/IBMPlexSans-Italic-Latin3.ac23dce0.woff +0 -0
  228. package/demo/bundle/static/media/IBMPlexSans-Italic-Pi.077968eb.woff +0 -0
  229. package/demo/bundle/static/media/IBMPlexSans-Italic-Pi.08394631.woff2 +0 -0
  230. package/demo/bundle/static/media/IBMPlexSans-Light-Cyrillic.763b1961.woff +0 -0
  231. package/demo/bundle/static/media/IBMPlexSans-Light-Cyrillic.dfc5cd76.woff2 +0 -0
  232. package/demo/bundle/static/media/IBMPlexSans-Light-Latin1.6addda88.woff2 +0 -0
  233. package/demo/bundle/static/media/IBMPlexSans-Light-Latin1.eb7205f3.woff +0 -0
  234. package/demo/bundle/static/media/IBMPlexSans-Light-Latin2.52c3e5f5.woff2 +0 -0
  235. package/demo/bundle/static/media/IBMPlexSans-Light-Latin2.95466ff4.woff +0 -0
  236. package/demo/bundle/static/media/IBMPlexSans-Light-Latin3.2fa3078b.woff2 +0 -0
  237. package/demo/bundle/static/media/IBMPlexSans-Light-Latin3.aecdca48.woff +0 -0
  238. package/demo/bundle/static/media/IBMPlexSans-Light-Pi.b44c4748.woff +0 -0
  239. package/demo/bundle/static/media/IBMPlexSans-Light-Pi.f49b44f4.woff2 +0 -0
  240. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Cyrillic.001a2e82.woff +0 -0
  241. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Cyrillic.0480b634.woff2 +0 -0
  242. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Latin1.4e5ac09d.woff +0 -0
  243. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Latin1.ff534d2e.woff2 +0 -0
  244. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Latin2.08f1fcb9.woff +0 -0
  245. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Latin2.bb0ee6b9.woff2 +0 -0
  246. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Latin3.4737b708.woff2 +0 -0
  247. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Latin3.f3e1fc7c.woff +0 -0
  248. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Pi.8de99584.woff2 +0 -0
  249. package/demo/bundle/static/media/IBMPlexSans-LightItalic-Pi.f7d98b18.woff +0 -0
  250. package/demo/bundle/static/media/IBMPlexSans-Regular-Cyrillic.7a430ce2.woff2 +0 -0
  251. package/demo/bundle/static/media/IBMPlexSans-Regular-Cyrillic.c2211ae4.woff +0 -0
  252. package/demo/bundle/static/media/IBMPlexSans-Regular-Latin1.3cc4b086.woff2 +0 -0
  253. package/demo/bundle/static/media/IBMPlexSans-Regular-Latin1.9e98fb2c.woff +0 -0
  254. package/demo/bundle/static/media/IBMPlexSans-Regular-Latin2.4d9683ea.woff +0 -0
  255. package/demo/bundle/static/media/IBMPlexSans-Regular-Latin2.afe6aae5.woff2 +0 -0
  256. package/demo/bundle/static/media/IBMPlexSans-Regular-Latin3.06a7364b.woff2 +0 -0
  257. package/demo/bundle/static/media/IBMPlexSans-Regular-Latin3.39e55498.woff +0 -0
  258. package/demo/bundle/static/media/IBMPlexSans-Regular-Pi.54534a7b.woff2 +0 -0
  259. package/demo/bundle/static/media/IBMPlexSans-Regular-Pi.ef46e81f.woff +0 -0
  260. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Cyrillic.d37c4aca.woff2 +0 -0
  261. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Cyrillic.e02bbe25.woff +0 -0
  262. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Latin1.15b31066.woff2 +0 -0
  263. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Latin1.a7536c7b.woff +0 -0
  264. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Latin2.115529c8.woff2 +0 -0
  265. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Latin2.52f41459.woff +0 -0
  266. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Latin3.54e2eb19.woff +0 -0
  267. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Latin3.fda2192d.woff2 +0 -0
  268. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Pi.c33198fc.woff +0 -0
  269. package/demo/bundle/static/media/IBMPlexSans-SemiBold-Pi.f1783cec.woff2 +0 -0
  270. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Cyrillic.39ebea2d.woff +0 -0
  271. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Cyrillic.f3b96b72.woff2 +0 -0
  272. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Latin1.70051674.woff +0 -0
  273. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Latin1.bacd9276.woff2 +0 -0
  274. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Latin2.0bc8d77c.woff2 +0 -0
  275. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Latin2.54b19604.woff +0 -0
  276. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Latin3.58f4ef58.woff2 +0 -0
  277. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Latin3.d35a460b.woff +0 -0
  278. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Pi.136127c6.woff +0 -0
  279. package/demo/bundle/static/media/IBMPlexSans-SemiBoldItalic-Pi.b8898746.woff2 +0 -0
  280. package/demo/bundle/static/media/IBMPlexSerif-Italic-Cyrillic.2374c007.woff +0 -0
  281. package/demo/bundle/static/media/IBMPlexSerif-Italic-Cyrillic.d4d1e655.woff2 +0 -0
  282. package/demo/bundle/static/media/IBMPlexSerif-Italic-Latin1.06f1c210.woff +0 -0
  283. package/demo/bundle/static/media/IBMPlexSerif-Italic-Latin1.63605f83.woff2 +0 -0
  284. package/demo/bundle/static/media/IBMPlexSerif-Italic-Latin2.966dab9c.woff +0 -0
  285. package/demo/bundle/static/media/IBMPlexSerif-Italic-Latin2.f5daf8a1.woff2 +0 -0
  286. package/demo/bundle/static/media/IBMPlexSerif-Italic-Latin3.40dce27d.woff2 +0 -0
  287. package/demo/bundle/static/media/IBMPlexSerif-Italic-Latin3.7d706da7.woff +0 -0
  288. package/demo/bundle/static/media/IBMPlexSerif-Italic-Pi.34c373b8.woff2 +0 -0
  289. package/demo/bundle/static/media/IBMPlexSerif-Italic-Pi.a083488e.woff +0 -0
  290. package/demo/bundle/static/media/IBMPlexSerif-Light-Cyrillic.68e6b5a6.woff +0 -0
  291. package/demo/bundle/static/media/IBMPlexSerif-Light-Cyrillic.e4e4bf93.woff2 +0 -0
  292. package/demo/bundle/static/media/IBMPlexSerif-Light-Latin1.86a34a60.woff2 +0 -0
  293. package/demo/bundle/static/media/IBMPlexSerif-Light-Latin1.9ff75285.woff +0 -0
  294. package/demo/bundle/static/media/IBMPlexSerif-Light-Latin2.694a598a.woff2 +0 -0
  295. package/demo/bundle/static/media/IBMPlexSerif-Light-Latin2.9df59bf4.woff +0 -0
  296. package/demo/bundle/static/media/IBMPlexSerif-Light-Latin3.5500fa96.woff2 +0 -0
  297. package/demo/bundle/static/media/IBMPlexSerif-Light-Latin3.9784395f.woff +0 -0
  298. package/demo/bundle/static/media/IBMPlexSerif-Light-Pi.162bd61b.woff2 +0 -0
  299. package/demo/bundle/static/media/IBMPlexSerif-Light-Pi.8fa02243.woff +0 -0
  300. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Cyrillic.3f86e361.woff +0 -0
  301. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Cyrillic.f6d6f9b1.woff2 +0 -0
  302. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Latin1.7dd126bc.woff2 +0 -0
  303. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Latin1.a4adf074.woff +0 -0
  304. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Latin2.61419644.woff2 +0 -0
  305. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Latin2.daa01d35.woff +0 -0
  306. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Latin3.499e5f77.woff +0 -0
  307. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Latin3.4af12a26.woff2 +0 -0
  308. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Pi.2cafe23a.woff2 +0 -0
  309. package/demo/bundle/static/media/IBMPlexSerif-LightItalic-Pi.dd48dc04.woff +0 -0
  310. package/demo/bundle/static/media/IBMPlexSerif-Regular-Cyrillic.60b47187.woff +0 -0
  311. package/demo/bundle/static/media/IBMPlexSerif-Regular-Cyrillic.7e2c9a9b.woff2 +0 -0
  312. package/demo/bundle/static/media/IBMPlexSerif-Regular-Latin1.38195040.woff +0 -0
  313. package/demo/bundle/static/media/IBMPlexSerif-Regular-Latin1.6f405f92.woff2 +0 -0
  314. package/demo/bundle/static/media/IBMPlexSerif-Regular-Latin2.badbc4c3.woff2 +0 -0
  315. package/demo/bundle/static/media/IBMPlexSerif-Regular-Latin2.f28ca2ec.woff +0 -0
  316. package/demo/bundle/static/media/IBMPlexSerif-Regular-Latin3.1834d9af.woff2 +0 -0
  317. package/demo/bundle/static/media/IBMPlexSerif-Regular-Latin3.9fe3feb3.woff +0 -0
  318. package/demo/bundle/static/media/IBMPlexSerif-Regular-Pi.93a37727.woff2 +0 -0
  319. package/demo/bundle/static/media/IBMPlexSerif-Regular-Pi.c589bee9.woff +0 -0
  320. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Cyrillic.a3e8c178.woff2 +0 -0
  321. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Cyrillic.dcf805ef.woff +0 -0
  322. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Latin1.301b2708.woff2 +0 -0
  323. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Latin1.c2983d6a.woff +0 -0
  324. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Latin2.635bee66.woff2 +0 -0
  325. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Latin2.778edc82.woff +0 -0
  326. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Latin3.13ac170f.woff2 +0 -0
  327. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Latin3.9d65d1f9.woff +0 -0
  328. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Pi.51d15d5d.woff +0 -0
  329. package/demo/bundle/static/media/IBMPlexSerif-SemiBold-Pi.9f9ef47e.woff2 +0 -0
  330. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Cyrillic.1e8d8716.woff +0 -0
  331. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Cyrillic.d2e5b8b4.woff2 +0 -0
  332. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Latin1.8d80b4da.woff +0 -0
  333. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Latin1.cd6c6577.woff2 +0 -0
  334. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Latin2.26ac7e27.woff +0 -0
  335. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Latin2.4070d660.woff2 +0 -0
  336. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Latin3.3076fb72.woff2 +0 -0
  337. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Latin3.3eab99e8.woff +0 -0
  338. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Pi.6efd77b2.woff2 +0 -0
  339. package/demo/bundle/static/media/IBMPlexSerif-SemiBoldItalic-Pi.84d751c7.woff +0 -0
  340. package/demo/bundle/vendors~main.34297b03857bd411aba7.bundle.js +0 -111
  341. package/demo/bundle/vendors~main.aafb14ed2502bae02562.bundle.js +0 -3
  342. package/demo/bundle/vendors~main.aafb14ed2502bae02562.bundle.js.LICENSE.txt +0 -124
  343. package/demo/bundle/vendors~main.aafb14ed2502bae02562.bundle.js.map +0 -1
  344. package/demo/bundle/welcome.png +0 -0
  345. package/dist/CHANGELOG.md +0 -3133
  346. package/dist/README.md +0 -38
  347. package/dist/bundles/carbon-charts-angular.umd.js.map +0 -1
  348. package/dist/bundles/carbon-charts-angular.umd.min.js +0 -16
  349. package/dist/bundles/carbon-charts-angular.umd.min.js.map +0 -1
  350. package/dist/diagrams/configs.d.ts +0 -1
  351. package/dist/esm2015/diagrams/card-node/card-node-column.component.js +0 -41
  352. package/dist/esm2015/diagrams/card-node/card-node-label.component.js +0 -27
  353. package/dist/esm2015/diagrams/card-node/card-node-subtitle.component.js +0 -27
  354. package/dist/esm2015/diagrams/card-node/card-node-title.component.js +0 -27
  355. package/dist/esm2015/diagrams/card-node/card-node.component.js +0 -148
  356. package/dist/esm2015/diagrams/configs.js +0 -8
  357. package/dist/esm2015/diagrams/edge/edge.component.js +0 -80
  358. package/dist/esm2015/diagrams/marker/marker.component.js +0 -141
  359. package/dist/esm2015/diagrams/shape-node/shape-node.component.js +0 -187
  360. package/dist/esm5/diagrams/card-node/card-node.component.js +0 -86
  361. package/dist/esm5/diagrams/configs.js +0 -8
  362. package/dist/esm5/diagrams/edge/edge.component.js +0 -64
  363. package/dist/esm5/diagrams/shape-node/shape-node.component.js +0 -104
  364. package/dist/fesm2015/carbon-charts-angular.js.map +0 -1
  365. package/dist/fesm5/carbon-charts-angular.js.map +0 -1
  366. package/dist/package.json +0 -109
  367. package/ng-package.json +0 -8
  368. package/src/alluvial-chart.component.ts +0 -34
  369. package/src/area-chart-stacked.component.ts +0 -34
  370. package/src/area-chart.component.ts +0 -37
  371. package/src/bar-chart-grouped.component.ts +0 -34
  372. package/src/bar-chart-simple.component.ts +0 -34
  373. package/src/bar-chart-stacked.component.ts +0 -34
  374. package/src/base-chart.component.ts +0 -102
  375. package/src/boxplot-chart.component.ts +0 -34
  376. package/src/bubble-chart.component.ts +0 -34
  377. package/src/bullet-chart.component.ts +0 -34
  378. package/src/charts.module.ts +0 -87
  379. package/src/circle-pack-chart.component.ts +0 -34
  380. package/src/combo-chart.component.ts +0 -33
  381. package/src/diagrams/card-node/card-node-column.component.ts +0 -22
  382. package/src/diagrams/card-node/card-node-label.component.ts +0 -15
  383. package/src/diagrams/card-node/card-node-subtitle.component.ts +0 -15
  384. package/src/diagrams/card-node/card-node-title.component.ts +0 -15
  385. package/src/diagrams/card-node/card-node.component.ts +0 -100
  386. package/src/diagrams/card-node/card-node.module.ts +0 -18
  387. package/src/diagrams/configs.ts +0 -1
  388. package/src/diagrams/edge/edge.component.ts +0 -45
  389. package/src/diagrams/edge/edge.module.ts +0 -11
  390. package/src/diagrams/marker/marker.component.ts +0 -68
  391. package/src/diagrams/marker/marker.module.ts +0 -43
  392. package/src/diagrams/shape-node/shape-node.component.ts +0 -133
  393. package/src/diagrams/shape-node/shape-node.module.ts +0 -11
  394. package/src/donut-chart.component.ts +0 -34
  395. package/src/gauge-chart.component.ts +0 -34
  396. package/src/heatmap-chart.component.ts +0 -34
  397. package/src/histogram-chart.component.ts +0 -34
  398. package/src/index.ts +0 -44
  399. package/src/line-chart.component.ts +0 -34
  400. package/src/lollipop-chart.component.ts +0 -34
  401. package/src/meter-chart.component.ts +0 -33
  402. package/src/pie-chart.component.ts +0 -34
  403. package/src/radar-chart.component.ts +0 -34
  404. package/src/scatter-chart.component.ts +0 -34
  405. package/src/tree-chart.component.ts +0 -34
  406. package/src/treemap-chart.component.ts +0 -34
  407. package/src/wordcloud-chart.component.ts +0 -34
  408. package/stories/all.stories.ts +0 -95
  409. package/stories/diagrams/0_diagram.stories.ts +0 -224
  410. package/stories/diagrams/card-node.stories.ts +0 -181
  411. package/stories/diagrams/edge.stories.ts +0 -127
  412. package/stories/diagrams/marker.stories.ts +0 -140
  413. package/stories/diagrams/shape-node.stories.ts +0 -98
  414. package/tsconfig.json +0 -36
  415. package/tslint.json +0 -128
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.58.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.58.0...v0.58.1) (2022-05-19)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-angular
9
+
10
+
11
+
12
+
13
+
14
+ # [0.58.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.57.1...v0.58.0) (2022-05-16)
15
+
16
+ **Note:** Version bump only for package @carbon/charts-angular
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.57.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.57.0...v0.57.1) (2022-05-06)
23
+
24
+ **Note:** Version bump only for package @carbon/charts-angular
25
+
26
+
27
+
28
+
29
+
30
+ # [0.57.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.56.0...v0.57.0) (2022-04-11)
31
+
32
+
33
+ ### Features
34
+
35
+ * **angular:** add Angular 13 support in peerDeps ([#1337](https://github.com/carbon-design-system/carbon-charts/issues/1337)) ([213dacb](https://github.com/carbon-design-system/carbon-charts/commit/213dacb15575a5e108a3e1984fb41ce91876ebae))
36
+
37
+
38
+
39
+
40
+
6
41
  # [0.56.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.55.1...v0.56.0) (2022-03-28)
7
42
 
8
43
  **Note:** Version bump only for package @carbon/charts-angular
package/LICENSE.md ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2018 IBM
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  **[Storybook demo sources](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core/demo/data)**
8
8
 
9
+ **[Angular 13 example](https://github.com/nstuyvesant/carbon-charts-angular-13)**
10
+
9
11
  ## Getting started
10
12
 
11
13
  Run the following command using [npm](https://www.npmjs.com/):
@@ -1,8 +1,10 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@carbon/charts'), require('@carbon/charts/components/diagrams/buildPaths'), require('@carbon/charts/components/diagrams/markerDefinitions')) :
3
- typeof define === 'function' && define.amd ? define('@carbon/charts-angular', ['exports', '@angular/core', '@angular/common', '@carbon/charts', '@carbon/charts/components/diagrams/buildPaths', '@carbon/charts/components/diagrams/markerDefinitions'], factory) :
4
- (global = global || self, factory((global.carbon = global.carbon || {}, global.carbon['charts-angular'] = {}), global.ng.core, global.ng.common, global.charts, global.buildPaths, global.markerDefinitions));
5
- }(this, (function (exports, core, common, charts, buildPaths, markerDefinitions) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@carbon/charts'), require('carbon-components/src/globals/js/settings'), require('@carbon/charts/components/diagrams/buildPaths'), require('@carbon/charts/components/diagrams/markerDefinitions')) :
3
+ typeof define === 'function' && define.amd ? define('@carbon/charts-angular', ['exports', '@angular/core', '@angular/common', '@carbon/charts', 'carbon-components/src/globals/js/settings', '@carbon/charts/components/diagrams/buildPaths', '@carbon/charts/components/diagrams/markerDefinitions'], factory) :
4
+ (global = global || self, factory((global.carbon = global.carbon || {}, global.carbon['charts-angular'] = {}), global.ng.core, global.ng.common, global.charts, global.settings, global.buildPaths, global.markerDefinitions));
5
+ }(this, (function (exports, core, common, charts, settings, buildPaths, markerDefinitions) { 'use strict';
6
+
7
+ settings = settings && settings.hasOwnProperty('default') ? settings['default'] : settings;
6
8
 
7
9
  /*! *****************************************************************************
8
10
  Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1437,19 +1439,12 @@
1437
1439
  return ChartsModule;
1438
1440
  }());
1439
1441
 
1440
- /**
1441
- * @fileoverview added by tsickle
1442
- * Generated from: diagrams/configs.ts
1443
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1444
- */
1445
- /** @type {?} */
1446
- var carbonPrefix = 'cds';
1447
-
1448
1442
  /**
1449
1443
  * @fileoverview added by tsickle
1450
1444
  * Generated from: diagrams/card-node/card-node.component.ts
1451
1445
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1452
1446
  */
1447
+ var prefix = settings.prefix;
1453
1448
  var CardNodeComponent = /** @class */ (function () {
1454
1449
  function CardNodeComponent() {
1455
1450
  this.as = 'div';
@@ -1461,7 +1456,7 @@
1461
1456
  this.mouseOut = new core.EventEmitter();
1462
1457
  this.mouseLeave = new core.EventEmitter();
1463
1458
  this.mouseMove = new core.EventEmitter();
1464
- this.namespace = carbonPrefix + "--cc--card-node";
1459
+ this.namespace = prefix + "--cc--card-node";
1465
1460
  this.component = 'div';
1466
1461
  }
1467
1462
  /**
@@ -1533,6 +1528,7 @@
1533
1528
  * Generated from: diagrams/card-node/card-node-column.component.ts
1534
1529
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1535
1530
  */
1531
+ var prefix$1 = settings.prefix;
1536
1532
  var CardNodeColumnComponent = /** @class */ (function () {
1537
1533
  function CardNodeColumnComponent() {
1538
1534
  this.farsideColumn = false;
@@ -1544,9 +1540,9 @@
1544
1540
  function () {
1545
1541
  /** @type {?} */
1546
1542
  var farsideClassName = this.farsideColumn
1547
- ? carbonPrefix + "--cc--card-node__column--farside"
1543
+ ? prefix$1 + "--cc--card-node__column--farside"
1548
1544
  : '';
1549
- return carbonPrefix + "--cc--card-node__column " + farsideClassName;
1545
+ return prefix$1 + "--cc--card-node__column " + farsideClassName;
1550
1546
  },
1551
1547
  enumerable: true,
1552
1548
  configurable: true
@@ -1573,9 +1569,10 @@
1573
1569
  * Generated from: diagrams/card-node/card-node-label.component.ts
1574
1570
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1575
1571
  */
1572
+ var prefix$2 = settings.prefix;
1576
1573
  var CardNodeLabelComponent = /** @class */ (function () {
1577
1574
  function CardNodeLabelComponent() {
1578
- this.namespace = carbonPrefix + "--cc--card-node__label";
1575
+ this.namespace = prefix$2 + "--cc--card-node__label";
1579
1576
  }
1580
1577
  CardNodeLabelComponent.decorators = [
1581
1578
  { type: core.Component, args: [{
@@ -1595,9 +1592,10 @@
1595
1592
  * Generated from: diagrams/card-node/card-node-subtitle.component.ts
1596
1593
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1597
1594
  */
1595
+ var prefix$3 = settings.prefix;
1598
1596
  var CardNodeSubtitleComponent = /** @class */ (function () {
1599
1597
  function CardNodeSubtitleComponent() {
1600
- this.namespace = carbonPrefix + "--cc--card-node__subtitle";
1598
+ this.namespace = prefix$3 + "--cc--card-node__subtitle";
1601
1599
  }
1602
1600
  CardNodeSubtitleComponent.decorators = [
1603
1601
  { type: core.Component, args: [{
@@ -1617,9 +1615,10 @@
1617
1615
  * Generated from: diagrams/card-node/card-node-title.component.ts
1618
1616
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1619
1617
  */
1618
+ var prefix$4 = settings.prefix;
1620
1619
  var CardNodeTitleComponent = /** @class */ (function () {
1621
1620
  function CardNodeTitleComponent() {
1622
- this.namespace = carbonPrefix + "--cc--card-node__title";
1621
+ this.namespace = prefix$4 + "--cc--card-node__title";
1623
1622
  }
1624
1623
  CardNodeTitleComponent.decorators = [
1625
1624
  { type: core.Component, args: [{
@@ -1657,6 +1656,7 @@
1657
1656
  * Generated from: diagrams/edge/edge.component.ts
1658
1657
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1659
1658
  */
1659
+ var prefix$5 = settings.prefix;
1660
1660
  /**
1661
1661
  * @record
1662
1662
  */
@@ -1669,7 +1669,7 @@
1669
1669
  }
1670
1670
  var EdgeComponent = /** @class */ (function () {
1671
1671
  function EdgeComponent() {
1672
- this.namespace = carbonPrefix + "--cc--edge";
1672
+ this.namespace = prefix$5 + "--cc--edge";
1673
1673
  this.straight = buildPaths.buildStraightPathString;
1674
1674
  }
1675
1675
  EdgeComponent.decorators = [
@@ -1735,6 +1735,7 @@
1735
1735
  * Generated from: diagrams/marker/marker.component.ts
1736
1736
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1737
1737
  */
1738
+ var prefix$6 = settings.prefix;
1738
1739
  /** @type {?} */
1739
1740
  var template = "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n";
1740
1741
  var MarkerComponent = /** @class */ (function () {
@@ -1742,7 +1743,7 @@
1742
1743
  var _this = this;
1743
1744
  this.orient = "auto";
1744
1745
  this.position = "end";
1745
- this.namespace = carbonPrefix + "--cc--marker";
1746
+ this.namespace = prefix$6 + "--cc--marker";
1746
1747
  this.setAttributes = (/**
1747
1748
  * @param {?} __0
1748
1749
  * @return {?}
@@ -1946,6 +1947,7 @@
1946
1947
  * Generated from: diagrams/shape-node/shape-node.component.ts
1947
1948
  * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1948
1949
  */
1950
+ var prefix$7 = settings.prefix;
1949
1951
  var ShapeNodeComponent = /** @class */ (function () {
1950
1952
  function ShapeNodeComponent() {
1951
1953
  this.as = 'div';
@@ -1960,7 +1962,7 @@
1960
1962
  this.mouseOut = new core.EventEmitter();
1961
1963
  this.mouseLeave = new core.EventEmitter();
1962
1964
  this.mouseMove = new core.EventEmitter();
1963
- this.namespace = carbonPrefix + "--cc--shape-node";
1965
+ this.namespace = prefix$7 + "--cc--shape-node";
1964
1966
  this.component = 'div';
1965
1967
  }
1966
1968
  /**