@semcore/d3-chart 3.60.2 → 3.61.0-prerelease.0

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 (592) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/lib/cjs/AnimatedClipPath.js +11 -15
  3. package/lib/cjs/AnimatedClipPath.js.map +1 -1
  4. package/lib/cjs/Area.js +71 -48
  5. package/lib/cjs/Area.js.map +1 -1
  6. package/lib/cjs/Axis.js +170 -108
  7. package/lib/cjs/Axis.js.map +1 -1
  8. package/lib/cjs/Bar.js +29 -34
  9. package/lib/cjs/Bar.js.map +1 -1
  10. package/lib/cjs/Bubble.js +211 -137
  11. package/lib/cjs/Bubble.js.map +1 -1
  12. package/lib/cjs/CompactHorizontalBar.js +92 -82
  13. package/lib/cjs/CompactHorizontalBar.js.map +1 -1
  14. package/lib/cjs/Donut.js +154 -139
  15. package/lib/cjs/Donut.js.map +1 -1
  16. package/lib/cjs/Dots.js +55 -38
  17. package/lib/cjs/Dots.js.map +1 -1
  18. package/lib/cjs/GroupBar.js +15 -18
  19. package/lib/cjs/GroupBar.js.map +1 -1
  20. package/lib/cjs/HorizontalBar.js +29 -34
  21. package/lib/cjs/HorizontalBar.js.map +1 -1
  22. package/lib/cjs/Hover.js +52 -45
  23. package/lib/cjs/Hover.js.map +1 -1
  24. package/lib/cjs/Line.js +63 -41
  25. package/lib/cjs/Line.js.map +1 -1
  26. package/lib/cjs/Pattern.js +16 -12
  27. package/lib/cjs/Pattern.js.map +1 -1
  28. package/lib/cjs/Plot.js +29 -36
  29. package/lib/cjs/Plot.js.map +1 -1
  30. package/lib/cjs/Radar.js +281 -261
  31. package/lib/cjs/Radar.js.map +1 -1
  32. package/lib/cjs/RadialTree.js +169 -154
  33. package/lib/cjs/RadialTree.js.map +1 -1
  34. package/lib/cjs/Reference.js +45 -51
  35. package/lib/cjs/Reference.js.map +1 -1
  36. package/lib/cjs/ResponsiveContainer.js +20 -25
  37. package/lib/cjs/ResponsiveContainer.js.map +1 -1
  38. package/lib/cjs/ScatterPlot.js +71 -61
  39. package/lib/cjs/ScatterPlot.js.map +1 -1
  40. package/lib/cjs/StackBar.js +20 -31
  41. package/lib/cjs/StackBar.js.map +1 -1
  42. package/lib/cjs/StackedArea.js +12 -16
  43. package/lib/cjs/StackedArea.js.map +1 -1
  44. package/lib/cjs/Tooltip.js +73 -73
  45. package/lib/cjs/Tooltip.js.map +1 -1
  46. package/lib/cjs/Venn.js +77 -52
  47. package/lib/cjs/Venn.js.map +1 -1
  48. package/lib/cjs/a11y/DataAccessibilityTable.js +2 -3
  49. package/lib/cjs/a11y/DataAccessibilityTable.js.map +1 -1
  50. package/lib/cjs/a11y/PlotA11yModule.js +43 -86
  51. package/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
  52. package/lib/cjs/a11y/PlotA11yView.js +44 -19
  53. package/lib/cjs/a11y/PlotA11yView.js.map +1 -1
  54. package/lib/cjs/a11y/bezier.js +1 -2
  55. package/lib/cjs/a11y/bezier.js.map +1 -1
  56. package/lib/cjs/a11y/focus.js +5 -6
  57. package/lib/cjs/a11y/focus.js.map +1 -1
  58. package/lib/cjs/a11y/hints.js +6 -9
  59. package/lib/cjs/a11y/hints.js.map +1 -1
  60. package/lib/cjs/a11y/insights.js +63 -64
  61. package/lib/cjs/a11y/insights.js.map +1 -1
  62. package/lib/cjs/a11y/intl.js +1 -2
  63. package/lib/cjs/a11y/intl.js.map +1 -1
  64. package/lib/cjs/a11y/locale.js +5 -5
  65. package/lib/cjs/a11y/locale.js.map +1 -1
  66. package/lib/cjs/a11y/serialize.js +15 -17
  67. package/lib/cjs/a11y/serialize.js.map +1 -1
  68. package/lib/cjs/a11y/summarize.js +1 -2
  69. package/lib/cjs/a11y/summarize.js.map +1 -1
  70. package/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js +4 -5
  71. package/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -1
  72. package/lib/cjs/a11y/translations/module/de.json +2 -2
  73. package/lib/cjs/a11y/translations/module/en.json +2 -2
  74. package/lib/cjs/a11y/translations/module/es.json +2 -2
  75. package/lib/cjs/a11y/translations/module/fr.json +2 -2
  76. package/lib/cjs/a11y/translations/module/it.json +2 -2
  77. package/lib/cjs/a11y/translations/module/ja.json +2 -2
  78. package/lib/cjs/a11y/translations/module/ko.json +2 -2
  79. package/lib/cjs/a11y/translations/module/nl.json +2 -2
  80. package/lib/cjs/a11y/translations/module/pl.json +2 -2
  81. package/lib/cjs/a11y/translations/module/pt.json +2 -2
  82. package/lib/cjs/a11y/translations/module/sv.json +2 -2
  83. package/lib/cjs/a11y/translations/module/tr.json +2 -2
  84. package/lib/cjs/a11y/translations/module/vi.json +2 -2
  85. package/lib/cjs/a11y/translations/module/zh.json +2 -2
  86. package/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js +4 -5
  87. package/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -1
  88. package/lib/cjs/color.js +2 -3
  89. package/lib/cjs/color.js.map +1 -1
  90. package/lib/cjs/component/Chart/AbstractChart.js +157 -83
  91. package/lib/cjs/component/Chart/AbstractChart.js.map +1 -1
  92. package/lib/cjs/component/Chart/AbstractChart.type.js.map +1 -1
  93. package/lib/cjs/component/Chart/AreaChart.js +24 -51
  94. package/lib/cjs/component/Chart/AreaChart.js.map +1 -1
  95. package/lib/cjs/component/Chart/AreaChart.type.js.map +1 -1
  96. package/lib/cjs/component/Chart/BarChart.js +85 -69
  97. package/lib/cjs/component/Chart/BarChart.js.map +1 -1
  98. package/lib/cjs/component/Chart/BarChart.type.js.map +1 -1
  99. package/lib/cjs/component/Chart/BubbleChart.js +31 -27
  100. package/lib/cjs/component/Chart/BubbleChart.js.map +1 -1
  101. package/lib/cjs/component/Chart/BubbleChart.type.js.map +1 -1
  102. package/lib/cjs/component/Chart/CigaretteChart.js +340 -147
  103. package/lib/cjs/component/Chart/CigaretteChart.js.map +1 -1
  104. package/lib/cjs/component/Chart/CigaretteChart.type.js.map +1 -1
  105. package/lib/cjs/component/Chart/CompactHorizontalBarChart.js +11 -15
  106. package/lib/cjs/component/Chart/CompactHorizontalBarChart.js.map +1 -1
  107. package/lib/cjs/component/Chart/CompactHorizontalBarChart.type.js.map +1 -1
  108. package/lib/cjs/component/Chart/DonutChart.js +16 -22
  109. package/lib/cjs/component/Chart/DonutChart.js.map +1 -1
  110. package/lib/cjs/component/Chart/DonutChart.type.js.map +1 -1
  111. package/lib/cjs/component/Chart/HistogramChart.js +16 -44
  112. package/lib/cjs/component/Chart/HistogramChart.js.map +1 -1
  113. package/lib/cjs/component/Chart/HistogramChart.type.js.map +1 -1
  114. package/lib/cjs/component/Chart/LineChart.js +22 -48
  115. package/lib/cjs/component/Chart/LineChart.js.map +1 -1
  116. package/lib/cjs/component/Chart/LineChart.type.js.map +1 -1
  117. package/lib/cjs/component/Chart/RadarChart.js +15 -19
  118. package/lib/cjs/component/Chart/RadarChart.js.map +1 -1
  119. package/lib/cjs/component/Chart/RadarChart.type.js.map +1 -1
  120. package/lib/cjs/component/Chart/ScatterPlotChart.js +16 -21
  121. package/lib/cjs/component/Chart/ScatterPlotChart.js.map +1 -1
  122. package/lib/cjs/component/Chart/ScatterPlotChart.type.js.map +1 -1
  123. package/lib/cjs/component/Chart/VennChart.js +16 -19
  124. package/lib/cjs/component/Chart/VennChart.js.map +1 -1
  125. package/lib/cjs/component/Chart/VennChart.type.js.map +1 -1
  126. package/lib/cjs/component/Chart/index.js +7 -8
  127. package/lib/cjs/component/Chart/index.js.map +1 -1
  128. package/lib/cjs/component/ChartLegend/BaseLegend.js +45 -23
  129. package/lib/cjs/component/ChartLegend/BaseLegend.js.map +1 -1
  130. package/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +1 -1
  131. package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +19 -24
  132. package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
  133. package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +1 -1
  134. package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +108 -83
  135. package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
  136. package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js +1 -2
  137. package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
  138. package/lib/cjs/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
  139. package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +18 -23
  140. package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
  141. package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
  142. package/lib/cjs/component/ChartLegend/index.js +1 -2
  143. package/lib/cjs/component/ChartLegend/index.js.map +1 -1
  144. package/lib/cjs/component/Cigarette/Cigarette.js +16 -20
  145. package/lib/cjs/component/Cigarette/Cigarette.js.map +1 -1
  146. package/lib/cjs/component/StackGroupBar/StackGroupBar.js +19 -24
  147. package/lib/cjs/component/StackGroupBar/StackGroupBar.js.map +1 -1
  148. package/lib/cjs/component/StackGroupBar/StackGroupBar.type.js.map +1 -1
  149. package/lib/cjs/component/SvgElement.js +21 -0
  150. package/lib/cjs/component/SvgElement.js.map +1 -0
  151. package/lib/cjs/createElement.d.js.map +1 -1
  152. package/lib/cjs/createElement.js +10 -12
  153. package/lib/cjs/createElement.js.map +1 -1
  154. package/lib/cjs/index.js +9 -2
  155. package/lib/cjs/index.js.map +1 -1
  156. package/lib/cjs/style/abstract-chart.shadow.css +12 -0
  157. package/lib/cjs/style/area.shadow.css +3 -3
  158. package/lib/cjs/style/axis.shadow.css +43 -5
  159. package/lib/cjs/style/bar.shadow.css +6 -6
  160. package/lib/cjs/style/bubble.shadow.css +12 -4
  161. package/lib/cjs/style/donut.shadow.css +3 -3
  162. package/lib/cjs/style/dot.shadow.css +2 -2
  163. package/lib/cjs/style/hover.shadow.css +4 -4
  164. package/lib/cjs/style/line.shadow.css +3 -3
  165. package/lib/cjs/style/plot.shadow.css +8 -6
  166. package/lib/cjs/style/plotA11yModule.shadow.css +10 -11
  167. package/lib/cjs/style/plotA11yView.shadow.css +16 -29
  168. package/lib/cjs/style/radar.shadow.css +8 -8
  169. package/lib/cjs/style/radial-tree.shadow.css +3 -3
  170. package/lib/cjs/style/reference.shadow.css +4 -4
  171. package/lib/cjs/style/scatterplot.shadow.css +2 -2
  172. package/lib/cjs/style/tooltip.shadow.css +5 -5
  173. package/lib/cjs/style/venn.shadow.css +3 -3
  174. package/lib/cjs/translations/__intergalactic-dynamic-locales.js +4 -5
  175. package/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -1
  176. package/lib/cjs/translations/de.json +1 -0
  177. package/lib/cjs/translations/es.json +1 -0
  178. package/lib/cjs/translations/fr.json +1 -0
  179. package/lib/cjs/translations/it.json +1 -0
  180. package/lib/cjs/translations/ja.json +1 -0
  181. package/lib/cjs/translations/ko.json +1 -0
  182. package/lib/cjs/translations/nl.json +1 -0
  183. package/lib/cjs/translations/pl.json +1 -0
  184. package/lib/cjs/translations/pt.json +1 -0
  185. package/lib/cjs/translations/sv.json +1 -0
  186. package/lib/cjs/translations/tr.json +2 -1
  187. package/lib/cjs/translations/vi.json +1 -0
  188. package/lib/cjs/translations/zh.json +1 -0
  189. package/lib/cjs/types/Area.d.js.map +1 -1
  190. package/lib/cjs/types/Axis.d.js.map +1 -1
  191. package/lib/cjs/types/Bar.d.js.map +1 -1
  192. package/lib/cjs/types/Bubble.d.js.map +1 -1
  193. package/lib/cjs/types/ClipPath.d.js.map +1 -1
  194. package/lib/cjs/types/CompactHorizontalBar.d.js.map +1 -1
  195. package/lib/cjs/types/Donut.d.js.map +1 -1
  196. package/lib/cjs/types/GroupBar.d.js.map +1 -1
  197. package/lib/cjs/types/HorizontalBar.d.js.map +1 -1
  198. package/lib/cjs/types/Hover.d.js.map +1 -1
  199. package/lib/cjs/types/Line.d.js.map +1 -1
  200. package/lib/cjs/types/Plot.d.js.map +1 -1
  201. package/lib/cjs/types/Radar.d.js.map +1 -1
  202. package/lib/cjs/types/Reference.d.js.map +1 -1
  203. package/lib/cjs/types/ResponsiveContainer.d.js.map +1 -1
  204. package/lib/cjs/types/ScatterPlot.d.js.map +1 -1
  205. package/lib/cjs/types/StackBar.d.js.map +1 -1
  206. package/lib/cjs/types/StackedArea.d.js.map +1 -1
  207. package/lib/cjs/types/Tooltip.d.js.map +1 -1
  208. package/lib/cjs/types/Venn.d.js.map +1 -1
  209. package/lib/cjs/types/context.d.js.map +1 -1
  210. package/lib/cjs/types/index.d.js +14 -2
  211. package/lib/cjs/types/index.d.js.map +1 -1
  212. package/lib/cjs/utils.js +36 -55
  213. package/lib/cjs/utils.js.map +1 -1
  214. package/lib/es6/AnimatedClipPath.js +9 -11
  215. package/lib/es6/AnimatedClipPath.js.map +1 -1
  216. package/lib/es6/Area.js +70 -45
  217. package/lib/es6/Area.js.map +1 -1
  218. package/lib/es6/Axis.js +168 -104
  219. package/lib/es6/Axis.js.map +1 -1
  220. package/lib/es6/Bar.js +27 -29
  221. package/lib/es6/Bar.js.map +1 -1
  222. package/lib/es6/Bubble.js +211 -135
  223. package/lib/es6/Bubble.js.map +1 -1
  224. package/lib/es6/CompactHorizontalBar.js +89 -77
  225. package/lib/es6/CompactHorizontalBar.js.map +1 -1
  226. package/lib/es6/Donut.js +154 -137
  227. package/lib/es6/Donut.js.map +1 -1
  228. package/lib/es6/Dots.js +55 -36
  229. package/lib/es6/Dots.js.map +1 -1
  230. package/lib/es6/GroupBar.js +13 -15
  231. package/lib/es6/GroupBar.js.map +1 -1
  232. package/lib/es6/HorizontalBar.js +27 -29
  233. package/lib/es6/HorizontalBar.js.map +1 -1
  234. package/lib/es6/Hover.js +51 -41
  235. package/lib/es6/Hover.js.map +1 -1
  236. package/lib/es6/Line.js +61 -37
  237. package/lib/es6/Line.js.map +1 -1
  238. package/lib/es6/Pattern.js +7 -3
  239. package/lib/es6/Pattern.js.map +1 -1
  240. package/lib/es6/Plot.js +28 -32
  241. package/lib/es6/Plot.js.map +1 -1
  242. package/lib/es6/Radar.js +279 -257
  243. package/lib/es6/Radar.js.map +1 -1
  244. package/lib/es6/RadialTree.js +168 -151
  245. package/lib/es6/RadialTree.js.map +1 -1
  246. package/lib/es6/Reference.js +43 -45
  247. package/lib/es6/Reference.js.map +1 -1
  248. package/lib/es6/ResponsiveContainer.js +16 -19
  249. package/lib/es6/ResponsiveContainer.js.map +1 -1
  250. package/lib/es6/ScatterPlot.js +71 -59
  251. package/lib/es6/ScatterPlot.js.map +1 -1
  252. package/lib/es6/StackBar.js +17 -27
  253. package/lib/es6/StackBar.js.map +1 -1
  254. package/lib/es6/StackedArea.js +10 -13
  255. package/lib/es6/StackedArea.js.map +1 -1
  256. package/lib/es6/Tooltip.js +68 -65
  257. package/lib/es6/Tooltip.js.map +1 -1
  258. package/lib/es6/Venn.js +75 -48
  259. package/lib/es6/Venn.js.map +1 -1
  260. package/lib/es6/a11y/DataAccessibilityTable.js.map +1 -1
  261. package/lib/es6/a11y/PlotA11yModule.js +43 -86
  262. package/lib/es6/a11y/PlotA11yModule.js.map +1 -1
  263. package/lib/es6/a11y/PlotA11yView.js +43 -16
  264. package/lib/es6/a11y/PlotA11yView.js.map +1 -1
  265. package/lib/es6/a11y/bezier.js.map +1 -1
  266. package/lib/es6/a11y/focus.js +4 -4
  267. package/lib/es6/a11y/focus.js.map +1 -1
  268. package/lib/es6/a11y/hints.js +2 -2
  269. package/lib/es6/a11y/hints.js.map +1 -1
  270. package/lib/es6/a11y/insights.js +61 -61
  271. package/lib/es6/a11y/insights.js.map +1 -1
  272. package/lib/es6/a11y/intl.js.map +1 -1
  273. package/lib/es6/a11y/locale.js +3 -2
  274. package/lib/es6/a11y/locale.js.map +1 -1
  275. package/lib/es6/a11y/serialize.js +14 -13
  276. package/lib/es6/a11y/serialize.js.map +1 -1
  277. package/lib/es6/a11y/summarize.js.map +1 -1
  278. package/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +2 -2
  279. package/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -1
  280. package/lib/es6/a11y/translations/module/de.json +2 -2
  281. package/lib/es6/a11y/translations/module/en.json +2 -2
  282. package/lib/es6/a11y/translations/module/es.json +2 -2
  283. package/lib/es6/a11y/translations/module/fr.json +2 -2
  284. package/lib/es6/a11y/translations/module/it.json +2 -2
  285. package/lib/es6/a11y/translations/module/ja.json +2 -2
  286. package/lib/es6/a11y/translations/module/ko.json +2 -2
  287. package/lib/es6/a11y/translations/module/nl.json +2 -2
  288. package/lib/es6/a11y/translations/module/pl.json +2 -2
  289. package/lib/es6/a11y/translations/module/pt.json +2 -2
  290. package/lib/es6/a11y/translations/module/sv.json +2 -2
  291. package/lib/es6/a11y/translations/module/tr.json +2 -2
  292. package/lib/es6/a11y/translations/module/vi.json +2 -2
  293. package/lib/es6/a11y/translations/module/zh.json +2 -2
  294. package/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +2 -2
  295. package/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -1
  296. package/lib/es6/color.js +1 -1
  297. package/lib/es6/color.js.map +1 -1
  298. package/lib/es6/component/Chart/AbstractChart.js +159 -80
  299. package/lib/es6/component/Chart/AbstractChart.js.map +1 -1
  300. package/lib/es6/component/Chart/AbstractChart.type.js.map +1 -1
  301. package/lib/es6/component/Chart/AreaChart.js +23 -48
  302. package/lib/es6/component/Chart/AreaChart.js.map +1 -1
  303. package/lib/es6/component/Chart/AreaChart.type.js.map +1 -1
  304. package/lib/es6/component/Chart/BarChart.js +84 -67
  305. package/lib/es6/component/Chart/BarChart.js.map +1 -1
  306. package/lib/es6/component/Chart/BarChart.type.js.map +1 -1
  307. package/lib/es6/component/Chart/BubbleChart.js +30 -24
  308. package/lib/es6/component/Chart/BubbleChart.js.map +1 -1
  309. package/lib/es6/component/Chart/BubbleChart.type.js.map +1 -1
  310. package/lib/es6/component/Chart/CigaretteChart.js +341 -144
  311. package/lib/es6/component/Chart/CigaretteChart.js.map +1 -1
  312. package/lib/es6/component/Chart/CigaretteChart.type.js.map +1 -1
  313. package/lib/es6/component/Chart/CompactHorizontalBarChart.js +9 -12
  314. package/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +1 -1
  315. package/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +1 -1
  316. package/lib/es6/component/Chart/DonutChart.js +14 -18
  317. package/lib/es6/component/Chart/DonutChart.js.map +1 -1
  318. package/lib/es6/component/Chart/DonutChart.type.js.map +1 -1
  319. package/lib/es6/component/Chart/HistogramChart.js +15 -41
  320. package/lib/es6/component/Chart/HistogramChart.js.map +1 -1
  321. package/lib/es6/component/Chart/HistogramChart.type.js.map +1 -1
  322. package/lib/es6/component/Chart/LineChart.js +20 -45
  323. package/lib/es6/component/Chart/LineChart.js.map +1 -1
  324. package/lib/es6/component/Chart/LineChart.type.js.map +1 -1
  325. package/lib/es6/component/Chart/RadarChart.js +13 -16
  326. package/lib/es6/component/Chart/RadarChart.js.map +1 -1
  327. package/lib/es6/component/Chart/RadarChart.type.js.map +1 -1
  328. package/lib/es6/component/Chart/ScatterPlotChart.js +15 -18
  329. package/lib/es6/component/Chart/ScatterPlotChart.js.map +1 -1
  330. package/lib/es6/component/Chart/ScatterPlotChart.type.js.map +1 -1
  331. package/lib/es6/component/Chart/VennChart.js +14 -16
  332. package/lib/es6/component/Chart/VennChart.js.map +1 -1
  333. package/lib/es6/component/Chart/VennChart.type.js.map +1 -1
  334. package/lib/es6/component/Chart/index.js +6 -6
  335. package/lib/es6/component/Chart/index.js.map +1 -1
  336. package/lib/es6/component/ChartLegend/BaseLegend.js +43 -20
  337. package/lib/es6/component/ChartLegend/BaseLegend.js.map +1 -1
  338. package/lib/es6/component/ChartLegend/BaseLegend.type.js.map +1 -1
  339. package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +17 -19
  340. package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
  341. package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +1 -1
  342. package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +102 -74
  343. package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
  344. package/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
  345. package/lib/es6/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
  346. package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +15 -17
  347. package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
  348. package/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
  349. package/lib/es6/component/ChartLegend/index.js.map +1 -1
  350. package/lib/es6/component/Cigarette/Cigarette.js +14 -17
  351. package/lib/es6/component/Cigarette/Cigarette.js.map +1 -1
  352. package/lib/es6/component/StackGroupBar/StackGroupBar.js +17 -21
  353. package/lib/es6/component/StackGroupBar/StackGroupBar.js.map +1 -1
  354. package/lib/es6/component/StackGroupBar/StackGroupBar.type.js.map +1 -1
  355. package/lib/es6/component/SvgElement.js +14 -0
  356. package/lib/es6/component/SvgElement.js.map +1 -0
  357. package/lib/es6/createElement.d.js.map +1 -1
  358. package/lib/es6/createElement.js +7 -7
  359. package/lib/es6/createElement.js.map +1 -1
  360. package/lib/es6/index.js +1 -0
  361. package/lib/es6/index.js.map +1 -1
  362. package/lib/es6/style/abstract-chart.shadow.css +12 -0
  363. package/lib/es6/style/area.shadow.css +3 -3
  364. package/lib/es6/style/axis.shadow.css +43 -5
  365. package/lib/es6/style/bar.shadow.css +6 -6
  366. package/lib/es6/style/bubble.shadow.css +12 -4
  367. package/lib/es6/style/donut.shadow.css +3 -3
  368. package/lib/es6/style/dot.shadow.css +2 -2
  369. package/lib/es6/style/hover.shadow.css +4 -4
  370. package/lib/es6/style/line.shadow.css +3 -3
  371. package/lib/es6/style/plot.shadow.css +8 -6
  372. package/lib/es6/style/plotA11yModule.shadow.css +10 -11
  373. package/lib/es6/style/plotA11yView.shadow.css +16 -29
  374. package/lib/es6/style/radar.shadow.css +8 -8
  375. package/lib/es6/style/radial-tree.shadow.css +3 -3
  376. package/lib/es6/style/reference.shadow.css +4 -4
  377. package/lib/es6/style/scatterplot.shadow.css +2 -2
  378. package/lib/es6/style/tooltip.shadow.css +5 -5
  379. package/lib/es6/style/venn.shadow.css +3 -3
  380. package/lib/es6/translations/__intergalactic-dynamic-locales.js +2 -2
  381. package/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -1
  382. package/lib/es6/translations/de.json +1 -0
  383. package/lib/es6/translations/es.json +1 -0
  384. package/lib/es6/translations/fr.json +1 -0
  385. package/lib/es6/translations/it.json +1 -0
  386. package/lib/es6/translations/ja.json +1 -0
  387. package/lib/es6/translations/ko.json +1 -0
  388. package/lib/es6/translations/nl.json +1 -0
  389. package/lib/es6/translations/pl.json +1 -0
  390. package/lib/es6/translations/pt.json +1 -0
  391. package/lib/es6/translations/sv.json +1 -0
  392. package/lib/es6/translations/tr.json +2 -1
  393. package/lib/es6/translations/vi.json +1 -0
  394. package/lib/es6/translations/zh.json +1 -0
  395. package/lib/es6/types/Area.d.js.map +1 -1
  396. package/lib/es6/types/Axis.d.js.map +1 -1
  397. package/lib/es6/types/Bar.d.js.map +1 -1
  398. package/lib/es6/types/Bubble.d.js.map +1 -1
  399. package/lib/es6/types/ClipPath.d.js.map +1 -1
  400. package/lib/es6/types/CompactHorizontalBar.d.js.map +1 -1
  401. package/lib/es6/types/Donut.d.js.map +1 -1
  402. package/lib/es6/types/GroupBar.d.js.map +1 -1
  403. package/lib/es6/types/HorizontalBar.d.js.map +1 -1
  404. package/lib/es6/types/Hover.d.js.map +1 -1
  405. package/lib/es6/types/Line.d.js.map +1 -1
  406. package/lib/es6/types/Plot.d.js.map +1 -1
  407. package/lib/es6/types/Radar.d.js.map +1 -1
  408. package/lib/es6/types/Reference.d.js.map +1 -1
  409. package/lib/es6/types/ResponsiveContainer.d.js.map +1 -1
  410. package/lib/es6/types/ScatterPlot.d.js.map +1 -1
  411. package/lib/es6/types/StackBar.d.js.map +1 -1
  412. package/lib/es6/types/StackedArea.d.js.map +1 -1
  413. package/lib/es6/types/Tooltip.d.js.map +1 -1
  414. package/lib/es6/types/Venn.d.js.map +1 -1
  415. package/lib/es6/types/context.d.js.map +1 -1
  416. package/lib/es6/types/index.d.js +2 -0
  417. package/lib/es6/types/index.d.js.map +1 -1
  418. package/lib/es6/utils.js +16 -16
  419. package/lib/es6/utils.js.map +1 -1
  420. package/lib/esm/AnimatedClipPath.mjs +9 -16
  421. package/lib/esm/Area.mjs +51 -36
  422. package/lib/esm/Axis.mjs +143 -86
  423. package/lib/esm/Bar.mjs +31 -34
  424. package/lib/esm/Bubble.mjs +154 -106
  425. package/lib/esm/CompactHorizontalBar.mjs +88 -80
  426. package/lib/esm/Donut.mjs +87 -75
  427. package/lib/esm/Dots.mjs +50 -34
  428. package/lib/esm/GroupBar.mjs +12 -14
  429. package/lib/esm/HorizontalBar.mjs +31 -34
  430. package/lib/esm/Hover.mjs +53 -50
  431. package/lib/esm/Line.mjs +45 -31
  432. package/lib/esm/Pattern.mjs +4 -2
  433. package/lib/esm/Plot.mjs +30 -35
  434. package/lib/esm/Radar.mjs +188 -175
  435. package/lib/esm/RadialTree.mjs +105 -111
  436. package/lib/esm/Reference.mjs +37 -40
  437. package/lib/esm/ResponsiveContainer.mjs +18 -21
  438. package/lib/esm/ScatterPlot.mjs +49 -40
  439. package/lib/esm/StackBar.mjs +18 -28
  440. package/lib/esm/StackedArea.mjs +13 -16
  441. package/lib/esm/Tooltip.mjs +56 -59
  442. package/lib/esm/Venn.mjs +67 -47
  443. package/lib/esm/a11y/DataAccessibilityTable.mjs +2 -2
  444. package/lib/esm/a11y/PlotA11yModule.mjs +35 -74
  445. package/lib/esm/a11y/PlotA11yView.mjs +41 -17
  446. package/lib/esm/a11y/focus.mjs +4 -4
  447. package/lib/esm/a11y/hints.mjs +2 -2
  448. package/lib/esm/a11y/insights.mjs +76 -76
  449. package/lib/esm/a11y/locale.mjs +2 -2
  450. package/lib/esm/a11y/serialize.mjs +12 -12
  451. package/lib/esm/a11y/translations/module/__intergalactic-dynamic-locales.mjs +2 -2
  452. package/lib/esm/a11y/translations/module/de.json.mjs +2 -4
  453. package/lib/esm/a11y/translations/module/en.json.mjs +2 -4
  454. package/lib/esm/a11y/translations/module/es.json.mjs +2 -4
  455. package/lib/esm/a11y/translations/module/fr.json.mjs +2 -4
  456. package/lib/esm/a11y/translations/module/it.json.mjs +2 -4
  457. package/lib/esm/a11y/translations/module/ja.json.mjs +2 -4
  458. package/lib/esm/a11y/translations/module/ko.json.mjs +2 -4
  459. package/lib/esm/a11y/translations/module/nl.json.mjs +2 -4
  460. package/lib/esm/a11y/translations/module/pl.json.mjs +2 -4
  461. package/lib/esm/a11y/translations/module/pt.json.mjs +2 -4
  462. package/lib/esm/a11y/translations/module/sv.json.mjs +2 -4
  463. package/lib/esm/a11y/translations/module/tr.json.mjs +2 -4
  464. package/lib/esm/a11y/translations/module/vi.json.mjs +2 -4
  465. package/lib/esm/a11y/translations/module/zh.json.mjs +2 -4
  466. package/lib/esm/a11y/translations/view/__intergalactic-dynamic-locales.mjs +2 -2
  467. package/lib/esm/component/Chart/AbstractChart.mjs +141 -65
  468. package/lib/esm/component/Chart/AreaChart.mjs +27 -51
  469. package/lib/esm/component/Chart/BarChart.mjs +64 -51
  470. package/lib/esm/component/Chart/BubbleChart.mjs +30 -25
  471. package/lib/esm/component/Chart/CigaretteChart.mjs +298 -119
  472. package/lib/esm/component/Chart/CompactHorizontalBarChart.mjs +13 -15
  473. package/lib/esm/component/Chart/DonutChart.mjs +16 -19
  474. package/lib/esm/component/Chart/HistogramChart.mjs +22 -46
  475. package/lib/esm/component/Chart/LineChart.mjs +23 -46
  476. package/lib/esm/component/Chart/RadarChart.mjs +16 -18
  477. package/lib/esm/component/Chart/ScatterPlotChart.mjs +18 -21
  478. package/lib/esm/component/Chart/VennChart.mjs +16 -19
  479. package/lib/esm/component/Chart/index.mjs +6 -6
  480. package/lib/esm/component/ChartLegend/BaseLegend.mjs +45 -22
  481. package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +19 -22
  482. package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +88 -75
  483. package/lib/esm/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
  484. package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +22 -25
  485. package/lib/esm/component/ChartLegend/index.mjs +2 -0
  486. package/lib/esm/component/Cigarette/Cigarette.mjs +16 -19
  487. package/lib/esm/component/StackGroupBar/StackGroupBar.mjs +18 -22
  488. package/lib/esm/component/SvgElement.mjs +14 -0
  489. package/lib/esm/createElement.mjs +8 -10
  490. package/lib/esm/index.mjs +3 -0
  491. package/lib/esm/style/abstract-chart.shadow.css +12 -0
  492. package/lib/esm/style/area.shadow.css +3 -3
  493. package/lib/esm/style/axis.shadow.css +43 -5
  494. package/lib/esm/style/bar.shadow.css +6 -6
  495. package/lib/esm/style/bubble.shadow.css +12 -4
  496. package/lib/esm/style/donut.shadow.css +3 -3
  497. package/lib/esm/style/dot.shadow.css +2 -2
  498. package/lib/esm/style/hover.shadow.css +4 -4
  499. package/lib/esm/style/line.shadow.css +3 -3
  500. package/lib/esm/style/plot.shadow.css +8 -6
  501. package/lib/esm/style/plotA11yModule.shadow.css +10 -11
  502. package/lib/esm/style/plotA11yView.shadow.css +16 -29
  503. package/lib/esm/style/radar.shadow.css +8 -8
  504. package/lib/esm/style/radial-tree.shadow.css +3 -3
  505. package/lib/esm/style/reference.shadow.css +4 -4
  506. package/lib/esm/style/scatterplot.shadow.css +2 -2
  507. package/lib/esm/style/tooltip.shadow.css +5 -5
  508. package/lib/esm/style/venn.shadow.css +3 -3
  509. package/lib/esm/translations/__intergalactic-dynamic-locales.mjs +2 -2
  510. package/lib/esm/translations/es.json.mjs +1 -0
  511. package/lib/esm/translations/fr.json.mjs +1 -0
  512. package/lib/esm/translations/it.json.mjs +1 -0
  513. package/lib/esm/translations/ja.json.mjs +1 -0
  514. package/lib/esm/translations/ko.json.mjs +1 -0
  515. package/lib/esm/translations/nl.json.mjs +1 -0
  516. package/lib/esm/translations/pl.json.mjs +1 -0
  517. package/lib/esm/translations/pt.json.mjs +1 -0
  518. package/lib/esm/translations/sv.json.mjs +1 -0
  519. package/lib/esm/translations/tr.json.mjs +2 -1
  520. package/lib/esm/translations/vi.json.mjs +1 -0
  521. package/lib/esm/translations/zh.json.mjs +1 -0
  522. package/lib/esm/utils.mjs +11 -11
  523. package/lib/types/Area.d.ts +9 -6
  524. package/lib/types/Axis.d.ts +10 -3
  525. package/lib/types/Bar.d.ts +7 -6
  526. package/lib/types/Bubble.d.ts +21 -5
  527. package/lib/types/ClipPath.d.ts +4 -3
  528. package/lib/types/CompactHorizontalBar.d.ts +7 -8
  529. package/lib/types/Donut.d.ts +8 -5
  530. package/lib/types/GroupBar.d.ts +6 -6
  531. package/lib/types/HorizontalBar.d.ts +7 -6
  532. package/lib/types/Hover.d.ts +8 -8
  533. package/lib/types/Line.d.ts +9 -6
  534. package/lib/types/Pattern.d.ts +51 -51
  535. package/lib/types/Plot.d.ts +11 -9
  536. package/lib/types/Radar.d.ts +10 -7
  537. package/lib/types/RadialTree.d.ts +10 -54
  538. package/lib/types/Reference.d.ts +6 -5
  539. package/lib/types/ResponsiveContainer.d.ts +5 -4
  540. package/lib/types/ScatterPlot.d.ts +8 -5
  541. package/lib/types/StackBar.d.ts +7 -6
  542. package/lib/types/StackedArea.d.ts +6 -5
  543. package/lib/types/Tooltip.d.ts +12 -12
  544. package/lib/types/Venn.d.ts +7 -6
  545. package/lib/types/a11y/DataAccessibilityTable.d.ts +2 -2
  546. package/lib/types/a11y/PlotA11yModule.d.ts +4 -11
  547. package/lib/types/a11y/PlotA11yView.d.ts +13 -2
  548. package/lib/types/a11y/hints.d.ts +5 -5
  549. package/lib/types/a11y/insights.d.ts +1 -1
  550. package/lib/types/a11y/intl.d.ts +1 -1
  551. package/lib/types/a11y/serialize.d.ts +7 -7
  552. package/lib/types/a11y/summarize.d.ts +2 -2
  553. package/lib/types/a11y/translations/module/__intergalactic-dynamic-locales.d.ts +14 -14
  554. package/lib/types/component/Chart/AbstractChart.d.ts +20 -13
  555. package/lib/types/component/Chart/AbstractChart.type.d.ts +39 -25
  556. package/lib/types/component/Chart/AreaChart.d.ts +1 -1
  557. package/lib/types/component/Chart/AreaChart.type.d.ts +17 -7
  558. package/lib/types/component/Chart/BarChart.d.ts +1 -1
  559. package/lib/types/component/Chart/BarChart.type.d.ts +14 -9
  560. package/lib/types/component/Chart/BubbleChart.d.ts +1 -1
  561. package/lib/types/component/Chart/BubbleChart.type.d.ts +10 -5
  562. package/lib/types/component/Chart/CigaretteChart.d.ts +1 -1
  563. package/lib/types/component/Chart/CigaretteChart.type.d.ts +18 -8
  564. package/lib/types/component/Chart/CompactHorizontalBarChart.d.ts +1 -1
  565. package/lib/types/component/Chart/CompactHorizontalBarChart.type.d.ts +10 -6
  566. package/lib/types/component/Chart/DonutChart.d.ts +1 -1
  567. package/lib/types/component/Chart/DonutChart.type.d.ts +16 -7
  568. package/lib/types/component/Chart/HistogramChart.d.ts +1 -1
  569. package/lib/types/component/Chart/HistogramChart.type.d.ts +7 -4
  570. package/lib/types/component/Chart/LineChart.d.ts +1 -1
  571. package/lib/types/component/Chart/LineChart.type.d.ts +16 -7
  572. package/lib/types/component/Chart/RadarChart.d.ts +1 -1
  573. package/lib/types/component/Chart/RadarChart.type.d.ts +7 -5
  574. package/lib/types/component/Chart/ScatterPlotChart.d.ts +1 -1
  575. package/lib/types/component/Chart/ScatterPlotChart.type.d.ts +12 -6
  576. package/lib/types/component/Chart/VennChart.d.ts +1 -1
  577. package/lib/types/component/Chart/VennChart.type.d.ts +12 -6
  578. package/lib/types/component/ChartLegend/BaseLegend.d.ts +8 -6
  579. package/lib/types/component/ChartLegend/BaseLegend.type.d.ts +4 -5
  580. package/lib/types/component/ChartLegend/LegendFlex/LegendFlex.d.ts +1 -1
  581. package/lib/types/component/ChartLegend/LegendFlex/LegendFlex.type.d.ts +4 -5
  582. package/lib/types/component/ChartLegend/LegendItem/LegendItem.d.ts +1 -1
  583. package/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +17 -10
  584. package/lib/types/component/ChartLegend/LegendTable/LegendTable.d.ts +1 -1
  585. package/lib/types/component/ChartLegend/LegendTable/LegendTable.type.d.ts +5 -5
  586. package/lib/types/component/StackGroupBar/StackGroupBar.d.ts +1 -1
  587. package/lib/types/component/StackGroupBar/StackGroupBar.type.d.ts +3 -4
  588. package/lib/types/component/SvgElement.d.ts +10 -0
  589. package/lib/types/index.d.ts +3 -1
  590. package/lib/types/translations/__intergalactic-dynamic-locales.d.ts +12 -0
  591. package/lib/types/utils.d.ts +17 -17
  592. package/package.json +10 -10
package/lib/esm/Area.mjs CHANGED
@@ -1,53 +1,53 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
2
  import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
3
  import _createClass from "@babel/runtime/helpers/esm/createClass";
4
+ import _callSuper from "@babel/runtime/helpers/esm/callSuper";
4
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
5
- import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled } from "@semcore/utils/lib/core/index";
7
+ import { sstyled, Component } from "@semcore/core";
8
+ import findComponent from "@semcore/core/lib/utils/findComponent";
9
+ import uniqueIDEnhancement from "@semcore/core/lib/utils/uniqueID";
10
+ import { bisector } from "d3-array";
11
+ import { curveLinear, line, area } from "d3-shape";
8
12
  import React from "react";
9
- import { area, line, curveLinear } from "d3-shape";
10
- import { sstyled as sstyled$1, Component } from "@semcore/core";
11
- import uniqueIDEnhancement from "@semcore/utils/lib/uniqueID";
12
- import findComponent from "@semcore/utils/lib/findComponent";
13
- import Dots from "./Dots.mjs";
14
- import createElement from "./createElement.mjs";
15
- import { definedData, scaleOfBandwidth, interpolateValue, getNullData, definedNullData } from "./utils.mjs";
16
13
  import AnimatedClipPath from "./AnimatedClipPath.mjs";
14
+ import { SvgElement } from "./component/SvgElement.mjs";
15
+ import createElement from "./createElement.mjs";
16
+ import Dots from "./Dots.mjs";
17
17
  import { PatternFill } from "./Pattern.mjs";
18
+ import { interpolateValue, getNullData, definedNullData, eventToPoint, invert, definedData, scaleOfBandwidth } from "./utils.mjs";
18
19
  /*!__reshadow-styles__:"./style/area.shadow.css"*/
19
20
  var style = (
20
21
  /*__reshadow_css_start__*/
21
22
  (sstyled.insert(
22
23
  /*__inner_css_start__*/
23
- ".___SArea_oqey3_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_oqey3_gg_.__color_oqey3_gg_{fill:var(--color_oqey3)}.___SArea_oqey3_gg_.__pattern_oqey3_gg_{fill:var(--pattern_oqey3);fill-opacity:.7}.___SArea_oqey3_gg_.__transparent_oqey3_gg_{opacity:.3}.___SAreaLine_oqey3_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_oqey3_gg_.__color_oqey3_gg_{stroke:var(--color_oqey3)}.___SAreaLine_oqey3_gg_.__transparent_oqey3_gg_{opacity:.3}.___SAreaLine_oqey3_gg_,.___SArea_oqey3_gg_{transition-property:d;transition-duration:var(--duration_oqey3);transition-timing-function:ease-in-out}.___SNull_oqey3_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_oqey3_gg_.__hide_oqey3_gg_{display:none}",
24
+ ".___SArea_vwe36_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(104, 109, 210));fill-opacity:.2}.___SArea_vwe36_gg_.__color_vwe36_gg_{fill:var(--color_vwe36)}.___SArea_vwe36_gg_.__pattern_vwe36_gg_{fill:var(--pattern_vwe36);fill-opacity:.7}.___SArea_vwe36_gg_.__transparent_vwe36_gg_{opacity:.3}.___SAreaLine_vwe36_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(104, 109, 210));stroke-width:3;fill:transparent}.___SAreaLine_vwe36_gg_.__color_vwe36_gg_{stroke:var(--color_vwe36)}.___SAreaLine_vwe36_gg_.__transparent_vwe36_gg_{opacity:.3}.___SAreaLine_vwe36_gg_,.___SArea_vwe36_gg_{transition-property:d;transition-duration:var(--duration_vwe36);transition-timing-function:ease-in-out}.___SNull_vwe36_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215));stroke-dasharray:4}.___SNull_vwe36_gg_.__hide_vwe36_gg_{display:none}",
24
25
  /*__inner_css_end__*/
25
- "oqey3_gg_"
26
+ "vwe36_gg_"
26
27
  ), /*__reshadow_css_end__*/
27
28
  {
28
- "__SArea": "___SArea_oqey3_gg_",
29
- "_color": "__color_oqey3_gg_",
30
- "--color": "--color_oqey3",
31
- "_pattern": "__pattern_oqey3_gg_",
32
- "--pattern": "--pattern_oqey3",
33
- "_transparent": "__transparent_oqey3_gg_",
34
- "__SAreaLine": "___SAreaLine_oqey3_gg_",
35
- "--duration": "--duration_oqey3",
36
- "__SNull": "___SNull_oqey3_gg_",
37
- "_hide": "__hide_oqey3_gg_"
29
+ "__SArea": "___SArea_vwe36_gg_",
30
+ "_color": "__color_vwe36_gg_",
31
+ "--color": "--color_vwe36",
32
+ "_pattern": "__pattern_vwe36_gg_",
33
+ "--pattern": "--pattern_vwe36",
34
+ "_transparent": "__transparent_vwe36_gg_",
35
+ "__SAreaLine": "___SAreaLine_vwe36_gg_",
36
+ "--duration": "--duration_vwe36",
37
+ "__SNull": "___SNull_vwe36_gg_",
38
+ "_hide": "__hide_vwe36_gg_"
38
39
  })
39
40
  );
40
- var AreaRoot = /* @__PURE__ */ function(_Component) {
41
- _inherits(AreaRoot2, _Component);
42
- var _super = _createSuper(AreaRoot2);
41
+ var AreaRoot = /* @__PURE__ */ (function(_Component) {
43
42
  function AreaRoot2() {
44
43
  _classCallCheck(this, AreaRoot2);
45
- return _super.apply(this, arguments);
44
+ return _callSuper(this, AreaRoot2, arguments);
46
45
  }
47
- _createClass(AreaRoot2, [{
46
+ _inherits(AreaRoot2, _Component);
47
+ return _createClass(AreaRoot2, [{
48
48
  key: "getDotsProps",
49
49
  value: function getDotsProps() {
50
- var _this$asProps = this.asProps, x = _this$asProps.x, y = _this$asProps.y, color = _this$asProps.color, d3Line = _this$asProps.d3Line, transparent = _this$asProps.transparent, resolveColor = _this$asProps.resolveColor, patterns = _this$asProps.patterns;
50
+ var _this$asProps = this.asProps, x = _this$asProps.x, y = _this$asProps.y, color = _this$asProps.color, d3Line = _this$asProps.d3Line, transparent = _this$asProps.transparent, resolveColor = _this$asProps.resolveColor, patterns = _this$asProps.patterns, onClick = _this$asProps.onClick;
51
51
  var data = this.asProps.data.filter(function(item) {
52
52
  return item[y] !== interpolateValue;
53
53
  });
@@ -59,7 +59,8 @@ var AreaRoot = /* @__PURE__ */ function(_Component) {
59
59
  color,
60
60
  resolveColor,
61
61
  transparent,
62
- patterns
62
+ patterns,
63
+ onClick
63
64
  };
64
65
  }
65
66
  }, {
@@ -89,20 +90,34 @@ var AreaRoot = /* @__PURE__ */ function(_Component) {
89
90
  duration
90
91
  };
91
92
  }
93
+ }, {
94
+ key: "handlerOnClick",
95
+ value: function handlerOnClick(e) {
96
+ e.stopPropagation();
97
+ var _this$asProps4 = this.asProps, rootRef = _this$asProps4.rootRef, _this$asProps4$scale = _slicedToArray(_this$asProps4.scale, 1), xScale = _this$asProps4$scale[0], data = _this$asProps4.data, x = _this$asProps4.x, onClick = _this$asProps4.onClick;
98
+ if (!onClick) return;
99
+ var _eventToPoint = eventToPoint(e, rootRef.current), _eventToPoint2 = _slicedToArray(_eventToPoint, 1), pX = _eventToPoint2[0];
100
+ var vX = invert(xScale, pX);
101
+ var index = bisector(function(d) {
102
+ return d[x];
103
+ }).center(data, vX);
104
+ onClick(index, e);
105
+ }
92
106
  }, {
93
107
  key: "render",
94
108
  value: function render() {
95
109
  var _ref;
96
110
  var SArea = this.Element;
97
- var SAreaLine = "path";
98
- var _this$asProps4 = this.asProps, styles = _this$asProps4.styles, hide = _this$asProps4.hide, d3 = _this$asProps4.d3, d3Line = _this$asProps4.d3Line, color = _this$asProps4.color, uid = _this$asProps4.uid, size = _this$asProps4.size, duration = _this$asProps4.duration, x = _this$asProps4.x, y = _this$asProps4.y, Children = _this$asProps4.Children, transparent = _this$asProps4.transparent, forcedAdvancedMode = _this$asProps4.forcedAdvancedMode, resolveColor = _this$asProps4.resolveColor, patterns = _this$asProps4.patterns;
111
+ var SAreaLine = SvgElement;
112
+ var _this$asProps5 = this.asProps, styles = _this$asProps5.styles, hide = _this$asProps5.hide, d3 = _this$asProps5.d3, d3Line = _this$asProps5.d3Line, color = _this$asProps5.color, uid = _this$asProps5.uid, size = _this$asProps5.size, duration = _this$asProps5.duration, x = _this$asProps5.x, y = _this$asProps5.y, Children = _this$asProps5.Children, transparent = _this$asProps5.transparent, forcedAdvancedMode = _this$asProps5.forcedAdvancedMode, resolveColor = _this$asProps5.resolveColor, patterns = _this$asProps5.patterns;
99
113
  var advancedMode = forcedAdvancedMode || !!findComponent(Children, [Area.Line.displayName]);
100
114
  var data = this.asProps.data.filter(function(item) {
101
115
  return item[y] !== interpolateValue;
102
116
  });
103
117
  this.asProps.dataHintsHandler.specifyDataRowFields(x, y);
104
118
  this.asProps.dataHintsHandler.establishDataType("time-series");
105
- return _ref = sstyled$1(styles), /* @__PURE__ */ React.createElement(React.Fragment, null, !advancedMode && /* @__PURE__ */ React.createElement(SAreaLine, _ref.cn("SAreaLine", {
119
+ return _ref = sstyled(styles), /* @__PURE__ */ React.createElement(React.Fragment, null, !advancedMode && /* @__PURE__ */ React.createElement(SAreaLine, _ref.cn("SAreaLine", {
120
+ "tag": "path",
106
121
  "aria-hidden": true,
107
122
  "clipPath": "url(#".concat(uid, "-animation)"),
108
123
  "d": d3Line(data),
@@ -118,7 +133,8 @@ var AreaRoot = /* @__PURE__ */ function(_Component) {
118
133
  "pattern": patterns ? "url(#".concat(uid, "-pattern)") : void 0,
119
134
  "color": resolveColor(color),
120
135
  "use:duration": "".concat(duration, "ms"),
121
- "transparent": transparent
136
+ "transparent": transparent,
137
+ "onClickCapture": this.handlerOnClick.bind(this)
122
138
  })), duration && /* @__PURE__ */ React.createElement(AnimatedClipPath, _ref.cn("AnimatedClipPath", {
123
139
  "duration": duration,
124
140
  "id": uid,
@@ -132,8 +148,7 @@ var AreaRoot = /* @__PURE__ */ function(_Component) {
132
148
  })));
133
149
  }
134
150
  }]);
135
- return AreaRoot2;
136
- }(Component);
151
+ })(Component);
137
152
  _defineProperty(AreaRoot, "displayName", "Area");
138
153
  _defineProperty(AreaRoot, "style", style);
139
154
  _defineProperty(AreaRoot, "enhance", [uniqueIDEnhancement()]);
@@ -160,7 +175,7 @@ _defineProperty(AreaRoot, "defaultProps", function(_ref4) {
160
175
  function Line(props) {
161
176
  var _ref2;
162
177
  var SAreaLine = props.Element, styles = props.styles, d3 = props.d3, data = props.data, color = props.color, resolveColor = props.resolveColor, duration = props.duration, uid = props.uid, transparent = props.transparent;
163
- return _ref2 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SAreaLine, _ref2.cn("SAreaLine", {
178
+ return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(SAreaLine, _ref2.cn("SAreaLine", {
164
179
  "render": "path",
165
180
  "clipPath": "url(#".concat(uid, ")"),
166
181
  "d": d3(data),
@@ -172,7 +187,7 @@ function Line(props) {
172
187
  function Null(props) {
173
188
  var _ref3;
174
189
  var SNull = props.Element, styles = props.styles, d3 = props.d3, data = props.data, hide = props.hide, color = props.color, resolveColor = props.resolveColor;
175
- return _ref3 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SNull, _ref3.cn("SNull", {
190
+ return _ref3 = sstyled(styles), /* @__PURE__ */ React.createElement(SNull, _ref3.cn("SNull", {
176
191
  "render": "path",
177
192
  "d": d3(data),
178
193
  "hide": hide,
package/lib/esm/Axis.mjs CHANGED
@@ -1,43 +1,44 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
1
2
  import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
3
  import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
4
  import _createClass from "@babel/runtime/helpers/esm/createClass";
5
+ import _callSuper from "@babel/runtime/helpers/esm/callSuper";
4
6
  import _inherits from "@babel/runtime/helpers/esm/inherits";
5
- import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
7
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
8
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
8
- import { sstyled } from "@semcore/utils/lib/core/index";
9
- import React from "react";
10
- import { sstyled as sstyled$1, Component } from "@semcore/core";
9
+ import { sstyled, Component } from "@semcore/core";
10
+ import React, { useState, useEffect } from "react";
11
11
  import createElement from "./createElement.mjs";
12
12
  import { scaleOfBandwidth } from "./utils.mjs";
13
- var _MAP_POSITION_AXIS, _MAP_POSITION_TICK;
14
13
  /*!__reshadow-styles__:"./style/axis.shadow.css"*/
15
14
  var style = (
16
15
  /*__reshadow_css_start__*/
17
16
  (sstyled.insert(
18
17
  /*__inner_css_start__*/
19
- ".___SAxis_1qpxf_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_1qpxf_gg_.__hide_1qpxf_gg_,.___STick_1qpxf_gg_.__hide_1qpxf_gg_{display:none}.___STick_1qpxf_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_1qpxf_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_1qpxf_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_1qpxf)}.___STitle_1qpxf_gg_._position_top_1qpxf_gg_{text-anchor:middle}.___STitle_1qpxf_gg_._position_bottom_1qpxf_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1qpxf_gg_._position_left_1qpxf_gg_,.___STitle_1qpxf_gg_._position_right_1qpxf_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_1qpxf_gg_._position_left_1qpxf_gg_.__verticalWritingMode_1qpxf_gg_,.___STitle_1qpxf_gg_._position_right_1qpxf_gg_.__verticalWritingMode_1qpxf_gg_{writing-mode:vertical-rl;transform:none}.___STick_1qpxf_gg_._position_top_1qpxf_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1qpxf_gg_._position_bottom_1qpxf_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1qpxf_gg_._position_right_1qpxf_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_1qpxf_gg_._position_left_1qpxf_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_1qpxf_gg_._position_custom_0_1qpxf_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1qpxf_gg_._position_custom_1_1qpxf_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}",
18
+ ".___SAxis_1t54u_gg_{stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SAxis_1t54u_gg_.__hide_1t54u_gg_{display:none}.___STick_1t54u_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@supports (color:color(display-p3 0 0 0%)){.___STick_1t54u_gg_{fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STick_1t54u_gg_{fill:var(--intergalactic-chart-grid-text-label, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STick_1t54u_gg_.__primaryText_1t54u_gg_{fill:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899))}.___STick_1t54u_gg_.__hide_1t54u_gg_{display:none}.___SGrid_1t54u_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@supports (color:color(display-p3 0 0 0%)){.___SGrid_1t54u_gg_{stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SGrid_1t54u_gg_{stroke:var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___STitle_1t54u_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583));transform-origin:var(--transform-origin_1t54u)}@supports (color:color(display-p3 0 0 0%)){.___STitle_1t54u_gg_{fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_1t54u_gg_{fill:var(--intergalactic-text-hint, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STitle_1t54u_gg_._position_top_1t54u_gg_{text-anchor:middle}.___STitle_1t54u_gg_._position_bottom_1t54u_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1t54u_gg_._position_left_1t54u_gg_,.___STitle_1t54u_gg_._position_right_1t54u_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_1t54u_gg_._position_left_1t54u_gg_.__verticalWritingMode_1t54u_gg_,.___STitle_1t54u_gg_._position_right_1t54u_gg_.__verticalWritingMode_1t54u_gg_{writing-mode:vertical-rl;transform:none}.___STick_1t54u_gg_._position_top_1t54u_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1t54u_gg_._position_bottom_1t54u_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1t54u_gg_._position_bottom_1t54u_gg_ tspan{dominant-baseline:hanging}.___STick_1t54u_gg_._position_right_1t54u_gg_{transform:translateX(16px);dominant-baseline:middle}.___STick_1t54u_gg_._position_left_1t54u_gg_ tspan,.___STick_1t54u_gg_._position_right_1t54u_gg_ tspan{dominant-baseline:middle}.___STick_1t54u_gg_._position_left_1t54u_gg_.__multiline_1t54u_gg_,.___STick_1t54u_gg_._position_left_1t54u_gg_.__multiline_1t54u_gg_ tspan,.___STick_1t54u_gg_._position_right_1t54u_gg_.__multiline_1t54u_gg_,.___STick_1t54u_gg_._position_right_1t54u_gg_.__multiline_1t54u_gg_ tspan{dominant-baseline:auto}.___STick_1t54u_gg_._position_left_1t54u_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_1t54u_gg_._position_custom_0_1t54u_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1t54u_gg_._position_custom_0_1t54u_gg_ tspan{dominant-baseline:hanging}.___STick_1t54u_gg_._position_custom_1_1t54u_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_1t54u_gg_._position_custom_1_1t54u_gg_ tspan{dominant-baseline:middle}",
20
19
  /*__inner_css_end__*/
21
- "1qpxf_gg_"
20
+ "1t54u_gg_"
22
21
  ), /*__reshadow_css_end__*/
23
22
  {
24
- "__SAxis": "___SAxis_1qpxf_gg_",
25
- "_hide": "__hide_1qpxf_gg_",
26
- "__STick": "___STick_1qpxf_gg_",
27
- "__SGrid": "___SGrid_1qpxf_gg_",
28
- "__STitle": "___STitle_1qpxf_gg_",
29
- "--transform-origin": "--transform-origin_1qpxf",
30
- "_position_top": "_position_top_1qpxf_gg_",
31
- "_position_bottom": "_position_bottom_1qpxf_gg_",
32
- "_position_right": "_position_right_1qpxf_gg_",
33
- "_position_left": "_position_left_1qpxf_gg_",
34
- "_verticalWritingMode": "__verticalWritingMode_1qpxf_gg_",
35
- "_position_custom_0": "_position_custom_0_1qpxf_gg_",
36
- "_position_custom_1": "_position_custom_1_1qpxf_gg_"
23
+ "__SAxis": "___SAxis_1t54u_gg_",
24
+ "_hide": "__hide_1t54u_gg_",
25
+ "__STick": "___STick_1t54u_gg_",
26
+ "_primaryText": "__primaryText_1t54u_gg_",
27
+ "__SGrid": "___SGrid_1t54u_gg_",
28
+ "__STitle": "___STitle_1t54u_gg_",
29
+ "--transform-origin": "--transform-origin_1t54u",
30
+ "_position_top": "_position_top_1t54u_gg_",
31
+ "_position_bottom": "_position_bottom_1t54u_gg_",
32
+ "_position_right": "_position_right_1t54u_gg_",
33
+ "_position_left": "_position_left_1t54u_gg_",
34
+ "_verticalWritingMode": "__verticalWritingMode_1t54u_gg_",
35
+ "_multiline": "__multiline_1t54u_gg_",
36
+ "_position_custom_0": "_position_custom_0_1t54u_gg_",
37
+ "_position_custom_1": "_position_custom_1_1t54u_gg_"
37
38
  })
38
39
  );
39
- var CUSTOM_0 = Symbol("custom_0");
40
- var CUSTOM_1 = Symbol("custom_1");
40
+ var CUSTOM_0 = /* @__PURE__ */ Symbol("custom_0");
41
+ var CUSTOM_1 = /* @__PURE__ */ Symbol("custom_1");
41
42
  var MAP_INDEX_SCALE_SYMBOL = {
42
43
  0: CUSTOM_0,
43
44
  1: CUSTOM_1
@@ -48,7 +49,7 @@ var MAP_POSITION_REVERT = {
48
49
  bottom: "top",
49
50
  left: "right"
50
51
  };
51
- var MAP_POSITION_AXIS = (_MAP_POSITION_AXIS = {
52
+ var MAP_POSITION_AXIS = _defineProperty(_defineProperty({
52
53
  top: function top(_ref5) {
53
54
  var _ref6 = _slicedToArray(_ref5, 2), xScale = _ref6[0], yScale = _ref6[1];
54
55
  var xRange = xScale.range();
@@ -72,7 +73,7 @@ var MAP_POSITION_AXIS = (_MAP_POSITION_AXIS = {
72
73
  };
73
74
  },
74
75
  right: function right(_ref9) {
75
- var _ref10 = _slicedToArray(_ref9, 2), xScale = _ref10[0], yScale = _ref10[1];
76
+ var _ref0 = _slicedToArray(_ref9, 2), xScale = _ref0[0], yScale = _ref0[1];
76
77
  var xRange = xScale.range();
77
78
  var yRange = yScale.range();
78
79
  return {
@@ -82,8 +83,8 @@ var MAP_POSITION_AXIS = (_MAP_POSITION_AXIS = {
82
83
  y2: yRange[1]
83
84
  };
84
85
  },
85
- left: function left(_ref11) {
86
- var _ref12 = _slicedToArray(_ref11, 2), xScale = _ref12[0], yScale = _ref12[1];
86
+ left: function left(_ref1) {
87
+ var _ref10 = _slicedToArray(_ref1, 2), xScale = _ref10[0], yScale = _ref10[1];
87
88
  var xRange = xScale.range();
88
89
  var yRange = yScale.range();
89
90
  return {
@@ -93,8 +94,8 @@ var MAP_POSITION_AXIS = (_MAP_POSITION_AXIS = {
93
94
  y2: yRange[1]
94
95
  };
95
96
  }
96
- }, _defineProperty(_MAP_POSITION_AXIS, CUSTOM_0, function(_ref13, pos) {
97
- var _ref14 = _slicedToArray(_ref13, 2), xScale = _ref14[0], yScale = _ref14[1];
97
+ }, CUSTOM_0, function(_ref11, pos) {
98
+ var _ref12 = _slicedToArray(_ref11, 2), xScale = _ref12[0], yScale = _ref12[1];
98
99
  var xRange = xScale.range();
99
100
  return {
100
101
  x1: xRange[0],
@@ -102,8 +103,8 @@ var MAP_POSITION_AXIS = (_MAP_POSITION_AXIS = {
102
103
  x2: xRange[1],
103
104
  y2: scaleOfBandwidth(yScale, pos)
104
105
  };
105
- }), _defineProperty(_MAP_POSITION_AXIS, CUSTOM_1, function(_ref15, pos) {
106
- var _ref16 = _slicedToArray(_ref15, 2), xScale = _ref16[0], yScale = _ref16[1];
106
+ }), CUSTOM_1, function(_ref13, pos) {
107
+ var _ref14 = _slicedToArray(_ref13, 2), xScale = _ref14[0], yScale = _ref14[1];
107
108
  var yRange = yScale.range();
108
109
  return {
109
110
  x1: scaleOfBandwidth(xScale, pos),
@@ -111,56 +112,56 @@ var MAP_POSITION_AXIS = (_MAP_POSITION_AXIS = {
111
112
  x2: scaleOfBandwidth(xScale, pos),
112
113
  y2: yRange[1]
113
114
  };
114
- }), _MAP_POSITION_AXIS);
115
- var MAP_POSITION_TICK = (_MAP_POSITION_TICK = {
116
- top: function top2(_ref17, value) {
117
- var _ref18 = _slicedToArray(_ref17, 2), xScale = _ref18[0], yScale = _ref18[1];
115
+ });
116
+ var MAP_POSITION_TICK = _defineProperty(_defineProperty({
117
+ top: function top2(_ref15, value) {
118
+ var _ref16 = _slicedToArray(_ref15, 2), xScale = _ref16[0], yScale = _ref16[1];
118
119
  var yRange = yScale.range();
119
120
  return {
120
121
  x: scaleOfBandwidth(xScale, value),
121
122
  y: yRange[1]
122
123
  };
123
124
  },
124
- bottom: function bottom2(_ref19, value) {
125
- var _ref20 = _slicedToArray(_ref19, 2), xScale = _ref20[0], yScale = _ref20[1];
125
+ bottom: function bottom2(_ref17, value) {
126
+ var _ref18 = _slicedToArray(_ref17, 2), xScale = _ref18[0], yScale = _ref18[1];
126
127
  var yRange = yScale.range();
127
128
  return {
128
129
  x: scaleOfBandwidth(xScale, value),
129
130
  y: yRange[0]
130
131
  };
131
132
  },
132
- right: function right2(_ref21, value) {
133
- var _ref22 = _slicedToArray(_ref21, 2), xScale = _ref22[0], yScale = _ref22[1];
133
+ right: function right2(_ref19, value) {
134
+ var _ref20 = _slicedToArray(_ref19, 2), xScale = _ref20[0], yScale = _ref20[1];
134
135
  var xRange = xScale.range();
135
136
  return {
136
137
  x: xRange[1],
137
138
  y: scaleOfBandwidth(yScale, value)
138
139
  };
139
140
  },
140
- left: function left2(_ref23, value) {
141
- var _ref24 = _slicedToArray(_ref23, 2), xScale = _ref24[0], yScale = _ref24[1];
141
+ left: function left2(_ref21, value) {
142
+ var _ref22 = _slicedToArray(_ref21, 2), xScale = _ref22[0], yScale = _ref22[1];
142
143
  var xRange = xScale.range();
143
144
  return {
144
145
  x: xRange[0],
145
146
  y: scaleOfBandwidth(yScale, value)
146
147
  };
147
148
  }
148
- }, _defineProperty(_MAP_POSITION_TICK, CUSTOM_0, function(_ref25, value, pos) {
149
- var _ref26 = _slicedToArray(_ref25, 2), xScale = _ref26[0], yScale = _ref26[1];
149
+ }, CUSTOM_0, function(_ref23, value, pos) {
150
+ var _ref24 = _slicedToArray(_ref23, 2), xScale = _ref24[0], yScale = _ref24[1];
150
151
  return {
151
152
  x: scaleOfBandwidth(xScale, value),
152
153
  y: scaleOfBandwidth(yScale, pos)
153
154
  };
154
- }), _defineProperty(_MAP_POSITION_TICK, CUSTOM_1, function(_ref27, value, pos) {
155
- var _ref28 = _slicedToArray(_ref27, 2), xScale = _ref28[0], yScale = _ref28[1];
155
+ }), CUSTOM_1, function(_ref25, value, pos) {
156
+ var _ref26 = _slicedToArray(_ref25, 2), xScale = _ref26[0], yScale = _ref26[1];
156
157
  return {
157
158
  x: scaleOfBandwidth(xScale, pos),
158
159
  y: scaleOfBandwidth(yScale, value)
159
160
  };
160
- }), _MAP_POSITION_TICK);
161
+ });
161
162
  var MAP_POSITION_GRID = {
162
- 0: function _(_ref29, value) {
163
- var _ref30 = _slicedToArray(_ref29, 2), xScale = _ref30[0], yScale = _ref30[1];
163
+ 0: function _(_ref27, value) {
164
+ var _ref28 = _slicedToArray(_ref27, 2), xScale = _ref28[0], yScale = _ref28[1];
164
165
  var yRange = yScale.range();
165
166
  var x = scaleOfBandwidth(xScale, value);
166
167
  return {
@@ -170,8 +171,8 @@ var MAP_POSITION_GRID = {
170
171
  y2: yRange[1]
171
172
  };
172
173
  },
173
- 1: function _2(_ref31, value) {
174
- var _ref32 = _slicedToArray(_ref31, 2), xScale = _ref32[0], yScale = _ref32[1];
174
+ 1: function _2(_ref29, value) {
175
+ var _ref30 = _slicedToArray(_ref29, 2), xScale = _ref30[0], yScale = _ref30[1];
175
176
  var xRange = xScale.range();
176
177
  var y = scaleOfBandwidth(yScale, value);
177
178
  return {
@@ -184,34 +185,34 @@ var MAP_POSITION_GRID = {
184
185
  };
185
186
  var OFFSET_TITLE = 10;
186
187
  var MAP_POSITION_TITlE = {
187
- top: function top3(_ref33) {
188
- var _ref34 = _slicedToArray(_ref33, 1), xScale = _ref34[0];
188
+ top: function top3(_ref31) {
189
+ var _ref32 = _slicedToArray(_ref31, 1), xScale = _ref32[0];
189
190
  var xRange = xScale.range();
190
191
  return {
191
192
  x: (xRange[1] + xRange[0]) / 2,
192
193
  y: OFFSET_TITLE
193
194
  };
194
195
  },
195
- bottom: function bottom3(_ref35, _ref36) {
196
- var _ref37 = _slicedToArray(_ref35, 1), xScale = _ref37[0];
197
- var _ref38 = _slicedToArray(_ref36, 2), height = _ref38[1];
196
+ bottom: function bottom3(_ref33, _ref34) {
197
+ var _ref35 = _slicedToArray(_ref33, 1), xScale = _ref35[0];
198
+ var _ref36 = _slicedToArray(_ref34, 2), height = _ref36[1];
198
199
  var xRange = xScale.range();
199
200
  return {
200
201
  x: (xRange[1] + xRange[0]) / 2,
201
202
  y: height - OFFSET_TITLE
202
203
  };
203
204
  },
204
- right: function right3(_ref39, _ref40) {
205
- var _ref41 = _slicedToArray(_ref39, 2), yScale = _ref41[1];
206
- var _ref42 = _slicedToArray(_ref40, 1), width = _ref42[0];
205
+ right: function right3(_ref37, _ref38) {
206
+ var _ref39 = _slicedToArray(_ref37, 2), yScale = _ref39[1];
207
+ var _ref40 = _slicedToArray(_ref38, 1), width = _ref40[0];
207
208
  var yRange = yScale.range();
208
209
  return {
209
210
  x: width - OFFSET_TITLE,
210
211
  y: (yRange[0] + yRange[1]) / 2
211
212
  };
212
213
  },
213
- left: function left3(_ref43) {
214
- var _ref44 = _slicedToArray(_ref43, 2), yScale = _ref44[1];
214
+ left: function left3(_ref41) {
215
+ var _ref42 = _slicedToArray(_ref41, 2), yScale = _ref42[1];
215
216
  var yRange = yScale.range();
216
217
  return {
217
218
  x: OFFSET_TITLE,
@@ -225,14 +226,53 @@ function renderValue(value) {
225
226
  }
226
227
  return value;
227
228
  }
228
- var AxisRoot = /* @__PURE__ */ function(_Component) {
229
- _inherits(AxisRoot2, _Component);
230
- var _super = _createSuper(AxisRoot2);
229
+ function splitTextByWidth(root, text, maxWidth) {
230
+ if (!text || !maxWidth || maxWidth <= 0) return [];
231
+ var words = text.split(/\s+/).filter(function(word) {
232
+ return word.length > 0;
233
+ });
234
+ if (words.length === 0) return [];
235
+ var lines = [];
236
+ var currentLine = words[0];
237
+ for (var i = 1; i < words.length; i++) {
238
+ var testLine = "".concat(currentLine, " ").concat(words[i]).trim();
239
+ var testWidth = measureTextWidth(root, testLine);
240
+ if (testWidth <= maxWidth) {
241
+ currentLine = testLine;
242
+ } else {
243
+ if (currentLine) {
244
+ lines.push(currentLine);
245
+ }
246
+ currentLine = words[i];
247
+ if (measureTextWidth(root, currentLine) > maxWidth) {
248
+ lines.push(currentLine);
249
+ currentLine = "";
250
+ }
251
+ }
252
+ }
253
+ if (currentLine) {
254
+ lines.push(currentLine);
255
+ }
256
+ return lines;
257
+ }
258
+ function measureTextWidth(rootRef, text) {
259
+ var fontSize = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 12;
260
+ var textEl = document.createElementNS("http://www.w3.org/2000/svg", "text");
261
+ textEl.setAttribute("font-size", fontSize);
262
+ textEl.setAttribute("visibility", "hidden");
263
+ textEl.textContent = text;
264
+ rootRef.appendChild(textEl);
265
+ var width = textEl.getComputedTextLength();
266
+ rootRef.removeChild(textEl);
267
+ return width;
268
+ }
269
+ var AxisRoot = /* @__PURE__ */ (function(_Component) {
231
270
  function AxisRoot2() {
232
271
  _classCallCheck(this, AxisRoot2);
233
- return _super.apply(this, arguments);
272
+ return _callSuper(this, AxisRoot2, arguments);
234
273
  }
235
- _createClass(AxisRoot2, [{
274
+ _inherits(AxisRoot2, _Component);
275
+ return _createClass(AxisRoot2, [{
236
276
  key: "ticks",
237
277
  get: function get() {
238
278
  var _scl$ticks, _scl$domain;
@@ -275,20 +315,30 @@ var AxisRoot = /* @__PURE__ */ function(_Component) {
275
315
  var SAxis = this.Element;
276
316
  var _this$asProps4 = this.asProps, styles = _this$asProps4.styles, position = _this$asProps4.position, scale = _this$asProps4.scale, hide = _this$asProps4.hide, indexScale = _this$asProps4.indexScale;
277
317
  var pos = (_MAP_POSITION_AXIS$po = MAP_POSITION_AXIS[position]) !== null && _MAP_POSITION_AXIS$po !== void 0 ? _MAP_POSITION_AXIS$po : MAP_POSITION_AXIS[MAP_INDEX_SCALE_SYMBOL[indexScale]];
278
- return _ref = sstyled$1(styles), /* @__PURE__ */ React.createElement(SAxis, _ref.cn("SAxis", _objectSpread({
318
+ return _ref = sstyled(styles), /* @__PURE__ */ React.createElement(SAxis, _ref.cn("SAxis", _objectSpread({
279
319
  "render": "line",
280
320
  "hide": hide
281
321
  }, pos(scale, position))));
282
322
  }
283
323
  }]);
284
- return AxisRoot2;
285
- }(Component);
324
+ })(Component);
286
325
  _defineProperty(AxisRoot, "displayName", "Axis");
287
326
  _defineProperty(AxisRoot, "style", style);
288
327
  _defineProperty(AxisRoot, "defaultProps", {});
289
328
  function Ticks(props) {
290
- var _MAP_POSITION_TICK$po;
291
- var STick = props.Element, styles = props.styles, scale = props.scale, ticks = props.ticks, position = props.position, hide = props.hide, indexScale = props.indexScale, dataHintsHandler = props.dataHintsHandler, children = props.children, _props$childrenPositi = props.childrenPosition, childrenPosition = _props$childrenPositi === void 0 ? "inside" : _props$childrenPositi;
329
+ var _scale$indexScale, _scale$indexScale$ban, _MAP_POSITION_TICK$po;
330
+ var STick = props.Element, styles = props.styles, scale = props.scale, ticks = props.ticks, position = props.position, hide = props.hide, indexScale = props.indexScale, dataHintsHandler = props.dataHintsHandler, children = props.children, _props$childrenPositi = props.childrenPosition, childrenPosition = _props$childrenPositi === void 0 ? "inside" : _props$childrenPositi, rootRef = props.rootRef, multiline = props.multiline;
331
+ var _useState = useState(null), _useState2 = _slicedToArray(_useState, 2), rootRefElement = _useState2[0], setRootRefElement = _useState2[1];
332
+ useEffect(function() {
333
+ if (rootRef.current) setRootRefElement(rootRef.current);
334
+ }, []);
335
+ var tickBandwidth = (_scale$indexScale = scale[indexScale]) === null || _scale$indexScale === void 0 || (_scale$indexScale$ban = _scale$indexScale.bandwidth) === null || _scale$indexScale$ban === void 0 ? void 0 : _scale$indexScale$ban.call(_scale$indexScale);
336
+ var ticksWithLines = ticks.map(function(tick) {
337
+ return {
338
+ tick,
339
+ lines: typeof tick === "string" && multiline && rootRefElement ? splitTextByWidth(rootRefElement, tick, tickBandwidth) : []
340
+ };
341
+ });
292
342
  var pos = (_MAP_POSITION_TICK$po = MAP_POSITION_TICK[position]) !== null && _MAP_POSITION_TICK$po !== void 0 ? _MAP_POSITION_TICK$po : MAP_POSITION_TICK[MAP_INDEX_SCALE_SYMBOL[indexScale]];
293
343
  var positionClass = MAP_POSITION_TICK[position] ? position : "custom_".concat(indexScale);
294
344
  if (typeof children === "function") {
@@ -305,10 +355,11 @@ function Ticks(props) {
305
355
  dataHintsHandler.addKeyLabelGetter("horizontal", labelGetter);
306
356
  }
307
357
  }
308
- return ticks.map(function(value, i) {
358
+ return ticksWithLines.map(function(_ref43, i) {
309
359
  var _ref2;
360
+ var value = _ref43.tick, lines = _ref43.lines;
310
361
  var displayValue = typeof children === "function" ? void 0 : renderValue(value);
311
- return _ref2 = sstyled$1(styles), /* @__PURE__ */ React.createElement(STick, _ref2.cn("STick", _objectSpread({
362
+ return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(STick, _ref2.cn("STick", _objectSpread({
312
363
  "aria-hidden": true,
313
364
  "key": i,
314
365
  "render": "text",
@@ -317,8 +368,16 @@ function Ticks(props) {
317
368
  "value": value,
318
369
  "index": i,
319
370
  "position": positionClass,
320
- "hide": hide
321
- }, pos(scale, value, position))), displayValue);
371
+ "hide": hide,
372
+ "multiline": multiline,
373
+ "primaryText": props.primaryText
374
+ }, pos(scale, value, position))), lines.length > 1 ? lines.map(function(line, lineIndex) {
375
+ return /* @__PURE__ */ React.createElement("tspan", _extends({
376
+ key: line
377
+ }, pos(scale, value, position), {
378
+ dy: lineIndex * 15
379
+ }), line);
380
+ }) : displayValue);
322
381
  });
323
382
  }
324
383
  function Grid(props) {
@@ -332,7 +391,7 @@ function Grid(props) {
332
391
  }
333
392
  return ticks.map(function(value, i) {
334
393
  var _ref3;
335
- return _ref3 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SGrid, _ref3.cn("SGrid", _objectSpread({
394
+ return _ref3 = sstyled(styles), /* @__PURE__ */ React.createElement(SGrid, _ref3.cn("SGrid", _objectSpread({
336
395
  "key": i,
337
396
  "render": "line"
338
397
  }, MAP_POSITION_GRID[indexScale](scale, value))));
@@ -347,11 +406,11 @@ function Title(props) {
347
406
  } else if (position === "top" || position === "bottom") {
348
407
  props.dataHintsHandler.setTitle("horizontal", children);
349
408
  }
350
- var sstyles = sstyled$1(styles);
409
+ var sstyles = sstyled(styles);
351
410
  var sTitleStyles = sstyles.cn("STitle", {
352
411
  "transform-origin": "".concat(x.toFixed(2), "px ").concat(y.toFixed(2), "px")
353
412
  });
354
- return _ref4 = sstyled$1(styles), /* @__PURE__ */ React.createElement(STitle, _ref4.cn("STitle", {
413
+ return _ref4 = sstyled(styles), /* @__PURE__ */ React.createElement(STitle, _ref4.cn("STitle", {
355
414
  "aria-hidden": true,
356
415
  "render": "text",
357
416
  "childrenPosition": "inside",
@@ -363,15 +422,14 @@ function Title(props) {
363
422
  "y": y
364
423
  }));
365
424
  }
366
- var XAxisRoot = /* @__PURE__ */ function(_AxisRoot) {
367
- _inherits(XAxisRoot2, _AxisRoot);
368
- var _super2 = _createSuper(XAxisRoot2);
425
+ var XAxisRoot = /* @__PURE__ */ (function(_AxisRoot2) {
369
426
  function XAxisRoot2() {
370
427
  _classCallCheck(this, XAxisRoot2);
371
- return _super2.apply(this, arguments);
428
+ return _callSuper(this, XAxisRoot2, arguments);
372
429
  }
430
+ _inherits(XAxisRoot2, _AxisRoot2);
373
431
  return _createClass(XAxisRoot2);
374
- }(AxisRoot);
432
+ })(AxisRoot);
375
433
  _defineProperty(XAxisRoot, "defaultProps", _objectSpread(_objectSpread({}, AxisRoot.defaultProps), {}, {
376
434
  indexScale: 0,
377
435
  position: "bottom"
@@ -381,15 +439,14 @@ var XAxis = createElement(XAxisRoot, {
381
439
  Grid,
382
440
  Title
383
441
  });
384
- var YAxisRoot = /* @__PURE__ */ function(_AxisRoot2) {
385
- _inherits(YAxisRoot2, _AxisRoot2);
386
- var _super3 = _createSuper(YAxisRoot2);
442
+ var YAxisRoot = /* @__PURE__ */ (function(_AxisRoot3) {
387
443
  function YAxisRoot2() {
388
444
  _classCallCheck(this, YAxisRoot2);
389
- return _super3.apply(this, arguments);
445
+ return _callSuper(this, YAxisRoot2, arguments);
390
446
  }
447
+ _inherits(YAxisRoot2, _AxisRoot3);
391
448
  return _createClass(YAxisRoot2);
392
- }(AxisRoot);
449
+ })(AxisRoot);
393
450
  _defineProperty(YAxisRoot, "defaultProps", _objectSpread(_objectSpread({}, AxisRoot.defaultProps), {}, {
394
451
  indexScale: 1,
395
452
  position: "left",