vue-chrts 0.0.165 → 0.0.166

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 (1309) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +2 -0
  2. package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
  3. package/dist/_virtual/_commonjsHelpers.js +7 -0
  4. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  5. package/dist/_virtual/browser.cjs +2 -0
  6. package/dist/_virtual/browser.cjs.map +1 -0
  7. package/dist/_virtual/browser.js +3 -0
  8. package/dist/_virtual/browser.js.map +1 -0
  9. package/dist/_virtual/striptags.cjs +2 -0
  10. package/dist/_virtual/striptags.cjs.map +1 -0
  11. package/dist/_virtual/striptags.js +8 -0
  12. package/dist/_virtual/striptags.js.map +1 -0
  13. package/dist/_virtual/striptags2.cjs +2 -0
  14. package/dist/_virtual/striptags2.cjs.map +1 -0
  15. package/dist/_virtual/striptags2.js +5 -0
  16. package/dist/_virtual/striptags2.js.map +1 -0
  17. package/dist/components/Area/AreaChart.cjs +3 -3
  18. package/dist/components/Area/AreaChart.cjs.map +1 -1
  19. package/dist/components/Area/AreaChart.js +39 -31
  20. package/dist/components/Area/AreaChart.js.map +1 -1
  21. package/dist/components/AreaStacked/AreaStackedChart.cjs +1 -1
  22. package/dist/components/AreaStacked/AreaStackedChart.cjs.map +1 -1
  23. package/dist/components/AreaStacked/AreaStackedChart.js +26 -21
  24. package/dist/components/AreaStacked/AreaStackedChart.js.map +1 -1
  25. package/dist/components/Bar/BarChart.cjs +1 -1
  26. package/dist/components/Bar/BarChart.cjs.map +1 -1
  27. package/dist/components/Bar/BarChart.js +48 -40
  28. package/dist/components/Bar/BarChart.js.map +1 -1
  29. package/dist/components/Crosshair/Crosshair.cjs +1 -1
  30. package/dist/components/Crosshair/Crosshair.cjs.map +1 -1
  31. package/dist/components/Crosshair/Crosshair.js +18 -16
  32. package/dist/components/Crosshair/Crosshair.js.map +1 -1
  33. package/dist/components/Donut/DonutChart.cjs +2 -2
  34. package/dist/components/Donut/DonutChart.cjs.map +1 -1
  35. package/dist/components/Donut/DonutChart.js +24 -20
  36. package/dist/components/Donut/DonutChart.js.map +1 -1
  37. package/dist/components/Line/LineChart.cjs +1 -1
  38. package/dist/components/Line/LineChart.cjs.map +1 -1
  39. package/dist/components/Line/LineChart.js +35 -28
  40. package/dist/components/Line/LineChart.js.map +1 -1
  41. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs +2 -0
  42. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs.map +1 -0
  43. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +280 -0
  44. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js.map +1 -0
  45. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.cjs +2 -0
  46. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.cjs.map +1 -0
  47. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js +87 -0
  48. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js.map +1 -0
  49. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.cjs +2 -0
  50. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.cjs.map +1 -0
  51. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.js +9 -0
  52. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.js.map +1 -0
  53. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.cjs +2 -0
  54. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.cjs.map +1 -0
  55. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +23 -0
  56. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +1 -0
  57. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.cjs +2 -0
  58. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.cjs.map +1 -0
  59. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +10 -0
  60. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +1 -0
  61. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs +2 -0
  62. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs.map +1 -0
  63. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +124 -0
  64. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +1 -0
  65. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.cjs +2 -0
  66. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.cjs.map +1 -0
  67. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +45 -0
  68. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
  69. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.cjs +2 -0
  70. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.cjs.map +1 -0
  71. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +54 -0
  72. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js.map +1 -0
  73. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs +2 -0
  74. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs.map +1 -0
  75. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +30 -0
  76. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js.map +1 -0
  77. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.cjs +2 -0
  78. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.cjs.map +1 -0
  79. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +16 -0
  80. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js.map +1 -0
  81. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.cjs +2 -0
  82. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.cjs.map +1 -0
  83. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +21 -0
  84. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.js.map +1 -0
  85. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.cjs +2 -0
  86. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.cjs.map +1 -0
  87. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +32 -0
  88. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.js.map +1 -0
  89. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.cjs +2 -0
  90. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.cjs.map +1 -0
  91. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +8 -0
  92. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js.map +1 -0
  93. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.cjs +2 -0
  94. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.cjs.map +1 -0
  95. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +32 -0
  96. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js.map +1 -0
  97. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.cjs +2 -0
  98. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.cjs.map +1 -0
  99. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +10 -0
  100. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js.map +1 -0
  101. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.cjs +2 -0
  102. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.cjs.map +1 -0
  103. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +13 -0
  104. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js.map +1 -0
  105. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.cjs +2 -0
  106. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.cjs.map +1 -0
  107. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +11 -0
  108. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js.map +1 -0
  109. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.cjs +2 -0
  110. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.cjs.map +1 -0
  111. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +27 -0
  112. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js.map +1 -0
  113. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.cjs +2 -0
  114. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.cjs.map +1 -0
  115. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +43 -0
  116. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js.map +1 -0
  117. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.cjs +2 -0
  118. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.cjs.map +1 -0
  119. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +12 -0
  120. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js.map +1 -0
  121. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.cjs +2 -0
  122. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.cjs.map +1 -0
  123. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +10 -0
  124. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js.map +1 -0
  125. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.cjs +2 -0
  126. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.cjs.map +1 -0
  127. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +13 -0
  128. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js.map +1 -0
  129. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.cjs +2 -0
  130. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.cjs.map +1 -0
  131. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +10 -0
  132. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js.map +1 -0
  133. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.cjs +2 -0
  134. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.cjs.map +1 -0
  135. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +10 -0
  136. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js.map +1 -0
  137. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.cjs +2 -0
  138. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.cjs.map +1 -0
  139. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.js +38 -0
  140. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.js.map +1 -0
  141. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.cjs +2 -0
  142. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.cjs.map +1 -0
  143. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.js +7 -0
  144. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.js.map +1 -0
  145. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.cjs +2 -0
  146. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.cjs.map +1 -0
  147. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.js +5 -0
  148. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.js.map +1 -0
  149. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.cjs +2 -0
  150. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.cjs.map +1 -0
  151. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.js +15 -0
  152. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.js.map +1 -0
  153. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.cjs +2 -0
  154. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.cjs.map +1 -0
  155. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +19 -0
  156. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js.map +1 -0
  157. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.cjs +2 -0
  158. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.cjs.map +1 -0
  159. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +10 -0
  160. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js.map +1 -0
  161. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.cjs +2 -0
  162. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.cjs.map +1 -0
  163. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +5 -0
  164. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js.map +1 -0
  165. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.cjs +2 -0
  166. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.cjs.map +1 -0
  167. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +71 -0
  168. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.js.map +1 -0
  169. package/dist/node_modules/@unovis/ts/components/area/config.cjs +2 -0
  170. package/dist/node_modules/@unovis/ts/components/area/config.cjs.map +1 -0
  171. package/dist/node_modules/@unovis/ts/components/area/config.js +7 -0
  172. package/dist/node_modules/@unovis/ts/components/area/config.js.map +1 -0
  173. package/dist/node_modules/@unovis/ts/components/area/index.cjs +2 -0
  174. package/dist/node_modules/@unovis/ts/components/area/index.cjs.map +1 -0
  175. package/dist/node_modules/@unovis/ts/components/area/index.js +53 -0
  176. package/dist/node_modules/@unovis/ts/components/area/index.js.map +1 -0
  177. package/dist/node_modules/@unovis/ts/components/area/style.cjs +36 -0
  178. package/dist/node_modules/@unovis/ts/components/area/style.cjs.map +1 -0
  179. package/dist/node_modules/@unovis/ts/components/area/style.js +42 -0
  180. package/dist/node_modules/@unovis/ts/components/area/style.js.map +1 -0
  181. package/dist/node_modules/@unovis/ts/components/axis/config.cjs +2 -0
  182. package/dist/node_modules/@unovis/ts/components/axis/config.cjs.map +1 -0
  183. package/dist/node_modules/@unovis/ts/components/axis/config.js +7 -0
  184. package/dist/node_modules/@unovis/ts/components/axis/config.js.map +1 -0
  185. package/dist/node_modules/@unovis/ts/components/axis/index.cjs +2 -0
  186. package/dist/node_modules/@unovis/ts/components/axis/index.cjs.map +1 -0
  187. package/dist/node_modules/@unovis/ts/components/axis/index.js +288 -0
  188. package/dist/node_modules/@unovis/ts/components/axis/index.js.map +1 -0
  189. package/dist/node_modules/@unovis/ts/components/axis/style.cjs +102 -0
  190. package/dist/node_modules/@unovis/ts/components/axis/style.cjs.map +1 -0
  191. package/dist/node_modules/@unovis/ts/components/axis/style.js +115 -0
  192. package/dist/node_modules/@unovis/ts/components/axis/style.js.map +1 -0
  193. package/dist/node_modules/@unovis/ts/components/axis/types.cjs +2 -0
  194. package/dist/node_modules/@unovis/ts/components/axis/types.cjs.map +1 -0
  195. package/dist/node_modules/@unovis/ts/components/axis/types.js +8 -0
  196. package/dist/node_modules/@unovis/ts/components/axis/types.js.map +1 -0
  197. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.cjs +2 -0
  198. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.cjs.map +1 -0
  199. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.js +19 -0
  200. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.js.map +1 -0
  201. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.cjs +2 -0
  202. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.cjs.map +1 -0
  203. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.js +37 -0
  204. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.js.map +1 -0
  205. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.cjs +2 -0
  206. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.cjs.map +1 -0
  207. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.js +49 -0
  208. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.js.map +1 -0
  209. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.cjs +64 -0
  210. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.cjs.map +1 -0
  211. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.js +74 -0
  212. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.js.map +1 -0
  213. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.cjs +2 -0
  214. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.cjs.map +1 -0
  215. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.js +11 -0
  216. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.js.map +1 -0
  217. package/dist/node_modules/@unovis/ts/components/crosshair/config.cjs +2 -0
  218. package/dist/node_modules/@unovis/ts/components/crosshair/config.cjs.map +1 -0
  219. package/dist/node_modules/@unovis/ts/components/crosshair/config.js +6 -0
  220. package/dist/node_modules/@unovis/ts/components/crosshair/config.js.map +1 -0
  221. package/dist/node_modules/@unovis/ts/components/crosshair/index.cjs +2 -0
  222. package/dist/node_modules/@unovis/ts/components/crosshair/index.cjs.map +1 -0
  223. package/dist/node_modules/@unovis/ts/components/crosshair/index.js +120 -0
  224. package/dist/node_modules/@unovis/ts/components/crosshair/index.js.map +1 -0
  225. package/dist/node_modules/@unovis/ts/components/crosshair/style.cjs +23 -0
  226. package/dist/node_modules/@unovis/ts/components/crosshair/style.cjs.map +1 -0
  227. package/dist/node_modules/@unovis/ts/components/crosshair/style.js +30 -0
  228. package/dist/node_modules/@unovis/ts/components/crosshair/style.js.map +1 -0
  229. package/dist/node_modules/@unovis/ts/components/donut/config.cjs +2 -0
  230. package/dist/node_modules/@unovis/ts/components/donut/config.cjs.map +1 -0
  231. package/dist/node_modules/@unovis/ts/components/donut/config.js +9 -0
  232. package/dist/node_modules/@unovis/ts/components/donut/config.js.map +1 -0
  233. package/dist/node_modules/@unovis/ts/components/donut/constants.cjs +2 -0
  234. package/dist/node_modules/@unovis/ts/components/donut/constants.cjs.map +1 -0
  235. package/dist/node_modules/@unovis/ts/components/donut/constants.js +12 -0
  236. package/dist/node_modules/@unovis/ts/components/donut/constants.js.map +1 -0
  237. package/dist/node_modules/@unovis/ts/components/donut/index.cjs +2 -0
  238. package/dist/node_modules/@unovis/ts/components/donut/index.cjs.map +1 -0
  239. package/dist/node_modules/@unovis/ts/components/donut/index.js +58 -0
  240. package/dist/node_modules/@unovis/ts/components/donut/index.js.map +1 -0
  241. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.cjs +2 -0
  242. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.cjs.map +1 -0
  243. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.js +38 -0
  244. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.js.map +1 -0
  245. package/dist/node_modules/@unovis/ts/components/donut/style.cjs +59 -0
  246. package/dist/node_modules/@unovis/ts/components/donut/style.cjs.map +1 -0
  247. package/dist/node_modules/@unovis/ts/components/donut/style.js +69 -0
  248. package/dist/node_modules/@unovis/ts/components/donut/style.js.map +1 -0
  249. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.cjs +2 -0
  250. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.cjs.map +1 -0
  251. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.js +7 -0
  252. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.js.map +1 -0
  253. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.cjs +2 -0
  254. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.cjs.map +1 -0
  255. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.js +122 -0
  256. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.js.map +1 -0
  257. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.cjs +36 -0
  258. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.cjs.map +1 -0
  259. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.js +44 -0
  260. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.js.map +1 -0
  261. package/dist/node_modules/@unovis/ts/components/line/config.cjs +2 -0
  262. package/dist/node_modules/@unovis/ts/components/line/config.cjs.map +1 -0
  263. package/dist/node_modules/@unovis/ts/components/line/config.js +7 -0
  264. package/dist/node_modules/@unovis/ts/components/line/config.js.map +1 -0
  265. package/dist/node_modules/@unovis/ts/components/line/index.cjs +2 -0
  266. package/dist/node_modules/@unovis/ts/components/line/index.cjs.map +1 -0
  267. package/dist/node_modules/@unovis/ts/components/line/index.js +87 -0
  268. package/dist/node_modules/@unovis/ts/components/line/index.js.map +1 -0
  269. package/dist/node_modules/@unovis/ts/components/line/style.cjs +36 -0
  270. package/dist/node_modules/@unovis/ts/components/line/style.cjs.map +1 -0
  271. package/dist/node_modules/@unovis/ts/components/line/style.js +46 -0
  272. package/dist/node_modules/@unovis/ts/components/line/style.js.map +1 -0
  273. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.cjs +2 -0
  274. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.cjs.map +1 -0
  275. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.js +7 -0
  276. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.js.map +1 -0
  277. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.cjs +2 -0
  278. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.cjs.map +1 -0
  279. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.js +112 -0
  280. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.js.map +1 -0
  281. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.cjs +35 -0
  282. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.cjs.map +1 -0
  283. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.js +43 -0
  284. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.js.map +1 -0
  285. package/dist/node_modules/@unovis/ts/components/tooltip/config.cjs +2 -0
  286. package/dist/node_modules/@unovis/ts/components/tooltip/config.cjs.map +1 -0
  287. package/dist/node_modules/@unovis/ts/components/tooltip/config.js +18 -0
  288. package/dist/node_modules/@unovis/ts/components/tooltip/config.js.map +1 -0
  289. package/dist/node_modules/@unovis/ts/components/tooltip/index.cjs +2 -0
  290. package/dist/node_modules/@unovis/ts/components/tooltip/index.cjs.map +1 -0
  291. package/dist/node_modules/@unovis/ts/components/tooltip/index.js +167 -0
  292. package/dist/node_modules/@unovis/ts/components/tooltip/index.js.map +1 -0
  293. package/dist/node_modules/@unovis/ts/components/tooltip/style.cjs +62 -0
  294. package/dist/node_modules/@unovis/ts/components/tooltip/style.cjs.map +1 -0
  295. package/dist/node_modules/@unovis/ts/components/tooltip/style.js +72 -0
  296. package/dist/node_modules/@unovis/ts/components/tooltip/style.js.map +1 -0
  297. package/dist/node_modules/@unovis/ts/containers/single-container/config.cjs +2 -0
  298. package/dist/node_modules/@unovis/ts/containers/single-container/config.cjs.map +1 -0
  299. package/dist/node_modules/@unovis/ts/containers/single-container/config.js +6 -0
  300. package/dist/node_modules/@unovis/ts/containers/single-container/config.js.map +1 -0
  301. package/dist/node_modules/@unovis/ts/containers/single-container/index.cjs +2 -0
  302. package/dist/node_modules/@unovis/ts/containers/single-container/index.cjs.map +1 -0
  303. package/dist/node_modules/@unovis/ts/containers/single-container/index.js +72 -0
  304. package/dist/node_modules/@unovis/ts/containers/single-container/index.js.map +1 -0
  305. package/dist/node_modules/@unovis/ts/containers/xy-container/config.cjs +2 -0
  306. package/dist/node_modules/@unovis/ts/containers/xy-container/config.cjs.map +1 -0
  307. package/dist/node_modules/@unovis/ts/containers/xy-container/config.js +7 -0
  308. package/dist/node_modules/@unovis/ts/containers/xy-container/config.js.map +1 -0
  309. package/dist/node_modules/@unovis/ts/containers/xy-container/index.cjs +4 -0
  310. package/dist/node_modules/@unovis/ts/containers/xy-container/index.cjs.map +1 -0
  311. package/dist/node_modules/@unovis/ts/containers/xy-container/index.js +186 -0
  312. package/dist/node_modules/@unovis/ts/containers/xy-container/index.js.map +1 -0
  313. package/dist/node_modules/@unovis/ts/core/component/config.cjs +2 -0
  314. package/dist/node_modules/@unovis/ts/core/component/config.cjs.map +1 -0
  315. package/dist/node_modules/@unovis/ts/core/component/config.js +9 -0
  316. package/dist/node_modules/@unovis/ts/core/component/config.js.map +1 -0
  317. package/dist/node_modules/@unovis/ts/core/component/index.cjs +2 -0
  318. package/dist/node_modules/@unovis/ts/core/component/index.cjs.map +1 -0
  319. package/dist/node_modules/@unovis/ts/core/component/index.js +69 -0
  320. package/dist/node_modules/@unovis/ts/core/component/index.js.map +1 -0
  321. package/dist/node_modules/@unovis/ts/core/container/config.cjs +2 -0
  322. package/dist/node_modules/@unovis/ts/core/container/config.cjs.map +1 -0
  323. package/dist/node_modules/@unovis/ts/core/container/config.js +25 -0
  324. package/dist/node_modules/@unovis/ts/core/container/config.js.map +1 -0
  325. package/dist/node_modules/@unovis/ts/core/container/index.cjs +2 -0
  326. package/dist/node_modules/@unovis/ts/core/container/index.cjs.map +1 -0
  327. package/dist/node_modules/@unovis/ts/core/container/index.js +74 -0
  328. package/dist/node_modules/@unovis/ts/core/container/index.js.map +1 -0
  329. package/dist/node_modules/@unovis/ts/core/xy-component/config.cjs +2 -0
  330. package/dist/node_modules/@unovis/ts/core/xy-component/config.cjs.map +1 -0
  331. package/dist/node_modules/@unovis/ts/core/xy-component/config.js +9 -0
  332. package/dist/node_modules/@unovis/ts/core/xy-component/config.js.map +1 -0
  333. package/dist/node_modules/@unovis/ts/core/xy-component/index.cjs +2 -0
  334. package/dist/node_modules/@unovis/ts/core/xy-component/index.cjs.map +1 -0
  335. package/dist/node_modules/@unovis/ts/core/xy-component/index.js +54 -0
  336. package/dist/node_modules/@unovis/ts/core/xy-component/index.js.map +1 -0
  337. package/dist/node_modules/@unovis/ts/data-models/core.cjs +2 -0
  338. package/dist/node_modules/@unovis/ts/data-models/core.cjs.map +1 -0
  339. package/dist/node_modules/@unovis/ts/data-models/core.js +15 -0
  340. package/dist/node_modules/@unovis/ts/data-models/core.js.map +1 -0
  341. package/dist/node_modules/@unovis/ts/data-models/series.cjs +2 -0
  342. package/dist/node_modules/@unovis/ts/data-models/series.cjs.map +1 -0
  343. package/dist/node_modules/@unovis/ts/data-models/series.js +17 -0
  344. package/dist/node_modules/@unovis/ts/data-models/series.js.map +1 -0
  345. package/dist/node_modules/@unovis/ts/styles/colors.cjs +2 -0
  346. package/dist/node_modules/@unovis/ts/styles/colors.cjs.map +1 -0
  347. package/dist/node_modules/@unovis/ts/styles/colors.js +19 -0
  348. package/dist/node_modules/@unovis/ts/styles/colors.js.map +1 -0
  349. package/dist/node_modules/@unovis/ts/styles/index.cjs +39 -0
  350. package/dist/node_modules/@unovis/ts/styles/index.cjs.map +1 -0
  351. package/dist/node_modules/@unovis/ts/styles/index.js +64 -0
  352. package/dist/node_modules/@unovis/ts/styles/index.js.map +1 -0
  353. package/dist/node_modules/@unovis/ts/styles/patterns.cjs +16 -0
  354. package/dist/node_modules/@unovis/ts/styles/patterns.cjs.map +1 -0
  355. package/dist/node_modules/@unovis/ts/styles/patterns.js +46 -0
  356. package/dist/node_modules/@unovis/ts/styles/patterns.js.map +1 -0
  357. package/dist/node_modules/@unovis/ts/types/component.cjs +2 -0
  358. package/dist/node_modules/@unovis/ts/types/component.cjs.map +1 -0
  359. package/dist/node_modules/@unovis/ts/types/component.js +13 -0
  360. package/dist/node_modules/@unovis/ts/types/component.js.map +1 -0
  361. package/dist/node_modules/@unovis/ts/types/curve.cjs +2 -0
  362. package/dist/node_modules/@unovis/ts/types/curve.cjs.map +1 -0
  363. package/dist/node_modules/@unovis/ts/types/curve.js +44 -0
  364. package/dist/node_modules/@unovis/ts/types/curve.js.map +1 -0
  365. package/dist/node_modules/@unovis/ts/types/direction.cjs +2 -0
  366. package/dist/node_modules/@unovis/ts/types/direction.cjs.map +1 -0
  367. package/dist/node_modules/@unovis/ts/types/direction.js +8 -0
  368. package/dist/node_modules/@unovis/ts/types/direction.js.map +1 -0
  369. package/dist/node_modules/@unovis/ts/types/position.cjs +2 -0
  370. package/dist/node_modules/@unovis/ts/types/position.cjs.map +1 -0
  371. package/dist/node_modules/@unovis/ts/types/position.js +23 -0
  372. package/dist/node_modules/@unovis/ts/types/position.js.map +1 -0
  373. package/dist/node_modules/@unovis/ts/types/scale.cjs +2 -0
  374. package/dist/node_modules/@unovis/ts/types/scale.cjs.map +1 -0
  375. package/dist/node_modules/@unovis/ts/types/scale.js +41 -0
  376. package/dist/node_modules/@unovis/ts/types/scale.js.map +1 -0
  377. package/dist/node_modules/@unovis/ts/types/svg.cjs +2 -0
  378. package/dist/node_modules/@unovis/ts/types/svg.cjs.map +1 -0
  379. package/dist/node_modules/@unovis/ts/types/svg.js +16 -0
  380. package/dist/node_modules/@unovis/ts/types/svg.js.map +1 -0
  381. package/dist/node_modules/@unovis/ts/types/symbol.cjs +2 -0
  382. package/dist/node_modules/@unovis/ts/types/symbol.cjs.map +1 -0
  383. package/dist/node_modules/@unovis/ts/types/symbol.js +25 -0
  384. package/dist/node_modules/@unovis/ts/types/symbol.js.map +1 -0
  385. package/dist/node_modules/@unovis/ts/types/text.cjs +2 -0
  386. package/dist/node_modules/@unovis/ts/types/text.cjs.map +1 -0
  387. package/dist/node_modules/@unovis/ts/types/text.js +23 -0
  388. package/dist/node_modules/@unovis/ts/types/text.js.map +1 -0
  389. package/dist/node_modules/@unovis/ts/utils/color.cjs +2 -0
  390. package/dist/node_modules/@unovis/ts/utils/color.cjs.map +1 -0
  391. package/dist/node_modules/@unovis/ts/utils/color.js +9 -0
  392. package/dist/node_modules/@unovis/ts/utils/color.js.map +1 -0
  393. package/dist/node_modules/@unovis/ts/utils/d3.cjs +2 -0
  394. package/dist/node_modules/@unovis/ts/utils/d3.cjs.map +1 -0
  395. package/dist/node_modules/@unovis/ts/utils/d3.js +13 -0
  396. package/dist/node_modules/@unovis/ts/utils/d3.js.map +1 -0
  397. package/dist/node_modules/@unovis/ts/utils/data.cjs +2 -0
  398. package/dist/node_modules/@unovis/ts/utils/data.cjs.map +1 -0
  399. package/dist/node_modules/@unovis/ts/utils/data.js +171 -0
  400. package/dist/node_modules/@unovis/ts/utils/data.js.map +1 -0
  401. package/dist/node_modules/@unovis/ts/utils/misc.cjs +2 -0
  402. package/dist/node_modules/@unovis/ts/utils/misc.cjs.map +1 -0
  403. package/dist/node_modules/@unovis/ts/utils/misc.js +29 -0
  404. package/dist/node_modules/@unovis/ts/utils/misc.js.map +1 -0
  405. package/dist/node_modules/@unovis/ts/utils/path.cjs +2 -0
  406. package/dist/node_modules/@unovis/ts/utils/path.cjs.map +1 -0
  407. package/dist/node_modules/@unovis/ts/utils/path.js +10 -0
  408. package/dist/node_modules/@unovis/ts/utils/path.js.map +1 -0
  409. package/dist/node_modules/@unovis/ts/utils/resize-observer.cjs +2 -0
  410. package/dist/node_modules/@unovis/ts/utils/resize-observer.cjs.map +1 -0
  411. package/dist/node_modules/@unovis/ts/utils/resize-observer.js +7 -0
  412. package/dist/node_modules/@unovis/ts/utils/resize-observer.js.map +1 -0
  413. package/dist/node_modules/@unovis/ts/utils/text.cjs +3 -0
  414. package/dist/node_modules/@unovis/ts/utils/text.cjs.map +1 -0
  415. package/dist/node_modules/@unovis/ts/utils/text.js +179 -0
  416. package/dist/node_modules/@unovis/ts/utils/text.js.map +1 -0
  417. package/dist/node_modules/@unovis/vue/components/area/index.cjs +2 -0
  418. package/dist/node_modules/@unovis/vue/components/area/index.cjs.map +1 -0
  419. package/dist/node_modules/@unovis/vue/components/area/index.js +49 -0
  420. package/dist/node_modules/@unovis/vue/components/area/index.js.map +1 -0
  421. package/dist/node_modules/@unovis/vue/components/axis/index.cjs +2 -0
  422. package/dist/node_modules/@unovis/vue/components/axis/index.cjs.map +1 -0
  423. package/dist/node_modules/@unovis/vue/components/axis/index.js +70 -0
  424. package/dist/node_modules/@unovis/vue/components/axis/index.js.map +1 -0
  425. package/dist/node_modules/@unovis/vue/components/crosshair/index.cjs +2 -0
  426. package/dist/node_modules/@unovis/vue/components/crosshair/index.cjs.map +1 -0
  427. package/dist/node_modules/@unovis/vue/components/crosshair/index.js +34 -0
  428. package/dist/node_modules/@unovis/vue/components/crosshair/index.js.map +1 -0
  429. package/dist/node_modules/@unovis/vue/components/donut/index.cjs +2 -0
  430. package/dist/node_modules/@unovis/vue/components/donut/index.cjs.map +1 -0
  431. package/dist/node_modules/@unovis/vue/components/donut/index.js +55 -0
  432. package/dist/node_modules/@unovis/vue/components/donut/index.js.map +1 -0
  433. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.cjs +2 -0
  434. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.cjs.map +1 -0
  435. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.js +55 -0
  436. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.js.map +1 -0
  437. package/dist/node_modules/@unovis/vue/components/line/index.cjs +2 -0
  438. package/dist/node_modules/@unovis/vue/components/line/index.cjs.map +1 -0
  439. package/dist/node_modules/@unovis/vue/components/line/index.js +51 -0
  440. package/dist/node_modules/@unovis/vue/components/line/index.js.map +1 -0
  441. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.cjs +2 -0
  442. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.cjs.map +1 -0
  443. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.js +55 -0
  444. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.js.map +1 -0
  445. package/dist/node_modules/@unovis/vue/components/tooltip/index.cjs +2 -0
  446. package/dist/node_modules/@unovis/vue/components/tooltip/index.cjs.map +1 -0
  447. package/dist/node_modules/@unovis/vue/components/tooltip/index.js +41 -0
  448. package/dist/node_modules/@unovis/vue/components/tooltip/index.js.map +1 -0
  449. package/dist/node_modules/@unovis/vue/containers/single-container/index.cjs +2 -0
  450. package/dist/node_modules/@unovis/vue/containers/single-container/index.cjs.map +1 -0
  451. package/dist/node_modules/@unovis/vue/containers/single-container/index.js +67 -0
  452. package/dist/node_modules/@unovis/vue/containers/single-container/index.js.map +1 -0
  453. package/dist/node_modules/@unovis/vue/containers/xy-container/index.cjs +2 -0
  454. package/dist/node_modules/@unovis/vue/containers/xy-container/index.cjs.map +1 -0
  455. package/dist/node_modules/@unovis/vue/containers/xy-container/index.js +103 -0
  456. package/dist/node_modules/@unovis/vue/containers/xy-container/index.js.map +1 -0
  457. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.cjs +2 -0
  458. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.cjs.map +1 -0
  459. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.js +44 -0
  460. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.js.map +1 -0
  461. package/dist/node_modules/@unovis/vue/index.cjs +2 -0
  462. package/dist/node_modules/@unovis/vue/index.cjs.map +1 -0
  463. package/dist/node_modules/@unovis/vue/index.js +11 -0
  464. package/dist/node_modules/@unovis/vue/index.js.map +1 -0
  465. package/dist/node_modules/@unovis/vue/utils/context.cjs +2 -0
  466. package/dist/node_modules/@unovis/vue/utils/context.cjs.map +1 -0
  467. package/dist/node_modules/@unovis/vue/utils/context.js +9 -0
  468. package/dist/node_modules/@unovis/vue/utils/context.js.map +1 -0
  469. package/dist/node_modules/@unovis/vue/utils/props.cjs +2 -0
  470. package/dist/node_modules/@unovis/vue/utils/props.cjs.map +1 -0
  471. package/dist/node_modules/@unovis/vue/utils/props.js +19 -0
  472. package/dist/node_modules/@unovis/vue/utils/props.js.map +1 -0
  473. package/dist/node_modules/d3-array/node_modules/internmap/src/index.cjs +2 -0
  474. package/dist/node_modules/d3-array/node_modules/internmap/src/index.cjs.map +1 -0
  475. package/dist/node_modules/d3-array/node_modules/internmap/src/index.js +36 -0
  476. package/dist/node_modules/d3-array/node_modules/internmap/src/index.js.map +1 -0
  477. package/dist/node_modules/d3-array/src/ascending.cjs +2 -0
  478. package/dist/node_modules/d3-array/src/ascending.cjs.map +1 -0
  479. package/dist/node_modules/d3-array/src/ascending.js +7 -0
  480. package/dist/node_modules/d3-array/src/ascending.js.map +1 -0
  481. package/dist/node_modules/d3-array/src/bisect.cjs +2 -0
  482. package/dist/node_modules/d3-array/src/bisect.cjs.map +1 -0
  483. package/dist/node_modules/d3-array/src/bisect.js +10 -0
  484. package/dist/node_modules/d3-array/src/bisect.js.map +1 -0
  485. package/dist/node_modules/d3-array/src/bisector.cjs +2 -0
  486. package/dist/node_modules/d3-array/src/bisector.cjs.map +1 -0
  487. package/dist/node_modules/d3-array/src/bisector.js +38 -0
  488. package/dist/node_modules/d3-array/src/bisector.js.map +1 -0
  489. package/dist/node_modules/d3-array/src/descending.cjs +2 -0
  490. package/dist/node_modules/d3-array/src/descending.cjs.map +1 -0
  491. package/dist/node_modules/d3-array/src/descending.js +7 -0
  492. package/dist/node_modules/d3-array/src/descending.js.map +1 -0
  493. package/dist/node_modules/d3-array/src/extent.cjs +2 -0
  494. package/dist/node_modules/d3-array/src/extent.cjs.map +1 -0
  495. package/dist/node_modules/d3-array/src/extent.js +10 -0
  496. package/dist/node_modules/d3-array/src/extent.js.map +1 -0
  497. package/dist/node_modules/d3-array/src/max.cjs +2 -0
  498. package/dist/node_modules/d3-array/src/max.cjs.map +1 -0
  499. package/dist/node_modules/d3-array/src/max.js +16 -0
  500. package/dist/node_modules/d3-array/src/max.js.map +1 -0
  501. package/dist/node_modules/d3-array/src/mean.cjs +2 -0
  502. package/dist/node_modules/d3-array/src/mean.cjs.map +1 -0
  503. package/dist/node_modules/d3-array/src/mean.js +16 -0
  504. package/dist/node_modules/d3-array/src/mean.js.map +1 -0
  505. package/dist/node_modules/d3-array/src/merge.cjs +2 -0
  506. package/dist/node_modules/d3-array/src/merge.cjs.map +1 -0
  507. package/dist/node_modules/d3-array/src/merge.js +11 -0
  508. package/dist/node_modules/d3-array/src/merge.js.map +1 -0
  509. package/dist/node_modules/d3-array/src/min.cjs +2 -0
  510. package/dist/node_modules/d3-array/src/min.cjs.map +1 -0
  511. package/dist/node_modules/d3-array/src/min.js +16 -0
  512. package/dist/node_modules/d3-array/src/min.js.map +1 -0
  513. package/dist/node_modules/d3-array/src/number.cjs +2 -0
  514. package/dist/node_modules/d3-array/src/number.cjs.map +1 -0
  515. package/dist/node_modules/d3-array/src/number.js +7 -0
  516. package/dist/node_modules/d3-array/src/number.js.map +1 -0
  517. package/dist/node_modules/d3-array/src/quantile.cjs +2 -0
  518. package/dist/node_modules/d3-array/src/quantile.cjs.map +1 -0
  519. package/dist/node_modules/d3-array/src/quantile.js +13 -0
  520. package/dist/node_modules/d3-array/src/quantile.js.map +1 -0
  521. package/dist/node_modules/d3-array/src/range.cjs +2 -0
  522. package/dist/node_modules/d3-array/src/range.cjs.map +1 -0
  523. package/dist/node_modules/d3-array/src/range.js +10 -0
  524. package/dist/node_modules/d3-array/src/range.js.map +1 -0
  525. package/dist/node_modules/d3-array/src/sum.cjs +2 -0
  526. package/dist/node_modules/d3-array/src/sum.cjs.map +1 -0
  527. package/dist/node_modules/d3-array/src/sum.js +16 -0
  528. package/dist/node_modules/d3-array/src/sum.js.map +1 -0
  529. package/dist/node_modules/d3-array/src/ticks.cjs +2 -0
  530. package/dist/node_modules/d3-array/src/ticks.cjs.map +1 -0
  531. package/dist/node_modules/d3-array/src/ticks.js +33 -0
  532. package/dist/node_modules/d3-array/src/ticks.js.map +1 -0
  533. package/dist/node_modules/d3-axis/src/axis.cjs +2 -0
  534. package/dist/node_modules/d3-axis/src/axis.cjs.map +1 -0
  535. package/dist/node_modules/d3-axis/src/axis.js +73 -0
  536. package/dist/node_modules/d3-axis/src/axis.js.map +1 -0
  537. package/dist/node_modules/d3-axis/src/identity.cjs +2 -0
  538. package/dist/node_modules/d3-axis/src/identity.cjs.map +1 -0
  539. package/dist/node_modules/d3-axis/src/identity.js +7 -0
  540. package/dist/node_modules/d3-axis/src/identity.js.map +1 -0
  541. package/dist/node_modules/d3-color/src/color.cjs +2 -0
  542. package/dist/node_modules/d3-color/src/color.cjs.map +1 -0
  543. package/dist/node_modules/d3-color/src/color.js +306 -0
  544. package/dist/node_modules/d3-color/src/color.js.map +1 -0
  545. package/dist/node_modules/d3-color/src/define.cjs +2 -0
  546. package/dist/node_modules/d3-color/src/define.cjs.map +1 -0
  547. package/dist/node_modules/d3-color/src/define.js +13 -0
  548. package/dist/node_modules/d3-color/src/define.js.map +1 -0
  549. package/dist/node_modules/d3-dispatch/src/dispatch.cjs +2 -0
  550. package/dist/node_modules/d3-dispatch/src/dispatch.cjs.map +1 -0
  551. package/dist/node_modules/d3-dispatch/src/dispatch.js +65 -0
  552. package/dist/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
  553. package/dist/node_modules/d3-ease/src/cubic.cjs +2 -0
  554. package/dist/node_modules/d3-ease/src/cubic.cjs.map +1 -0
  555. package/dist/node_modules/d3-ease/src/cubic.js +7 -0
  556. package/dist/node_modules/d3-ease/src/cubic.js.map +1 -0
  557. package/dist/node_modules/d3-ease/src/linear.cjs +2 -0
  558. package/dist/node_modules/d3-ease/src/linear.cjs.map +1 -0
  559. package/dist/node_modules/d3-ease/src/linear.js +5 -0
  560. package/dist/node_modules/d3-ease/src/linear.js.map +1 -0
  561. package/dist/node_modules/d3-format/src/defaultLocale.cjs +2 -0
  562. package/dist/node_modules/d3-format/src/defaultLocale.cjs.map +1 -0
  563. package/dist/node_modules/d3-format/src/defaultLocale.js +16 -0
  564. package/dist/node_modules/d3-format/src/defaultLocale.js.map +1 -0
  565. package/dist/node_modules/d3-format/src/exponent.cjs +2 -0
  566. package/dist/node_modules/d3-format/src/exponent.cjs.map +1 -0
  567. package/dist/node_modules/d3-format/src/exponent.js +8 -0
  568. package/dist/node_modules/d3-format/src/exponent.js.map +1 -0
  569. package/dist/node_modules/d3-format/src/formatDecimal.cjs +2 -0
  570. package/dist/node_modules/d3-format/src/formatDecimal.cjs.map +1 -0
  571. package/dist/node_modules/d3-format/src/formatDecimal.js +16 -0
  572. package/dist/node_modules/d3-format/src/formatDecimal.js.map +1 -0
  573. package/dist/node_modules/d3-format/src/formatGroup.cjs +2 -0
  574. package/dist/node_modules/d3-format/src/formatGroup.cjs.map +1 -0
  575. package/dist/node_modules/d3-format/src/formatGroup.js +11 -0
  576. package/dist/node_modules/d3-format/src/formatGroup.js.map +1 -0
  577. package/dist/node_modules/d3-format/src/formatNumerals.cjs +2 -0
  578. package/dist/node_modules/d3-format/src/formatNumerals.cjs.map +1 -0
  579. package/dist/node_modules/d3-format/src/formatNumerals.js +11 -0
  580. package/dist/node_modules/d3-format/src/formatNumerals.js.map +1 -0
  581. package/dist/node_modules/d3-format/src/formatPrefixAuto.cjs +2 -0
  582. package/dist/node_modules/d3-format/src/formatPrefixAuto.cjs.map +1 -0
  583. package/dist/node_modules/d3-format/src/formatPrefixAuto.js +13 -0
  584. package/dist/node_modules/d3-format/src/formatPrefixAuto.js.map +1 -0
  585. package/dist/node_modules/d3-format/src/formatRounded.cjs +2 -0
  586. package/dist/node_modules/d3-format/src/formatRounded.cjs.map +1 -0
  587. package/dist/node_modules/d3-format/src/formatRounded.js +11 -0
  588. package/dist/node_modules/d3-format/src/formatRounded.js.map +1 -0
  589. package/dist/node_modules/d3-format/src/formatSpecifier.cjs +2 -0
  590. package/dist/node_modules/d3-format/src/formatSpecifier.cjs.map +1 -0
  591. package/dist/node_modules/d3-format/src/formatSpecifier.js +29 -0
  592. package/dist/node_modules/d3-format/src/formatSpecifier.js.map +1 -0
  593. package/dist/node_modules/d3-format/src/formatTrim.cjs +2 -0
  594. package/dist/node_modules/d3-format/src/formatTrim.cjs.map +1 -0
  595. package/dist/node_modules/d3-format/src/formatTrim.js +20 -0
  596. package/dist/node_modules/d3-format/src/formatTrim.js.map +1 -0
  597. package/dist/node_modules/d3-format/src/formatTypes.cjs +2 -0
  598. package/dist/node_modules/d3-format/src/formatTypes.cjs.map +1 -0
  599. package/dist/node_modules/d3-format/src/formatTypes.js +22 -0
  600. package/dist/node_modules/d3-format/src/formatTypes.js.map +1 -0
  601. package/dist/node_modules/d3-format/src/identity.cjs +2 -0
  602. package/dist/node_modules/d3-format/src/identity.cjs.map +1 -0
  603. package/dist/node_modules/d3-format/src/identity.js +7 -0
  604. package/dist/node_modules/d3-format/src/identity.js.map +1 -0
  605. package/dist/node_modules/d3-format/src/locale.cjs +2 -0
  606. package/dist/node_modules/d3-format/src/locale.cjs.map +1 -0
  607. package/dist/node_modules/d3-format/src/locale.js +69 -0
  608. package/dist/node_modules/d3-format/src/locale.js.map +1 -0
  609. package/dist/node_modules/d3-format/src/precisionFixed.cjs +2 -0
  610. package/dist/node_modules/d3-format/src/precisionFixed.cjs.map +1 -0
  611. package/dist/node_modules/d3-format/src/precisionFixed.js +8 -0
  612. package/dist/node_modules/d3-format/src/precisionFixed.js.map +1 -0
  613. package/dist/node_modules/d3-format/src/precisionPrefix.cjs +2 -0
  614. package/dist/node_modules/d3-format/src/precisionPrefix.cjs.map +1 -0
  615. package/dist/node_modules/d3-format/src/precisionPrefix.js +8 -0
  616. package/dist/node_modules/d3-format/src/precisionPrefix.js.map +1 -0
  617. package/dist/node_modules/d3-format/src/precisionRound.cjs +2 -0
  618. package/dist/node_modules/d3-format/src/precisionRound.cjs.map +1 -0
  619. package/dist/node_modules/d3-format/src/precisionRound.js +8 -0
  620. package/dist/node_modules/d3-format/src/precisionRound.js.map +1 -0
  621. package/dist/node_modules/d3-interpolate/src/array.cjs +2 -0
  622. package/dist/node_modules/d3-interpolate/src/array.cjs.map +1 -0
  623. package/dist/node_modules/d3-interpolate/src/array.js +14 -0
  624. package/dist/node_modules/d3-interpolate/src/array.js.map +1 -0
  625. package/dist/node_modules/d3-interpolate/src/color.cjs +2 -0
  626. package/dist/node_modules/d3-interpolate/src/color.cjs.map +1 -0
  627. package/dist/node_modules/d3-interpolate/src/color.js +25 -0
  628. package/dist/node_modules/d3-interpolate/src/color.js.map +1 -0
  629. package/dist/node_modules/d3-interpolate/src/constant.cjs +2 -0
  630. package/dist/node_modules/d3-interpolate/src/constant.cjs.map +1 -0
  631. package/dist/node_modules/d3-interpolate/src/constant.js +5 -0
  632. package/dist/node_modules/d3-interpolate/src/constant.js.map +1 -0
  633. package/dist/node_modules/d3-interpolate/src/date.cjs +2 -0
  634. package/dist/node_modules/d3-interpolate/src/date.cjs.map +1 -0
  635. package/dist/node_modules/d3-interpolate/src/date.js +10 -0
  636. package/dist/node_modules/d3-interpolate/src/date.js.map +1 -0
  637. package/dist/node_modules/d3-interpolate/src/number.cjs +2 -0
  638. package/dist/node_modules/d3-interpolate/src/number.cjs.map +1 -0
  639. package/dist/node_modules/d3-interpolate/src/number.js +9 -0
  640. package/dist/node_modules/d3-interpolate/src/number.js.map +1 -0
  641. package/dist/node_modules/d3-interpolate/src/numberArray.cjs +2 -0
  642. package/dist/node_modules/d3-interpolate/src/numberArray.cjs.map +1 -0
  643. package/dist/node_modules/d3-interpolate/src/numberArray.js +16 -0
  644. package/dist/node_modules/d3-interpolate/src/numberArray.js.map +1 -0
  645. package/dist/node_modules/d3-interpolate/src/object.cjs +2 -0
  646. package/dist/node_modules/d3-interpolate/src/object.cjs.map +1 -0
  647. package/dist/node_modules/d3-interpolate/src/object.js +15 -0
  648. package/dist/node_modules/d3-interpolate/src/object.js.map +1 -0
  649. package/dist/node_modules/d3-interpolate/src/piecewise.cjs +2 -0
  650. package/dist/node_modules/d3-interpolate/src/piecewise.cjs.map +1 -0
  651. package/dist/node_modules/d3-interpolate/src/piecewise.js +13 -0
  652. package/dist/node_modules/d3-interpolate/src/piecewise.js.map +1 -0
  653. package/dist/node_modules/d3-interpolate/src/rgb.cjs +2 -0
  654. package/dist/node_modules/d3-interpolate/src/rgb.cjs.map +1 -0
  655. package/dist/node_modules/d3-interpolate/src/rgb.js +16 -0
  656. package/dist/node_modules/d3-interpolate/src/rgb.js.map +1 -0
  657. package/dist/node_modules/d3-interpolate/src/round.cjs +2 -0
  658. package/dist/node_modules/d3-interpolate/src/round.cjs.map +1 -0
  659. package/dist/node_modules/d3-interpolate/src/round.js +9 -0
  660. package/dist/node_modules/d3-interpolate/src/round.js.map +1 -0
  661. package/dist/node_modules/d3-interpolate/src/string.cjs +2 -0
  662. package/dist/node_modules/d3-interpolate/src/string.cjs.map +1 -0
  663. package/dist/node_modules/d3-interpolate/src/string.js +25 -0
  664. package/dist/node_modules/d3-interpolate/src/string.js.map +1 -0
  665. package/dist/node_modules/d3-interpolate/src/transform/decompose.cjs +2 -0
  666. package/dist/node_modules/d3-interpolate/src/transform/decompose.cjs.map +1 -0
  667. package/dist/node_modules/d3-interpolate/src/transform/decompose.js +24 -0
  668. package/dist/node_modules/d3-interpolate/src/transform/decompose.js.map +1 -0
  669. package/dist/node_modules/d3-interpolate/src/transform/index.cjs +2 -0
  670. package/dist/node_modules/d3-interpolate/src/transform/index.cjs.map +1 -0
  671. package/dist/node_modules/d3-interpolate/src/transform/index.js +38 -0
  672. package/dist/node_modules/d3-interpolate/src/transform/index.js.map +1 -0
  673. package/dist/node_modules/d3-interpolate/src/transform/parse.cjs +2 -0
  674. package/dist/node_modules/d3-interpolate/src/transform/parse.cjs.map +1 -0
  675. package/dist/node_modules/d3-interpolate/src/transform/parse.js +14 -0
  676. package/dist/node_modules/d3-interpolate/src/transform/parse.js.map +1 -0
  677. package/dist/node_modules/d3-interpolate/src/value.cjs +2 -0
  678. package/dist/node_modules/d3-interpolate/src/value.cjs.map +1 -0
  679. package/dist/node_modules/d3-interpolate/src/value.js +17 -0
  680. package/dist/node_modules/d3-interpolate/src/value.js.map +1 -0
  681. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.cjs +3 -0
  682. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.cjs.map +1 -0
  683. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.js +302 -0
  684. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.js.map +1 -0
  685. package/dist/node_modules/d3-path/src/path.cjs +2 -0
  686. package/dist/node_modules/d3-path/src/path.cjs.map +1 -0
  687. package/dist/node_modules/d3-path/src/path.js +65 -0
  688. package/dist/node_modules/d3-path/src/path.js.map +1 -0
  689. package/dist/node_modules/d3-scale/src/band.cjs +2 -0
  690. package/dist/node_modules/d3-scale/src/band.cjs.map +1 -0
  691. package/dist/node_modules/d3-scale/src/band.js +52 -0
  692. package/dist/node_modules/d3-scale/src/band.js.map +1 -0
  693. package/dist/node_modules/d3-scale/src/constant.cjs +2 -0
  694. package/dist/node_modules/d3-scale/src/constant.cjs.map +1 -0
  695. package/dist/node_modules/d3-scale/src/constant.js +9 -0
  696. package/dist/node_modules/d3-scale/src/constant.js.map +1 -0
  697. package/dist/node_modules/d3-scale/src/continuous.cjs +2 -0
  698. package/dist/node_modules/d3-scale/src/continuous.cjs.map +1 -0
  699. package/dist/node_modules/d3-scale/src/continuous.js +76 -0
  700. package/dist/node_modules/d3-scale/src/continuous.js.map +1 -0
  701. package/dist/node_modules/d3-scale/src/diverging.cjs +2 -0
  702. package/dist/node_modules/d3-scale/src/diverging.cjs.map +1 -0
  703. package/dist/node_modules/d3-scale/src/diverging.js +41 -0
  704. package/dist/node_modules/d3-scale/src/diverging.js.map +1 -0
  705. package/dist/node_modules/d3-scale/src/identity.cjs +2 -0
  706. package/dist/node_modules/d3-scale/src/identity.cjs.map +1 -0
  707. package/dist/node_modules/d3-scale/src/identity.js +19 -0
  708. package/dist/node_modules/d3-scale/src/identity.js.map +1 -0
  709. package/dist/node_modules/d3-scale/src/init.cjs +2 -0
  710. package/dist/node_modules/d3-scale/src/init.cjs.map +1 -0
  711. package/dist/node_modules/d3-scale/src/init.js +33 -0
  712. package/dist/node_modules/d3-scale/src/init.js.map +1 -0
  713. package/dist/node_modules/d3-scale/src/linear.cjs +2 -0
  714. package/dist/node_modules/d3-scale/src/linear.cjs.map +1 -0
  715. package/dist/node_modules/d3-scale/src/linear.js +40 -0
  716. package/dist/node_modules/d3-scale/src/linear.js.map +1 -0
  717. package/dist/node_modules/d3-scale/src/log.cjs +2 -0
  718. package/dist/node_modules/d3-scale/src/log.cjs.map +1 -0
  719. package/dist/node_modules/d3-scale/src/log.js +87 -0
  720. package/dist/node_modules/d3-scale/src/log.js.map +1 -0
  721. package/dist/node_modules/d3-scale/src/nice.cjs +2 -0
  722. package/dist/node_modules/d3-scale/src/nice.cjs.map +1 -0
  723. package/dist/node_modules/d3-scale/src/nice.js +9 -0
  724. package/dist/node_modules/d3-scale/src/nice.js.map +1 -0
  725. package/dist/node_modules/d3-scale/src/number.cjs +2 -0
  726. package/dist/node_modules/d3-scale/src/number.cjs.map +1 -0
  727. package/dist/node_modules/d3-scale/src/number.js +7 -0
  728. package/dist/node_modules/d3-scale/src/number.js.map +1 -0
  729. package/dist/node_modules/d3-scale/src/ordinal.cjs +2 -0
  730. package/dist/node_modules/d3-scale/src/ordinal.cjs.map +1 -0
  731. package/dist/node_modules/d3-scale/src/ordinal.js +32 -0
  732. package/dist/node_modules/d3-scale/src/ordinal.js.map +1 -0
  733. package/dist/node_modules/d3-scale/src/pow.cjs +2 -0
  734. package/dist/node_modules/d3-scale/src/pow.cjs.map +1 -0
  735. package/dist/node_modules/d3-scale/src/pow.js +38 -0
  736. package/dist/node_modules/d3-scale/src/pow.js.map +1 -0
  737. package/dist/node_modules/d3-scale/src/quantile.cjs +2 -0
  738. package/dist/node_modules/d3-scale/src/quantile.cjs.map +1 -0
  739. package/dist/node_modules/d3-scale/src/quantile.js +39 -0
  740. package/dist/node_modules/d3-scale/src/quantile.js.map +1 -0
  741. package/dist/node_modules/d3-scale/src/quantize.cjs +2 -0
  742. package/dist/node_modules/d3-scale/src/quantize.cjs.map +1 -0
  743. package/dist/node_modules/d3-scale/src/quantize.js +32 -0
  744. package/dist/node_modules/d3-scale/src/quantize.js.map +1 -0
  745. package/dist/node_modules/d3-scale/src/sequential.cjs +2 -0
  746. package/dist/node_modules/d3-scale/src/sequential.cjs.map +1 -0
  747. package/dist/node_modules/d3-scale/src/sequential.js +43 -0
  748. package/dist/node_modules/d3-scale/src/sequential.js.map +1 -0
  749. package/dist/node_modules/d3-scale/src/symlog.cjs +2 -0
  750. package/dist/node_modules/d3-scale/src/symlog.cjs.map +1 -0
  751. package/dist/node_modules/d3-scale/src/symlog.js +30 -0
  752. package/dist/node_modules/d3-scale/src/symlog.js.map +1 -0
  753. package/dist/node_modules/d3-scale/src/threshold.cjs +2 -0
  754. package/dist/node_modules/d3-scale/src/threshold.cjs.map +1 -0
  755. package/dist/node_modules/d3-scale/src/threshold.js +24 -0
  756. package/dist/node_modules/d3-scale/src/threshold.js.map +1 -0
  757. package/dist/node_modules/d3-scale/src/tickFormat.cjs +2 -0
  758. package/dist/node_modules/d3-scale/src/tickFormat.cjs.map +1 -0
  759. package/dist/node_modules/d3-scale/src/tickFormat.js +33 -0
  760. package/dist/node_modules/d3-scale/src/tickFormat.js.map +1 -0
  761. package/dist/node_modules/d3-scale/src/time.cjs +2 -0
  762. package/dist/node_modules/d3-scale/src/time.cjs.map +1 -0
  763. package/dist/node_modules/d3-scale/src/time.js +47 -0
  764. package/dist/node_modules/d3-scale/src/time.js.map +1 -0
  765. package/dist/node_modules/d3-scale/src/utcTime.cjs +2 -0
  766. package/dist/node_modules/d3-scale/src/utcTime.cjs.map +1 -0
  767. package/dist/node_modules/d3-scale/src/utcTime.js +18 -0
  768. package/dist/node_modules/d3-scale/src/utcTime.js.map +1 -0
  769. package/dist/node_modules/d3-selection/src/array.cjs +2 -0
  770. package/dist/node_modules/d3-selection/src/array.cjs.map +1 -0
  771. package/dist/node_modules/d3-selection/src/array.js +7 -0
  772. package/dist/node_modules/d3-selection/src/array.js.map +1 -0
  773. package/dist/node_modules/d3-selection/src/constant.cjs +2 -0
  774. package/dist/node_modules/d3-selection/src/constant.cjs.map +1 -0
  775. package/dist/node_modules/d3-selection/src/constant.js +9 -0
  776. package/dist/node_modules/d3-selection/src/constant.js.map +1 -0
  777. package/dist/node_modules/d3-selection/src/creator.cjs +2 -0
  778. package/dist/node_modules/d3-selection/src/creator.cjs.map +1 -0
  779. package/dist/node_modules/d3-selection/src/creator.js +21 -0
  780. package/dist/node_modules/d3-selection/src/creator.js.map +1 -0
  781. package/dist/node_modules/d3-selection/src/matcher.cjs +2 -0
  782. package/dist/node_modules/d3-selection/src/matcher.cjs.map +1 -0
  783. package/dist/node_modules/d3-selection/src/matcher.js +15 -0
  784. package/dist/node_modules/d3-selection/src/matcher.js.map +1 -0
  785. package/dist/node_modules/d3-selection/src/namespace.cjs +2 -0
  786. package/dist/node_modules/d3-selection/src/namespace.cjs.map +1 -0
  787. package/dist/node_modules/d3-selection/src/namespace.js +9 -0
  788. package/dist/node_modules/d3-selection/src/namespace.js.map +1 -0
  789. package/dist/node_modules/d3-selection/src/namespaces.cjs +2 -0
  790. package/dist/node_modules/d3-selection/src/namespaces.cjs.map +1 -0
  791. package/dist/node_modules/d3-selection/src/namespaces.js +13 -0
  792. package/dist/node_modules/d3-selection/src/namespaces.js.map +1 -0
  793. package/dist/node_modules/d3-selection/src/pointer.cjs +2 -0
  794. package/dist/node_modules/d3-selection/src/pointer.cjs.map +1 -0
  795. package/dist/node_modules/d3-selection/src/pointer.js +19 -0
  796. package/dist/node_modules/d3-selection/src/pointer.js.map +1 -0
  797. package/dist/node_modules/d3-selection/src/select.cjs +2 -0
  798. package/dist/node_modules/d3-selection/src/select.cjs.map +1 -0
  799. package/dist/node_modules/d3-selection/src/select.js +8 -0
  800. package/dist/node_modules/d3-selection/src/select.js.map +1 -0
  801. package/dist/node_modules/d3-selection/src/selection/append.cjs +2 -0
  802. package/dist/node_modules/d3-selection/src/selection/append.cjs.map +1 -0
  803. package/dist/node_modules/d3-selection/src/selection/append.js +11 -0
  804. package/dist/node_modules/d3-selection/src/selection/append.js.map +1 -0
  805. package/dist/node_modules/d3-selection/src/selection/attr.cjs +2 -0
  806. package/dist/node_modules/d3-selection/src/selection/attr.cjs.map +1 -0
  807. package/dist/node_modules/d3-selection/src/selection/attr.js +45 -0
  808. package/dist/node_modules/d3-selection/src/selection/attr.js.map +1 -0
  809. package/dist/node_modules/d3-selection/src/selection/call.cjs +2 -0
  810. package/dist/node_modules/d3-selection/src/selection/call.cjs.map +1 -0
  811. package/dist/node_modules/d3-selection/src/selection/call.js +8 -0
  812. package/dist/node_modules/d3-selection/src/selection/call.js.map +1 -0
  813. package/dist/node_modules/d3-selection/src/selection/classed.cjs +2 -0
  814. package/dist/node_modules/d3-selection/src/selection/classed.cjs.map +1 -0
  815. package/dist/node_modules/d3-selection/src/selection/classed.js +55 -0
  816. package/dist/node_modules/d3-selection/src/selection/classed.js.map +1 -0
  817. package/dist/node_modules/d3-selection/src/selection/clone.cjs +2 -0
  818. package/dist/node_modules/d3-selection/src/selection/clone.cjs.map +1 -0
  819. package/dist/node_modules/d3-selection/src/selection/clone.js +15 -0
  820. package/dist/node_modules/d3-selection/src/selection/clone.js.map +1 -0
  821. package/dist/node_modules/d3-selection/src/selection/data.cjs +2 -0
  822. package/dist/node_modules/d3-selection/src/selection/data.cjs.map +1 -0
  823. package/dist/node_modules/d3-selection/src/selection/data.js +43 -0
  824. package/dist/node_modules/d3-selection/src/selection/data.js.map +1 -0
  825. package/dist/node_modules/d3-selection/src/selection/datum.cjs +2 -0
  826. package/dist/node_modules/d3-selection/src/selection/datum.cjs.map +1 -0
  827. package/dist/node_modules/d3-selection/src/selection/datum.js +7 -0
  828. package/dist/node_modules/d3-selection/src/selection/datum.js.map +1 -0
  829. package/dist/node_modules/d3-selection/src/selection/dispatch.cjs +2 -0
  830. package/dist/node_modules/d3-selection/src/selection/dispatch.cjs.map +1 -0
  831. package/dist/node_modules/d3-selection/src/selection/dispatch.js +22 -0
  832. package/dist/node_modules/d3-selection/src/selection/dispatch.js.map +1 -0
  833. package/dist/node_modules/d3-selection/src/selection/each.cjs +2 -0
  834. package/dist/node_modules/d3-selection/src/selection/each.cjs.map +1 -0
  835. package/dist/node_modules/d3-selection/src/selection/each.js +10 -0
  836. package/dist/node_modules/d3-selection/src/selection/each.js.map +1 -0
  837. package/dist/node_modules/d3-selection/src/selection/empty.cjs +2 -0
  838. package/dist/node_modules/d3-selection/src/selection/empty.cjs.map +1 -0
  839. package/dist/node_modules/d3-selection/src/selection/empty.js +7 -0
  840. package/dist/node_modules/d3-selection/src/selection/empty.js.map +1 -0
  841. package/dist/node_modules/d3-selection/src/selection/enter.cjs +2 -0
  842. package/dist/node_modules/d3-selection/src/selection/enter.cjs.map +1 -0
  843. package/dist/node_modules/d3-selection/src/selection/enter.js +28 -0
  844. package/dist/node_modules/d3-selection/src/selection/enter.js.map +1 -0
  845. package/dist/node_modules/d3-selection/src/selection/exit.cjs +2 -0
  846. package/dist/node_modules/d3-selection/src/selection/exit.cjs.map +1 -0
  847. package/dist/node_modules/d3-selection/src/selection/exit.js +9 -0
  848. package/dist/node_modules/d3-selection/src/selection/exit.js.map +1 -0
  849. package/dist/node_modules/d3-selection/src/selection/filter.cjs +2 -0
  850. package/dist/node_modules/d3-selection/src/selection/filter.cjs.map +1 -0
  851. package/dist/node_modules/d3-selection/src/selection/filter.js +13 -0
  852. package/dist/node_modules/d3-selection/src/selection/filter.js.map +1 -0
  853. package/dist/node_modules/d3-selection/src/selection/html.cjs +2 -0
  854. package/dist/node_modules/d3-selection/src/selection/html.cjs.map +1 -0
  855. package/dist/node_modules/d3-selection/src/selection/html.js +21 -0
  856. package/dist/node_modules/d3-selection/src/selection/html.js.map +1 -0
  857. package/dist/node_modules/d3-selection/src/selection/index.cjs +2 -0
  858. package/dist/node_modules/d3-selection/src/selection/index.cjs.map +1 -0
  859. package/dist/node_modules/d3-selection/src/selection/index.js +88 -0
  860. package/dist/node_modules/d3-selection/src/selection/index.js.map +1 -0
  861. package/dist/node_modules/d3-selection/src/selection/insert.cjs +2 -0
  862. package/dist/node_modules/d3-selection/src/selection/insert.cjs.map +1 -0
  863. package/dist/node_modules/d3-selection/src/selection/insert.js +15 -0
  864. package/dist/node_modules/d3-selection/src/selection/insert.js.map +1 -0
  865. package/dist/node_modules/d3-selection/src/selection/iterator.cjs +2 -0
  866. package/dist/node_modules/d3-selection/src/selection/iterator.cjs.map +1 -0
  867. package/dist/node_modules/d3-selection/src/selection/iterator.js +9 -0
  868. package/dist/node_modules/d3-selection/src/selection/iterator.js.map +1 -0
  869. package/dist/node_modules/d3-selection/src/selection/join.cjs +2 -0
  870. package/dist/node_modules/d3-selection/src/selection/join.cjs.map +1 -0
  871. package/dist/node_modules/d3-selection/src/selection/join.js +8 -0
  872. package/dist/node_modules/d3-selection/src/selection/join.js.map +1 -0
  873. package/dist/node_modules/d3-selection/src/selection/lower.cjs +2 -0
  874. package/dist/node_modules/d3-selection/src/selection/lower.cjs.map +1 -0
  875. package/dist/node_modules/d3-selection/src/selection/lower.js +10 -0
  876. package/dist/node_modules/d3-selection/src/selection/lower.js.map +1 -0
  877. package/dist/node_modules/d3-selection/src/selection/merge.cjs +2 -0
  878. package/dist/node_modules/d3-selection/src/selection/merge.cjs.map +1 -0
  879. package/dist/node_modules/d3-selection/src/selection/merge.js +13 -0
  880. package/dist/node_modules/d3-selection/src/selection/merge.js.map +1 -0
  881. package/dist/node_modules/d3-selection/src/selection/node.cjs +2 -0
  882. package/dist/node_modules/d3-selection/src/selection/node.cjs.map +1 -0
  883. package/dist/node_modules/d3-selection/src/selection/node.js +12 -0
  884. package/dist/node_modules/d3-selection/src/selection/node.js.map +1 -0
  885. package/dist/node_modules/d3-selection/src/selection/nodes.cjs +2 -0
  886. package/dist/node_modules/d3-selection/src/selection/nodes.cjs.map +1 -0
  887. package/dist/node_modules/d3-selection/src/selection/nodes.js +7 -0
  888. package/dist/node_modules/d3-selection/src/selection/nodes.js.map +1 -0
  889. package/dist/node_modules/d3-selection/src/selection/on.cjs +2 -0
  890. package/dist/node_modules/d3-selection/src/selection/on.cjs.map +1 -0
  891. package/dist/node_modules/d3-selection/src/selection/on.js +53 -0
  892. package/dist/node_modules/d3-selection/src/selection/on.js.map +1 -0
  893. package/dist/node_modules/d3-selection/src/selection/order.cjs +2 -0
  894. package/dist/node_modules/d3-selection/src/selection/order.cjs.map +1 -0
  895. package/dist/node_modules/d3-selection/src/selection/order.js +10 -0
  896. package/dist/node_modules/d3-selection/src/selection/order.js.map +1 -0
  897. package/dist/node_modules/d3-selection/src/selection/property.cjs +2 -0
  898. package/dist/node_modules/d3-selection/src/selection/property.cjs.map +1 -0
  899. package/dist/node_modules/d3-selection/src/selection/property.js +23 -0
  900. package/dist/node_modules/d3-selection/src/selection/property.js.map +1 -0
  901. package/dist/node_modules/d3-selection/src/selection/raise.cjs +2 -0
  902. package/dist/node_modules/d3-selection/src/selection/raise.cjs.map +1 -0
  903. package/dist/node_modules/d3-selection/src/selection/raise.js +10 -0
  904. package/dist/node_modules/d3-selection/src/selection/raise.js.map +1 -0
  905. package/dist/node_modules/d3-selection/src/selection/remove.cjs +2 -0
  906. package/dist/node_modules/d3-selection/src/selection/remove.cjs.map +1 -0
  907. package/dist/node_modules/d3-selection/src/selection/remove.js +11 -0
  908. package/dist/node_modules/d3-selection/src/selection/remove.js.map +1 -0
  909. package/dist/node_modules/d3-selection/src/selection/select.cjs +2 -0
  910. package/dist/node_modules/d3-selection/src/selection/select.cjs.map +1 -0
  911. package/dist/node_modules/d3-selection/src/selection/select.js +13 -0
  912. package/dist/node_modules/d3-selection/src/selection/select.js.map +1 -0
  913. package/dist/node_modules/d3-selection/src/selection/selectAll.cjs +2 -0
  914. package/dist/node_modules/d3-selection/src/selection/selectAll.cjs.map +1 -0
  915. package/dist/node_modules/d3-selection/src/selection/selectAll.js +19 -0
  916. package/dist/node_modules/d3-selection/src/selection/selectAll.js.map +1 -0
  917. package/dist/node_modules/d3-selection/src/selection/selectChild.cjs +2 -0
  918. package/dist/node_modules/d3-selection/src/selection/selectChild.cjs.map +1 -0
  919. package/dist/node_modules/d3-selection/src/selection/selectChild.js +17 -0
  920. package/dist/node_modules/d3-selection/src/selection/selectChild.js.map +1 -0
  921. package/dist/node_modules/d3-selection/src/selection/selectChildren.cjs +2 -0
  922. package/dist/node_modules/d3-selection/src/selection/selectChildren.cjs.map +1 -0
  923. package/dist/node_modules/d3-selection/src/selection/selectChildren.js +17 -0
  924. package/dist/node_modules/d3-selection/src/selection/selectChildren.js.map +1 -0
  925. package/dist/node_modules/d3-selection/src/selection/size.cjs +2 -0
  926. package/dist/node_modules/d3-selection/src/selection/size.cjs.map +1 -0
  927. package/dist/node_modules/d3-selection/src/selection/size.js +9 -0
  928. package/dist/node_modules/d3-selection/src/selection/size.js.map +1 -0
  929. package/dist/node_modules/d3-selection/src/selection/sort.cjs +2 -0
  930. package/dist/node_modules/d3-selection/src/selection/sort.cjs.map +1 -0
  931. package/dist/node_modules/d3-selection/src/selection/sort.js +20 -0
  932. package/dist/node_modules/d3-selection/src/selection/sort.js.map +1 -0
  933. package/dist/node_modules/d3-selection/src/selection/sparse.cjs +2 -0
  934. package/dist/node_modules/d3-selection/src/selection/sparse.cjs.map +1 -0
  935. package/dist/node_modules/d3-selection/src/selection/sparse.js +7 -0
  936. package/dist/node_modules/d3-selection/src/selection/sparse.js.map +1 -0
  937. package/dist/node_modules/d3-selection/src/selection/style.cjs +2 -0
  938. package/dist/node_modules/d3-selection/src/selection/style.cjs.map +1 -0
  939. package/dist/node_modules/d3-selection/src/selection/style.js +28 -0
  940. package/dist/node_modules/d3-selection/src/selection/style.js.map +1 -0
  941. package/dist/node_modules/d3-selection/src/selection/text.cjs +2 -0
  942. package/dist/node_modules/d3-selection/src/selection/text.cjs.map +1 -0
  943. package/dist/node_modules/d3-selection/src/selection/text.js +21 -0
  944. package/dist/node_modules/d3-selection/src/selection/text.js.map +1 -0
  945. package/dist/node_modules/d3-selection/src/selector.cjs +2 -0
  946. package/dist/node_modules/d3-selection/src/selector.cjs.map +1 -0
  947. package/dist/node_modules/d3-selection/src/selector.js +11 -0
  948. package/dist/node_modules/d3-selection/src/selector.js.map +1 -0
  949. package/dist/node_modules/d3-selection/src/selectorAll.cjs +2 -0
  950. package/dist/node_modules/d3-selection/src/selectorAll.cjs.map +1 -0
  951. package/dist/node_modules/d3-selection/src/selectorAll.js +12 -0
  952. package/dist/node_modules/d3-selection/src/selectorAll.js.map +1 -0
  953. package/dist/node_modules/d3-selection/src/sourceEvent.cjs +2 -0
  954. package/dist/node_modules/d3-selection/src/sourceEvent.cjs.map +1 -0
  955. package/dist/node_modules/d3-selection/src/sourceEvent.js +9 -0
  956. package/dist/node_modules/d3-selection/src/sourceEvent.js.map +1 -0
  957. package/dist/node_modules/d3-selection/src/window.cjs +2 -0
  958. package/dist/node_modules/d3-selection/src/window.cjs.map +1 -0
  959. package/dist/node_modules/d3-selection/src/window.js +7 -0
  960. package/dist/node_modules/d3-selection/src/window.js.map +1 -0
  961. package/dist/node_modules/d3-shape/src/arc.cjs +2 -0
  962. package/dist/node_modules/d3-shape/src/arc.cjs.map +1 -0
  963. package/dist/node_modules/d3-shape/src/arc.js +86 -0
  964. package/dist/node_modules/d3-shape/src/arc.js.map +1 -0
  965. package/dist/node_modules/d3-shape/src/area.cjs +2 -0
  966. package/dist/node_modules/d3-shape/src/area.cjs.map +1 -0
  967. package/dist/node_modules/d3-shape/src/area.js +57 -0
  968. package/dist/node_modules/d3-shape/src/area.js.map +1 -0
  969. package/dist/node_modules/d3-shape/src/array.cjs +2 -0
  970. package/dist/node_modules/d3-shape/src/array.cjs.map +1 -0
  971. package/dist/node_modules/d3-shape/src/array.js +7 -0
  972. package/dist/node_modules/d3-shape/src/array.js.map +1 -0
  973. package/dist/node_modules/d3-shape/src/constant.cjs +2 -0
  974. package/dist/node_modules/d3-shape/src/constant.cjs.map +1 -0
  975. package/dist/node_modules/d3-shape/src/constant.js +9 -0
  976. package/dist/node_modules/d3-shape/src/constant.js.map +1 -0
  977. package/dist/node_modules/d3-shape/src/curve/basis.cjs +2 -0
  978. package/dist/node_modules/d3-shape/src/curve/basis.cjs.map +1 -0
  979. package/dist/node_modules/d3-shape/src/curve/basis.js +61 -0
  980. package/dist/node_modules/d3-shape/src/curve/basis.js.map +1 -0
  981. package/dist/node_modules/d3-shape/src/curve/basisClosed.cjs +2 -0
  982. package/dist/node_modules/d3-shape/src/curve/basisClosed.cjs.map +1 -0
  983. package/dist/node_modules/d3-shape/src/curve/basisClosed.js +52 -0
  984. package/dist/node_modules/d3-shape/src/curve/basisClosed.js.map +1 -0
  985. package/dist/node_modules/d3-shape/src/curve/basisOpen.cjs +2 -0
  986. package/dist/node_modules/d3-shape/src/curve/basisOpen.cjs.map +1 -0
  987. package/dist/node_modules/d3-shape/src/curve/basisOpen.js +47 -0
  988. package/dist/node_modules/d3-shape/src/curve/basisOpen.js.map +1 -0
  989. package/dist/node_modules/d3-shape/src/curve/bundle.cjs +2 -0
  990. package/dist/node_modules/d3-shape/src/curve/bundle.cjs.map +1 -0
  991. package/dist/node_modules/d3-shape/src/curve/bundle.js +34 -0
  992. package/dist/node_modules/d3-shape/src/curve/bundle.js.map +1 -0
  993. package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +2 -0
  994. package/dist/node_modules/d3-shape/src/curve/cardinal.cjs.map +1 -0
  995. package/dist/node_modules/d3-shape/src/curve/cardinal.js +66 -0
  996. package/dist/node_modules/d3-shape/src/curve/cardinal.js.map +1 -0
  997. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.cjs +2 -0
  998. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.cjs.map +1 -0
  999. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.js +58 -0
  1000. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.js.map +1 -0
  1001. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.cjs +2 -0
  1002. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.cjs.map +1 -0
  1003. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.js +51 -0
  1004. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.js.map +1 -0
  1005. package/dist/node_modules/d3-shape/src/curve/catmullRom.cjs +2 -0
  1006. package/dist/node_modules/d3-shape/src/curve/catmullRom.cjs.map +1 -0
  1007. package/dist/node_modules/d3-shape/src/curve/catmullRom.js +73 -0
  1008. package/dist/node_modules/d3-shape/src/curve/catmullRom.js.map +1 -0
  1009. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.cjs +2 -0
  1010. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.cjs.map +1 -0
  1011. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.js +62 -0
  1012. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.js.map +1 -0
  1013. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.cjs +2 -0
  1014. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.cjs.map +1 -0
  1015. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.js +55 -0
  1016. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.js.map +1 -0
  1017. package/dist/node_modules/d3-shape/src/curve/linear.cjs +2 -0
  1018. package/dist/node_modules/d3-shape/src/curve/linear.cjs.map +1 -0
  1019. package/dist/node_modules/d3-shape/src/curve/linear.js +37 -0
  1020. package/dist/node_modules/d3-shape/src/curve/linear.js.map +1 -0
  1021. package/dist/node_modules/d3-shape/src/curve/linearClosed.cjs +2 -0
  1022. package/dist/node_modules/d3-shape/src/curve/linearClosed.cjs.map +1 -0
  1023. package/dist/node_modules/d3-shape/src/curve/linearClosed.js +24 -0
  1024. package/dist/node_modules/d3-shape/src/curve/linearClosed.js.map +1 -0
  1025. package/dist/node_modules/d3-shape/src/curve/monotone.cjs +2 -0
  1026. package/dist/node_modules/d3-shape/src/curve/monotone.cjs.map +1 -0
  1027. package/dist/node_modules/d3-shape/src/curve/monotone.js +94 -0
  1028. package/dist/node_modules/d3-shape/src/curve/monotone.js.map +1 -0
  1029. package/dist/node_modules/d3-shape/src/curve/natural.cjs +2 -0
  1030. package/dist/node_modules/d3-shape/src/curve/natural.cjs.map +1 -0
  1031. package/dist/node_modules/d3-shape/src/curve/natural.js +42 -0
  1032. package/dist/node_modules/d3-shape/src/curve/natural.js.map +1 -0
  1033. package/dist/node_modules/d3-shape/src/curve/step.cjs +2 -0
  1034. package/dist/node_modules/d3-shape/src/curve/step.cjs.map +1 -0
  1035. package/dist/node_modules/d3-shape/src/curve/step.js +52 -0
  1036. package/dist/node_modules/d3-shape/src/curve/step.js.map +1 -0
  1037. package/dist/node_modules/d3-shape/src/descending.cjs +2 -0
  1038. package/dist/node_modules/d3-shape/src/descending.cjs.map +1 -0
  1039. package/dist/node_modules/d3-shape/src/descending.js +7 -0
  1040. package/dist/node_modules/d3-shape/src/descending.js.map +1 -0
  1041. package/dist/node_modules/d3-shape/src/identity.cjs +2 -0
  1042. package/dist/node_modules/d3-shape/src/identity.cjs.map +1 -0
  1043. package/dist/node_modules/d3-shape/src/identity.js +7 -0
  1044. package/dist/node_modules/d3-shape/src/identity.js.map +1 -0
  1045. package/dist/node_modules/d3-shape/src/line.cjs +2 -0
  1046. package/dist/node_modules/d3-shape/src/line.cjs.map +1 -0
  1047. package/dist/node_modules/d3-shape/src/line.js +30 -0
  1048. package/dist/node_modules/d3-shape/src/line.js.map +1 -0
  1049. package/dist/node_modules/d3-shape/src/math.cjs +2 -0
  1050. package/dist/node_modules/d3-shape/src/math.cjs.map +1 -0
  1051. package/dist/node_modules/d3-shape/src/math.js +23 -0
  1052. package/dist/node_modules/d3-shape/src/math.js.map +1 -0
  1053. package/dist/node_modules/d3-shape/src/noop.cjs +2 -0
  1054. package/dist/node_modules/d3-shape/src/noop.cjs.map +1 -0
  1055. package/dist/node_modules/d3-shape/src/noop.js +6 -0
  1056. package/dist/node_modules/d3-shape/src/noop.js.map +1 -0
  1057. package/dist/node_modules/d3-shape/src/path.cjs +2 -0
  1058. package/dist/node_modules/d3-shape/src/path.cjs.map +1 -0
  1059. package/dist/node_modules/d3-shape/src/path.js +19 -0
  1060. package/dist/node_modules/d3-shape/src/path.js.map +1 -0
  1061. package/dist/node_modules/d3-shape/src/pie.cjs +2 -0
  1062. package/dist/node_modules/d3-shape/src/pie.cjs.map +1 -0
  1063. package/dist/node_modules/d3-shape/src/pie.js +44 -0
  1064. package/dist/node_modules/d3-shape/src/pie.js.map +1 -0
  1065. package/dist/node_modules/d3-shape/src/point.cjs +2 -0
  1066. package/dist/node_modules/d3-shape/src/point.cjs.map +1 -0
  1067. package/dist/node_modules/d3-shape/src/point.js +11 -0
  1068. package/dist/node_modules/d3-shape/src/point.js.map +1 -0
  1069. package/dist/node_modules/d3-shape/src/symbol/circle.cjs +2 -0
  1070. package/dist/node_modules/d3-shape/src/symbol/circle.cjs.map +1 -0
  1071. package/dist/node_modules/d3-shape/src/symbol/circle.js +11 -0
  1072. package/dist/node_modules/d3-shape/src/symbol/circle.js.map +1 -0
  1073. package/dist/node_modules/d3-shape/src/symbol/cross.cjs +2 -0
  1074. package/dist/node_modules/d3-shape/src/symbol/cross.cjs.map +1 -0
  1075. package/dist/node_modules/d3-shape/src/symbol/cross.js +11 -0
  1076. package/dist/node_modules/d3-shape/src/symbol/cross.js.map +1 -0
  1077. package/dist/node_modules/d3-shape/src/symbol/diamond.cjs +2 -0
  1078. package/dist/node_modules/d3-shape/src/symbol/diamond.cjs.map +1 -0
  1079. package/dist/node_modules/d3-shape/src/symbol/diamond.js +11 -0
  1080. package/dist/node_modules/d3-shape/src/symbol/diamond.js.map +1 -0
  1081. package/dist/node_modules/d3-shape/src/symbol/square.cjs +2 -0
  1082. package/dist/node_modules/d3-shape/src/symbol/square.cjs.map +1 -0
  1083. package/dist/node_modules/d3-shape/src/symbol/square.js +11 -0
  1084. package/dist/node_modules/d3-shape/src/symbol/square.js.map +1 -0
  1085. package/dist/node_modules/d3-shape/src/symbol/star.cjs +2 -0
  1086. package/dist/node_modules/d3-shape/src/symbol/star.cjs.map +1 -0
  1087. package/dist/node_modules/d3-shape/src/symbol/star.js +16 -0
  1088. package/dist/node_modules/d3-shape/src/symbol/star.js.map +1 -0
  1089. package/dist/node_modules/d3-shape/src/symbol/triangle.cjs +2 -0
  1090. package/dist/node_modules/d3-shape/src/symbol/triangle.cjs.map +1 -0
  1091. package/dist/node_modules/d3-shape/src/symbol/triangle.js +11 -0
  1092. package/dist/node_modules/d3-shape/src/symbol/triangle.js.map +1 -0
  1093. package/dist/node_modules/d3-shape/src/symbol/wye.cjs +2 -0
  1094. package/dist/node_modules/d3-shape/src/symbol/wye.cjs.map +1 -0
  1095. package/dist/node_modules/d3-shape/src/symbol/wye.js +11 -0
  1096. package/dist/node_modules/d3-shape/src/symbol/wye.js.map +1 -0
  1097. package/dist/node_modules/d3-shape/src/symbol.cjs +2 -0
  1098. package/dist/node_modules/d3-shape/src/symbol.cjs.map +1 -0
  1099. package/dist/node_modules/d3-shape/src/symbol.js +22 -0
  1100. package/dist/node_modules/d3-shape/src/symbol.js.map +1 -0
  1101. package/dist/node_modules/d3-time/src/day.cjs +2 -0
  1102. package/dist/node_modules/d3-time/src/day.cjs.map +1 -0
  1103. package/dist/node_modules/d3-time/src/day.js +27 -0
  1104. package/dist/node_modules/d3-time/src/day.js.map +1 -0
  1105. package/dist/node_modules/d3-time/src/duration.cjs +2 -0
  1106. package/dist/node_modules/d3-time/src/duration.cjs.map +1 -0
  1107. package/dist/node_modules/d3-time/src/duration.js +11 -0
  1108. package/dist/node_modules/d3-time/src/duration.js.map +1 -0
  1109. package/dist/node_modules/d3-time/src/hour.cjs +2 -0
  1110. package/dist/node_modules/d3-time/src/hour.cjs.map +1 -0
  1111. package/dist/node_modules/d3-time/src/hour.js +19 -0
  1112. package/dist/node_modules/d3-time/src/hour.js.map +1 -0
  1113. package/dist/node_modules/d3-time/src/interval.cjs +2 -0
  1114. package/dist/node_modules/d3-time/src/interval.cjs.map +1 -0
  1115. package/dist/node_modules/d3-time/src/interval.js +32 -0
  1116. package/dist/node_modules/d3-time/src/interval.js.map +1 -0
  1117. package/dist/node_modules/d3-time/src/millisecond.cjs +2 -0
  1118. package/dist/node_modules/d3-time/src/millisecond.cjs.map +1 -0
  1119. package/dist/node_modules/d3-time/src/millisecond.js +15 -0
  1120. package/dist/node_modules/d3-time/src/millisecond.js.map +1 -0
  1121. package/dist/node_modules/d3-time/src/minute.cjs +2 -0
  1122. package/dist/node_modules/d3-time/src/minute.cjs.map +1 -0
  1123. package/dist/node_modules/d3-time/src/minute.js +19 -0
  1124. package/dist/node_modules/d3-time/src/minute.js.map +1 -0
  1125. package/dist/node_modules/d3-time/src/month.cjs +2 -0
  1126. package/dist/node_modules/d3-time/src/month.cjs.map +1 -0
  1127. package/dist/node_modules/d3-time/src/month.js +18 -0
  1128. package/dist/node_modules/d3-time/src/month.js.map +1 -0
  1129. package/dist/node_modules/d3-time/src/second.cjs +2 -0
  1130. package/dist/node_modules/d3-time/src/second.cjs.map +1 -0
  1131. package/dist/node_modules/d3-time/src/second.js +12 -0
  1132. package/dist/node_modules/d3-time/src/second.js.map +1 -0
  1133. package/dist/node_modules/d3-time/src/ticks.cjs +2 -0
  1134. package/dist/node_modules/d3-time/src/ticks.cjs.map +1 -0
  1135. package/dist/node_modules/d3-time/src/ticks.js +55 -0
  1136. package/dist/node_modules/d3-time/src/ticks.js.map +1 -0
  1137. package/dist/node_modules/d3-time/src/week.cjs +2 -0
  1138. package/dist/node_modules/d3-time/src/week.cjs.map +1 -0
  1139. package/dist/node_modules/d3-time/src/week.js +49 -0
  1140. package/dist/node_modules/d3-time/src/week.js.map +1 -0
  1141. package/dist/node_modules/d3-time/src/year.cjs +2 -0
  1142. package/dist/node_modules/d3-time/src/year.cjs.map +1 -0
  1143. package/dist/node_modules/d3-time/src/year.js +28 -0
  1144. package/dist/node_modules/d3-time/src/year.js.map +1 -0
  1145. package/dist/node_modules/d3-time-format/src/defaultLocale.cjs +2 -0
  1146. package/dist/node_modules/d3-time-format/src/defaultLocale.cjs.map +1 -0
  1147. package/dist/node_modules/d3-time-format/src/defaultLocale.js +21 -0
  1148. package/dist/node_modules/d3-time-format/src/defaultLocale.js.map +1 -0
  1149. package/dist/node_modules/d3-time-format/src/locale.cjs +2 -0
  1150. package/dist/node_modules/d3-time-format/src/locale.cjs.map +1 -0
  1151. package/dist/node_modules/d3-time-format/src/locale.js +479 -0
  1152. package/dist/node_modules/d3-time-format/src/locale.js.map +1 -0
  1153. package/dist/node_modules/d3-timer/src/timeout.cjs +2 -0
  1154. package/dist/node_modules/d3-timer/src/timeout.cjs.map +1 -0
  1155. package/dist/node_modules/d3-timer/src/timeout.js +11 -0
  1156. package/dist/node_modules/d3-timer/src/timeout.js.map +1 -0
  1157. package/dist/node_modules/d3-timer/src/timer.cjs +2 -0
  1158. package/dist/node_modules/d3-timer/src/timer.cjs.map +1 -0
  1159. package/dist/node_modules/d3-timer/src/timer.js +63 -0
  1160. package/dist/node_modules/d3-timer/src/timer.js.map +1 -0
  1161. package/dist/node_modules/d3-transition/src/interrupt.cjs +2 -0
  1162. package/dist/node_modules/d3-transition/src/interrupt.cjs.map +1 -0
  1163. package/dist/node_modules/d3-transition/src/interrupt.js +19 -0
  1164. package/dist/node_modules/d3-transition/src/interrupt.js.map +1 -0
  1165. package/dist/node_modules/d3-transition/src/selection/index.cjs +2 -0
  1166. package/dist/node_modules/d3-transition/src/selection/index.cjs.map +1 -0
  1167. package/dist/node_modules/d3-transition/src/selection/index.js +6 -0
  1168. package/dist/node_modules/d3-transition/src/selection/index.js.map +1 -0
  1169. package/dist/node_modules/d3-transition/src/selection/interrupt.cjs +2 -0
  1170. package/dist/node_modules/d3-transition/src/selection/interrupt.cjs.map +1 -0
  1171. package/dist/node_modules/d3-transition/src/selection/interrupt.js +10 -0
  1172. package/dist/node_modules/d3-transition/src/selection/interrupt.js.map +1 -0
  1173. package/dist/node_modules/d3-transition/src/selection/transition.cjs +2 -0
  1174. package/dist/node_modules/d3-transition/src/selection/transition.cjs.map +1 -0
  1175. package/dist/node_modules/d3-transition/src/selection/transition.js +29 -0
  1176. package/dist/node_modules/d3-transition/src/selection/transition.js.map +1 -0
  1177. package/dist/node_modules/d3-transition/src/transition/attr.cjs +2 -0
  1178. package/dist/node_modules/d3-transition/src/transition/attr.cjs.map +1 -0
  1179. package/dist/node_modules/d3-transition/src/transition/attr.js +50 -0
  1180. package/dist/node_modules/d3-transition/src/transition/attr.js.map +1 -0
  1181. package/dist/node_modules/d3-transition/src/transition/attrTween.cjs +2 -0
  1182. package/dist/node_modules/d3-transition/src/transition/attrTween.cjs.map +1 -0
  1183. package/dist/node_modules/d3-transition/src/transition/attrTween.js +39 -0
  1184. package/dist/node_modules/d3-transition/src/transition/attrTween.js.map +1 -0
  1185. package/dist/node_modules/d3-transition/src/transition/delay.cjs +2 -0
  1186. package/dist/node_modules/d3-transition/src/transition/delay.cjs.map +1 -0
  1187. package/dist/node_modules/d3-transition/src/transition/delay.js +19 -0
  1188. package/dist/node_modules/d3-transition/src/transition/delay.js.map +1 -0
  1189. package/dist/node_modules/d3-transition/src/transition/duration.cjs +2 -0
  1190. package/dist/node_modules/d3-transition/src/transition/duration.cjs.map +1 -0
  1191. package/dist/node_modules/d3-transition/src/transition/duration.js +19 -0
  1192. package/dist/node_modules/d3-transition/src/transition/duration.js.map +1 -0
  1193. package/dist/node_modules/d3-transition/src/transition/ease.cjs +2 -0
  1194. package/dist/node_modules/d3-transition/src/transition/ease.cjs.map +1 -0
  1195. package/dist/node_modules/d3-transition/src/transition/ease.js +15 -0
  1196. package/dist/node_modules/d3-transition/src/transition/ease.js.map +1 -0
  1197. package/dist/node_modules/d3-transition/src/transition/easeVarying.cjs +2 -0
  1198. package/dist/node_modules/d3-transition/src/transition/easeVarying.cjs.map +1 -0
  1199. package/dist/node_modules/d3-transition/src/transition/easeVarying.js +16 -0
  1200. package/dist/node_modules/d3-transition/src/transition/easeVarying.js.map +1 -0
  1201. package/dist/node_modules/d3-transition/src/transition/end.cjs +2 -0
  1202. package/dist/node_modules/d3-transition/src/transition/end.cjs.map +1 -0
  1203. package/dist/node_modules/d3-transition/src/transition/end.js +17 -0
  1204. package/dist/node_modules/d3-transition/src/transition/end.js.map +1 -0
  1205. package/dist/node_modules/d3-transition/src/transition/filter.cjs +2 -0
  1206. package/dist/node_modules/d3-transition/src/transition/filter.cjs.map +1 -0
  1207. package/dist/node_modules/d3-transition/src/transition/filter.js +13 -0
  1208. package/dist/node_modules/d3-transition/src/transition/filter.js.map +1 -0
  1209. package/dist/node_modules/d3-transition/src/transition/index.cjs +2 -0
  1210. package/dist/node_modules/d3-transition/src/transition/index.cjs.map +1 -0
  1211. package/dist/node_modules/d3-transition/src/transition/index.js +66 -0
  1212. package/dist/node_modules/d3-transition/src/transition/index.js.map +1 -0
  1213. package/dist/node_modules/d3-transition/src/transition/interpolate.cjs +2 -0
  1214. package/dist/node_modules/d3-transition/src/transition/interpolate.cjs.map +1 -0
  1215. package/dist/node_modules/d3-transition/src/transition/interpolate.js +12 -0
  1216. package/dist/node_modules/d3-transition/src/transition/interpolate.js.map +1 -0
  1217. package/dist/node_modules/d3-transition/src/transition/merge.cjs +2 -0
  1218. package/dist/node_modules/d3-transition/src/transition/merge.cjs.map +1 -0
  1219. package/dist/node_modules/d3-transition/src/transition/merge.js +14 -0
  1220. package/dist/node_modules/d3-transition/src/transition/merge.js.map +1 -0
  1221. package/dist/node_modules/d3-transition/src/transition/on.cjs +2 -0
  1222. package/dist/node_modules/d3-transition/src/transition/on.cjs.map +1 -0
  1223. package/dist/node_modules/d3-transition/src/transition/on.js +22 -0
  1224. package/dist/node_modules/d3-transition/src/transition/on.js.map +1 -0
  1225. package/dist/node_modules/d3-transition/src/transition/remove.cjs +2 -0
  1226. package/dist/node_modules/d3-transition/src/transition/remove.cjs.map +1 -0
  1227. package/dist/node_modules/d3-transition/src/transition/remove.js +14 -0
  1228. package/dist/node_modules/d3-transition/src/transition/remove.js.map +1 -0
  1229. package/dist/node_modules/d3-transition/src/transition/schedule.cjs +2 -0
  1230. package/dist/node_modules/d3-transition/src/transition/schedule.cjs.map +1 -0
  1231. package/dist/node_modules/d3-transition/src/transition/schedule.js +86 -0
  1232. package/dist/node_modules/d3-transition/src/transition/schedule.js.map +1 -0
  1233. package/dist/node_modules/d3-transition/src/transition/select.cjs +2 -0
  1234. package/dist/node_modules/d3-transition/src/transition/select.cjs.map +1 -0
  1235. package/dist/node_modules/d3-transition/src/transition/select.js +15 -0
  1236. package/dist/node_modules/d3-transition/src/transition/select.js.map +1 -0
  1237. package/dist/node_modules/d3-transition/src/transition/selectAll.cjs +2 -0
  1238. package/dist/node_modules/d3-transition/src/transition/selectAll.cjs.map +1 -0
  1239. package/dist/node_modules/d3-transition/src/transition/selectAll.js +19 -0
  1240. package/dist/node_modules/d3-transition/src/transition/selectAll.js.map +1 -0
  1241. package/dist/node_modules/d3-transition/src/transition/selection.cjs +2 -0
  1242. package/dist/node_modules/d3-transition/src/transition/selection.cjs.map +1 -0
  1243. package/dist/node_modules/d3-transition/src/transition/selection.js +9 -0
  1244. package/dist/node_modules/d3-transition/src/transition/selection.js.map +1 -0
  1245. package/dist/node_modules/d3-transition/src/transition/style.cjs +2 -0
  1246. package/dist/node_modules/d3-transition/src/transition/style.cjs.map +1 -0
  1247. package/dist/node_modules/d3-transition/src/transition/style.js +46 -0
  1248. package/dist/node_modules/d3-transition/src/transition/style.js.map +1 -0
  1249. package/dist/node_modules/d3-transition/src/transition/styleTween.cjs +2 -0
  1250. package/dist/node_modules/d3-transition/src/transition/styleTween.cjs.map +1 -0
  1251. package/dist/node_modules/d3-transition/src/transition/styleTween.js +24 -0
  1252. package/dist/node_modules/d3-transition/src/transition/styleTween.js.map +1 -0
  1253. package/dist/node_modules/d3-transition/src/transition/text.cjs +2 -0
  1254. package/dist/node_modules/d3-transition/src/transition/text.cjs.map +1 -0
  1255. package/dist/node_modules/d3-transition/src/transition/text.js +19 -0
  1256. package/dist/node_modules/d3-transition/src/transition/text.js.map +1 -0
  1257. package/dist/node_modules/d3-transition/src/transition/textTween.cjs +2 -0
  1258. package/dist/node_modules/d3-transition/src/transition/textTween.cjs.map +1 -0
  1259. package/dist/node_modules/d3-transition/src/transition/textTween.js +24 -0
  1260. package/dist/node_modules/d3-transition/src/transition/textTween.js.map +1 -0
  1261. package/dist/node_modules/d3-transition/src/transition/transition.cjs +2 -0
  1262. package/dist/node_modules/d3-transition/src/transition/transition.cjs.map +1 -0
  1263. package/dist/node_modules/d3-transition/src/transition/transition.js +20 -0
  1264. package/dist/node_modules/d3-transition/src/transition/transition.js.map +1 -0
  1265. package/dist/node_modules/d3-transition/src/transition/tween.cjs +2 -0
  1266. package/dist/node_modules/d3-transition/src/transition/tween.cjs.map +1 -0
  1267. package/dist/node_modules/d3-transition/src/transition/tween.js +57 -0
  1268. package/dist/node_modules/d3-transition/src/transition/tween.js.map +1 -0
  1269. package/dist/node_modules/parse-unit/index.cjs +2 -0
  1270. package/dist/node_modules/parse-unit/index.cjs.map +1 -0
  1271. package/dist/node_modules/parse-unit/index.js +12 -0
  1272. package/dist/node_modules/parse-unit/index.js.map +1 -0
  1273. package/dist/node_modules/striptags/src/striptags.cjs +3 -0
  1274. package/dist/node_modules/striptags/src/striptags.cjs.map +1 -0
  1275. package/dist/node_modules/striptags/src/striptags.js +119 -0
  1276. package/dist/node_modules/striptags/src/striptags.js.map +1 -0
  1277. package/dist/node_modules/stylis/src/Enum.cjs +2 -0
  1278. package/dist/node_modules/stylis/src/Enum.cjs.map +1 -0
  1279. package/dist/node_modules/stylis/src/Enum.js +13 -0
  1280. package/dist/node_modules/stylis/src/Enum.js.map +1 -0
  1281. package/dist/node_modules/stylis/src/Middleware.cjs +2 -0
  1282. package/dist/node_modules/stylis/src/Middleware.cjs.map +1 -0
  1283. package/dist/node_modules/stylis/src/Middleware.js +19 -0
  1284. package/dist/node_modules/stylis/src/Middleware.js.map +1 -0
  1285. package/dist/node_modules/stylis/src/Parser.cjs +2 -0
  1286. package/dist/node_modules/stylis/src/Parser.cjs.map +1 -0
  1287. package/dist/node_modules/stylis/src/Parser.js +132 -0
  1288. package/dist/node_modules/stylis/src/Parser.js.map +1 -0
  1289. package/dist/node_modules/stylis/src/Serializer.cjs +2 -0
  1290. package/dist/node_modules/stylis/src/Serializer.cjs.map +1 -0
  1291. package/dist/node_modules/stylis/src/Serializer.js +28 -0
  1292. package/dist/node_modules/stylis/src/Serializer.js.map +1 -0
  1293. package/dist/node_modules/stylis/src/Tokenizer.cjs +2 -0
  1294. package/dist/node_modules/stylis/src/Tokenizer.cjs.map +1 -0
  1295. package/dist/node_modules/stylis/src/Tokenizer.js +142 -0
  1296. package/dist/node_modules/stylis/src/Tokenizer.js.map +1 -0
  1297. package/dist/node_modules/stylis/src/Utility.cjs +2 -0
  1298. package/dist/node_modules/stylis/src/Utility.cjs.map +1 -0
  1299. package/dist/node_modules/stylis/src/Utility.js +51 -0
  1300. package/dist/node_modules/stylis/src/Utility.js.map +1 -0
  1301. package/dist/node_modules/throttle-debounce/esm/index.cjs +2 -0
  1302. package/dist/node_modules/throttle-debounce/esm/index.cjs.map +1 -0
  1303. package/dist/node_modules/throttle-debounce/esm/index.js +29 -0
  1304. package/dist/node_modules/throttle-debounce/esm/index.js.map +1 -0
  1305. package/dist/node_modules/to-px/browser.cjs +2 -0
  1306. package/dist/node_modules/to-px/browser.cjs.map +1 -0
  1307. package/dist/node_modules/to-px/browser.js +64 -0
  1308. package/dist/node_modules/to-px/browser.js.map +1 -0
  1309. package/package.json +4 -5
@@ -0,0 +1,122 @@
1
+ import { XYComponentCore as R } from "../../core/xy-component/index.js";
2
+ import { isArray as H, getNumber as x, isNumber as M, getString as A, isEmpty as N, getMin as w, getMax as L, getExtent as O, clamp as T } from "../../utils/data.js";
3
+ import { roundedRectPath as q } from "../../utils/path.js";
4
+ import { smartTransition as V } from "../../utils/d3.js";
5
+ import { getColor as C } from "../../utils/color.js";
6
+ import { Direction as v } from "../../types/direction.js";
7
+ import { Orientation as z } from "../../types/position.js";
8
+ import { GroupedBarDefaultConfig as X } from "./config.js";
9
+ import * as Y from "./style.js";
10
+ import { barGroup as P, barGroupExit as F, bar as E } from "./style.js";
11
+ import G from "../../../../d3-array/src/min.js";
12
+ import I from "../../../../d3-array/src/max.js";
13
+ import k from "../../../../d3-scale/src/band.js";
14
+ import J from "../../../../d3-array/src/range.js";
15
+ class K extends R {
16
+ constructor(a) {
17
+ super(), this._defaultConfig = X, this.config = this._defaultConfig, this.getAccessors = () => H(this.config.y) ? this.config.y : [this.config.y], this.events = {}, this._barData = [], a && this.setConfig(a);
18
+ }
19
+ get bleed() {
20
+ if (this._barData = this._getVisibleData(), this._barData.length === 0)
21
+ return { top: 0, bottom: 0, left: 0, right: 0 };
22
+ const a = !this.isVertical() && this.dataScale.range()[0] > this.dataScale.range()[1], t = this.dataScale.domain(), e = this._getGroupWidth() / 2, i = this._barData.map((p, f) => x(p, this.config.x, f)), r = G(i), s = I(i), h = this.dataScale(r), d = this.dataScale(s), u = this.dataScale.invert(h + (a ? e : -e)), l = this.dataScale.invert(d + (a ? -e : e)), o = u <= t[0] ? this.dataScale(t[0]) - this.dataScale(u) : 0, g = l > t[1] ? this.dataScale(l) - this.dataScale(t[1]) : 0;
23
+ return {
24
+ top: this.isVertical() ? 0 : a ? -g : o,
25
+ bottom: this.isVertical() ? 0 : a ? -o : g,
26
+ left: this.isVertical() ? o : 0,
27
+ right: this.isVertical() ? g : 0
28
+ };
29
+ }
30
+ get dataScale() {
31
+ return this.isVertical() ? this.xScale : this.yScale;
32
+ }
33
+ get valueScale() {
34
+ return this.isVertical() ? this.yScale : this.xScale;
35
+ }
36
+ isVertical() {
37
+ return this.config.orientation === z.Vertical;
38
+ }
39
+ _render(a) {
40
+ const { config: t } = this, e = M(a) ? a : t.duration, i = this._getGroupWidth(), r = this.getAccessors(), s = [-i / 2, i / 2], h = k().domain(J(r.length)).range(s).paddingInner(t.barPadding).paddingOuter(t.barPadding), d = this.g.selectAll(`.${P}`).data(this._barData, (c, n) => {
41
+ var m;
42
+ return `${(m = A(c, t.id, n)) !== null && m !== void 0 ? m : n}`;
43
+ }), u = (c, n) => {
44
+ const m = this.dataScale(x(c, t.x, n)), b = this.isVertical() ? m : 0, S = this.isVertical() ? 0 : m;
45
+ return `translate(${b},${S})`;
46
+ }, o = d.enter().append("g").attr("class", P).attr("transform", u).style("opacity", 1).merge(d);
47
+ V(o, e).attr("transform", u).style("opacity", 1);
48
+ const g = d.exit().attr("class", F);
49
+ V(g, e).style("opacity", 0).remove(), V(g.selectAll(`.${E}`), e).attr("transform", (c, n, m) => this.isVertical() ? `translate(0,${this.yScale(0)}) scale(1,0)` : `translate(${this.xScale(0)},0) scale(0,1)`);
50
+ const p = h.bandwidth(), f = o.selectAll(`.${E}`).data((c) => r.map(() => c)), y = this._getValueAxisDirection(), B = f.enter().append("path").attr("class", E).attr("d", (c, n) => {
51
+ const m = h(n), b = this.valueScale(0), S = p;
52
+ return this._getBarPath(m, b, S, 0, !1, y);
53
+ }).style("fill", (c, n) => C(c, t.color, n)).merge(f);
54
+ V(B, e).attr("d", (c, n) => {
55
+ const m = h(n), b = p, S = x(c, r[n]), D = S < 0;
56
+ let W = D ? this.valueScale(0) : this.valueScale(S || 0), _ = Math.abs(this.valueScale(0) - this.valueScale(S)) || 0;
57
+ if (_ < t.barMinHeight) {
58
+ const $ = y === v.North ? -1 : 1;
59
+ W = this.valueScale(0) + $ * t.barMinHeight, _ = t.barMinHeight;
60
+ }
61
+ return this._getBarPath(m, W, b, _, D, y);
62
+ }).style("fill", (c, n) => C(c, t.color, n)).style("cursor", (c, n) => A(c, t.cursor, n)), V(f.exit(), e).remove();
63
+ }
64
+ _getValueAxisDirection() {
65
+ return this.valueScale.range()[0] > this.valueScale.range()[1] ? v.North : v.South;
66
+ }
67
+ _getVisibleData() {
68
+ const { config: a, datamodel: { data: t } } = this, e = this._getGroupWidth(), i = t.length < 2 ? 0 : e / 2, r = this.dataScale, s = Math.abs(r.invert(i) - r.invert(0));
69
+ return t == null ? void 0 : t.filter((d, u) => {
70
+ const l = x(d, a.x, u), o = r.domain(), g = +o[0], p = +o[1];
71
+ return l >= g - s && l <= p + s;
72
+ });
73
+ }
74
+ _getBarPath(a, t, e, i, r, s) {
75
+ const { config: h } = this, d = h.roundedCorners ? M(h.roundedCorners) ? +h.roundedCorners : e / 2 : 0, u = T(d, 0, Math.min(i, e) / 2), l = s === v.North, o = this.isVertical() && r !== l, g = this.isVertical() && r === l, p = !this.isVertical() && r, f = !this.isVertical() && !r;
76
+ return q({
77
+ x: this.isVertical() ? a : t + (l ? 0 : -i),
78
+ y: this.isVertical() ? t + (l ? 0 : -i) : a,
79
+ w: this.isVertical() ? e : i,
80
+ h: this.isVertical() ? i : e,
81
+ tl: o || p,
82
+ tr: o || f,
83
+ bl: g || p,
84
+ br: g || f,
85
+ r: u
86
+ });
87
+ }
88
+ _getGroupWidth() {
89
+ const { config: a, datamodel: { data: t } } = this;
90
+ if (N(t))
91
+ return 0;
92
+ if (a.groupWidth)
93
+ return G([a.groupWidth, a.groupMaxWidth]);
94
+ const e = this.dataScale.bandwidth, i = this.dataScale.domain ? this.dataScale.domain() : [];
95
+ let s = 1 + (e ? i.length : i[1] - i[0]) / a.dataStep || !e && t.filter((u, l) => {
96
+ const o = x(u, a.x, l);
97
+ return o >= i[0] && o <= i[1];
98
+ }).length || t.length;
99
+ !e && s >= 2 && (s += 1);
100
+ const d = (s < 2 ? 1 : 1 - a.groupPadding) * (this.isVertical() ? this._width : this._height) / s;
101
+ return G([d, a.groupMaxWidth]);
102
+ }
103
+ getValueScaleExtent(a) {
104
+ const { datamodel: t } = this, e = this.getAccessors(), i = a ? this._getVisibleData() : t.data, r = w(i, ...e), s = L(i, ...e);
105
+ return [r > 0 ? 0 : r, s < 0 ? 0 : s];
106
+ }
107
+ getDataScaleExtent() {
108
+ const { config: a, datamodel: t } = this;
109
+ return O(t.data, a.x);
110
+ }
111
+ getYDataExtent(a) {
112
+ return this.isVertical() ? this.getValueScaleExtent(a) : this.getDataScaleExtent();
113
+ }
114
+ getXDataExtent() {
115
+ return this.isVertical() ? this.getDataScaleExtent() : this.getValueScaleExtent(!1);
116
+ }
117
+ }
118
+ K.selectors = Y;
119
+ export {
120
+ K as GroupedBar
121
+ };
122
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/@unovis/ts/components/grouped-bar/index.js"],"sourcesContent":["import { scaleBand } from 'd3-scale';\nimport { min, max, range } from 'd3-array';\nimport { XYComponentCore } from '../../core/xy-component/index.js';\nimport { isArray, getNumber, isNumber, getString, clamp, isEmpty, getMin, getMax, getExtent } from '../../utils/data.js';\nimport { roundedRectPath } from '../../utils/path.js';\nimport { smartTransition } from '../../utils/d3.js';\nimport { getColor } from '../../utils/color.js';\nimport { Direction } from '../../types/direction.js';\nimport { Orientation } from '../../types/position.js';\nimport { GroupedBarDefaultConfig } from './config.js';\nimport * as style from './style.js';\nimport { barGroup, barGroupExit, bar } from './style.js';\n\nclass GroupedBar extends XYComponentCore {\r\n constructor(config) {\r\n super();\r\n this._defaultConfig = GroupedBarDefaultConfig;\r\n this.config = this._defaultConfig;\r\n this.getAccessors = () => isArray(this.config.y) ? this.config.y : [this.config.y];\r\n this.events = {};\r\n this._barData = [];\r\n if (config)\r\n this.setConfig(config);\r\n }\r\n get bleed() {\r\n this._barData = this._getVisibleData();\r\n if (this._barData.length === 0)\r\n return { top: 0, bottom: 0, left: 0, right: 0 };\r\n // By default, horizontal orientation is \"flipped\", i.e. the `yDirection` of `XYContainer` is set to `Direction.North`\r\n const isHorizontalAndFlipped = !this.isVertical() && (this.dataScale.range()[0] > this.dataScale.range()[1]);\r\n const dataDomain = this.dataScale.domain();\r\n const halfGroupWidth = this._getGroupWidth() / 2;\r\n const dataScaleValues = this._barData.map((d, i) => getNumber(d, this.config.x, i));\r\n const firstDataValue = min(dataScaleValues);\r\n const lastDataValue = max(dataScaleValues);\r\n const firstValuePx = this.dataScale(firstDataValue);\r\n const lastValuePx = this.dataScale(lastDataValue);\r\n const dataDomainRequiredStart = this.dataScale.invert(firstValuePx + (isHorizontalAndFlipped ? halfGroupWidth : -halfGroupWidth));\r\n const dataDomainRequiredEnd = this.dataScale.invert(lastValuePx + (isHorizontalAndFlipped ? -halfGroupWidth : halfGroupWidth));\r\n const bleedPxStart = dataDomainRequiredStart <= dataDomain[0] ? this.dataScale(dataDomain[0]) - this.dataScale(dataDomainRequiredStart) : 0;\r\n const bleedPxEnd = dataDomainRequiredEnd > dataDomain[1] ? this.dataScale(dataDomainRequiredEnd) - this.dataScale(dataDomain[1]) : 0;\r\n return {\r\n top: this.isVertical() ? 0 : (isHorizontalAndFlipped ? -bleedPxEnd : bleedPxStart),\r\n bottom: this.isVertical() ? 0 : (isHorizontalAndFlipped ? -bleedPxStart : bleedPxEnd),\r\n left: this.isVertical() ? bleedPxStart : 0,\r\n right: this.isVertical() ? bleedPxEnd : 0,\r\n };\r\n }\r\n get dataScale() {\r\n return this.isVertical() ? this.xScale : this.yScale;\r\n }\r\n get valueScale() {\r\n return this.isVertical() ? this.yScale : this.xScale;\r\n }\r\n isVertical() {\r\n return this.config.orientation === Orientation.Vertical;\r\n }\r\n _render(customDuration) {\r\n const { config } = this;\r\n const duration = isNumber(customDuration)\r\n ? customDuration\r\n : config.duration;\r\n const groupWidth = this._getGroupWidth();\r\n const yAccessors = this.getAccessors();\r\n const innerBandScaleRange = [-groupWidth / 2, groupWidth / 2];\r\n const innerBandScale = scaleBand()\r\n .domain(range(yAccessors.length))\r\n .range(innerBandScaleRange)\r\n .paddingInner(config.barPadding)\r\n .paddingOuter(config.barPadding);\r\n const barGroups = this.g\r\n .selectAll(`.${barGroup}`)\r\n .data(this._barData, (d, i) => { var _a; return `${(_a = getString(d, config.id, i)) !== null && _a !== void 0 ? _a : i}`; });\r\n const getBarGroupsTransform = (d, i) => {\r\n const v = this.dataScale(getNumber(d, config.x, i));\r\n const x = this.isVertical() ? v : 0;\r\n const y = this.isVertical() ? 0 : v;\r\n return `translate(${x},${y})`;\r\n };\r\n const barGroupsEnter = barGroups\r\n .enter()\r\n .append('g')\r\n .attr('class', barGroup)\r\n .attr('transform', getBarGroupsTransform)\r\n .style('opacity', 1);\r\n const barGroupsMerged = barGroupsEnter.merge(barGroups);\r\n smartTransition(barGroupsMerged, duration)\r\n .attr('transform', getBarGroupsTransform)\r\n .style('opacity', 1);\r\n const barGroupExit$1 = barGroups.exit().attr('class', barGroupExit);\r\n smartTransition(barGroupExit$1, duration).style('opacity', 0).remove();\r\n // Animate exiting bars going down\r\n smartTransition(barGroupExit$1.selectAll(`.${bar}`), duration)\r\n .attr('transform', (d, i, e) => {\r\n return this.isVertical()\r\n ? `translate(0,${this.yScale(0)}) scale(1,0)`\r\n : `translate(${this.xScale(0)},0) scale(0,1)`;\r\n });\r\n const barWidth = innerBandScale.bandwidth();\r\n const bars = barGroupsMerged\r\n .selectAll(`.${bar}`)\r\n .data((d) => yAccessors.map(() => d));\r\n const valueAxisDirection = this._getValueAxisDirection();\r\n const barsEnter = bars\r\n .enter()\r\n .append('path')\r\n .attr('class', bar)\r\n .attr('d', (d, i) => {\r\n const x = innerBandScale(i);\r\n const y = this.valueScale(0);\r\n const width = barWidth;\r\n const height = 0;\r\n return this._getBarPath(x, y, width, height, false, valueAxisDirection);\r\n })\r\n .style('fill', (d, i) => getColor(d, config.color, i));\r\n const barsMerged = barsEnter.merge(bars);\r\n smartTransition(barsMerged, duration)\r\n .attr('d', (d, j) => {\r\n const x = innerBandScale(j);\r\n const width = barWidth;\r\n // Todo: Find a way to pass the datum index to `getNumber` below\r\n const value = getNumber(d, yAccessors[j]);\r\n const isNegative = value < 0;\r\n let y = isNegative ? this.valueScale(0) : this.valueScale(value || 0);\r\n let height = Math.abs(this.valueScale(0) - this.valueScale(value)) || 0;\r\n // Optionally set minimum bar height\r\n if (height < config.barMinHeight) {\r\n const dir = valueAxisDirection === Direction.North ? -1 : 1;\r\n y = this.valueScale(0) + dir * config.barMinHeight;\r\n height = config.barMinHeight;\r\n }\r\n return this._getBarPath(x, y, width, height, isNegative, valueAxisDirection);\r\n })\r\n .style('fill', (d, i) => getColor(d, config.color, i))\r\n .style('cursor', (d, i) => getString(d, config.cursor, i));\r\n smartTransition(bars.exit(), duration).remove();\r\n }\r\n _getValueAxisDirection() {\r\n return this.valueScale.range()[0] > this.valueScale.range()[1]\r\n ? Direction.North\r\n : Direction.South;\r\n }\r\n _getVisibleData() {\r\n const { config, datamodel: { data }, } = this;\r\n const groupWidth = this._getGroupWidth();\r\n const halfGroupWidth = data.length < 2 ? 0 : groupWidth / 2;\r\n const dataScale = this.dataScale;\r\n const xHalfGroupWidth = Math.abs(dataScale.invert(halfGroupWidth) -\r\n dataScale.invert(0));\r\n const filtered = data === null || data === void 0 ? void 0 : data.filter((d, i) => {\r\n const v = getNumber(d, config.x, i);\r\n const domain = dataScale.domain();\r\n const domainMin = +domain[0];\r\n const domainMax = +domain[1];\r\n return (v >= domainMin - xHalfGroupWidth && v <= domainMax + xHalfGroupWidth);\r\n });\r\n return filtered;\r\n }\r\n _getBarPath(x, y, width, height, isNegative, direction) {\r\n const { config } = this;\r\n const cornerRadius = config.roundedCorners\r\n ? isNumber(config.roundedCorners)\r\n ? +config.roundedCorners\r\n : width / 2\r\n : 0;\r\n const cornerRadiusClamped = clamp(cornerRadius, 0, Math.min(height, width) / 2);\r\n const isNorthDirected = direction === Direction.North;\r\n const roundedTop = this.isVertical() && isNegative !== isNorthDirected;\r\n const roundedBottom = this.isVertical() && isNegative === isNorthDirected;\r\n const roundedLeft = !this.isVertical() && isNegative;\r\n const roundedRight = !this.isVertical() && !isNegative;\r\n return roundedRectPath({\r\n x: this.isVertical() ? x : y + (isNorthDirected ? 0 : -height),\r\n y: this.isVertical() ? y + (isNorthDirected ? 0 : -height) : x,\r\n w: this.isVertical() ? width : height,\r\n h: this.isVertical() ? height : width,\r\n tl: roundedTop || roundedLeft,\r\n tr: roundedTop || roundedRight,\r\n bl: roundedBottom || roundedLeft,\r\n br: roundedBottom || roundedRight,\r\n r: cornerRadiusClamped,\r\n });\r\n }\r\n _getGroupWidth() {\r\n const { config, datamodel: { data }, } = this;\r\n if (isEmpty(data))\r\n return 0;\r\n if (config.groupWidth) {\r\n return min([config.groupWidth, config.groupMaxWidth]);\r\n }\r\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\r\n // @ts-ignore\r\n const isOrdinal = this.dataScale.bandwidth;\r\n const domain = (this.dataScale.domain ? this.dataScale.domain() : []);\r\n const domainLength = isOrdinal ? domain.length : domain[1] - domain[0];\r\n // If the dataStep property is provided the amount of data elements is calculates as domainLength / dataStep\r\n // otherwise we get the number of data elements within the domain range\r\n // Or if the scale is ordinal we use data.length\r\n let dataSize = 1 + domainLength / config.dataStep ||\r\n (!isOrdinal &&\r\n data.filter((d, i) => {\r\n const value = getNumber(d, config.x, i);\r\n return value >= domain[0] && value <= domain[1];\r\n }).length) ||\r\n data.length;\r\n // We increase the dataSize by 1 to take into account possible additional domain space\r\n if (!isOrdinal && dataSize >= 2)\r\n dataSize += 1;\r\n const c = dataSize < 2 ? 1 : 1 - config.groupPadding;\r\n const groupWidth = (c * (this.isVertical() ? this._width : this._height)) / dataSize;\r\n return min([groupWidth, config.groupMaxWidth]);\r\n }\r\n getValueScaleExtent(scaleByVisibleData) {\r\n const { datamodel } = this;\r\n const yAccessors = this.getAccessors();\r\n const data = scaleByVisibleData ? this._getVisibleData() : datamodel.data;\r\n const min = getMin(data, ...yAccessors);\r\n const max = getMax(data, ...yAccessors);\r\n return [min > 0 ? 0 : min, max < 0 ? 0 : max];\r\n }\r\n getDataScaleExtent() {\r\n const { config, datamodel } = this;\r\n return getExtent(datamodel.data, config.x);\r\n }\r\n getYDataExtent(scaleByVisibleData) {\r\n return this.isVertical()\r\n ? this.getValueScaleExtent(scaleByVisibleData)\r\n : this.getDataScaleExtent();\r\n }\r\n getXDataExtent() {\r\n return this.isVertical()\r\n ? this.getDataScaleExtent()\r\n : this.getValueScaleExtent(false);\r\n }\r\n}\r\nGroupedBar.selectors = style;\n\nexport { GroupedBar };\n//# sourceMappingURL=index.js.map\n"],"names":["GroupedBar","XYComponentCore","config","GroupedBarDefaultConfig","isArray","isHorizontalAndFlipped","dataDomain","halfGroupWidth","dataScaleValues","d","i","getNumber","firstDataValue","min","lastDataValue","max","firstValuePx","lastValuePx","dataDomainRequiredStart","dataDomainRequiredEnd","bleedPxStart","bleedPxEnd","Orientation","customDuration","duration","isNumber","groupWidth","yAccessors","innerBandScaleRange","innerBandScale","scaleBand","range","barGroups","barGroup","_a","getString","getBarGroupsTransform","v","x","y","barGroupsMerged","smartTransition","barGroupExit$1","barGroupExit","bar","e","barWidth","bars","valueAxisDirection","barsMerged","width","getColor","j","value","isNegative","height","dir","Direction","data","dataScale","xHalfGroupWidth","domain","domainMin","domainMax","direction","cornerRadius","cornerRadiusClamped","clamp","isNorthDirected","roundedTop","roundedBottom","roundedLeft","roundedRight","roundedRectPath","isEmpty","isOrdinal","dataSize","scaleByVisibleData","datamodel","getMin","getMax","getExtent","style"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,36 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../@emotion/css/dist/emotion-css.esm.cjs"),o=r.css`
2
+ label: grouped-bar-component;
3
+ `,e=r.injectGlobal`
4
+ :root {
5
+ --vis-grouped-bar-cursor: default;
6
+ --vis-grouped-bar-fill-color: var(--vis-color-main);
7
+ --vis-grouped-bar-stroke-color: none;
8
+ --vis-grouped-bar-stroke-width: 0px;
9
+ --vis-grouped-bar-hover-stroke-width: 1px;
10
+ --vis-grouped-bar-hover-stroke-color: none;
11
+
12
+
13
+ /* Dark Theme */
14
+ --vis-dark-grouped-bar-stroke-color: none;
15
+ }
16
+
17
+ body.theme-dark ${`.${o}`} {
18
+ --vis-grouped-bar-stroke-color: var(--vis-dark-grouped-bar-stroke-color);
19
+ }
20
+ `,s=r.css`
21
+ label: bar;
22
+ fill: var(--vis-grouped-bar-fill-color);
23
+ stroke: var(--vis-grouped-bar-stroke-color);
24
+ stroke-width: var(--vis-grouped-bar-stroke-width);
25
+ cursor: var(--vis-grouped-bar-cursor);
26
+
27
+ &:hover {
28
+ stroke-width: var(--vis-grouped-bar-hover-stroke-width);
29
+ stroke: var(--vis-grouped-bar-hover-stroke-color);
30
+ }
31
+ `,a=r.css`
32
+ label: barGroup;
33
+ `,t=r.css`
34
+ label: barGroupExit;
35
+ `;exports.bar=s;exports.barGroup=a;exports.barGroupExit=t;exports.globalStyles=e;exports.root=o;
36
+ //# sourceMappingURL=style.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.cjs","sources":["../../../../../../node_modules/@unovis/ts/components/grouped-bar/style.js"],"sourcesContent":["import { css, injectGlobal } from '@emotion/css';\n\nconst root = css `\n label: grouped-bar-component;\n`;\r\nconst globalStyles = injectGlobal `\n :root {\n --vis-grouped-bar-cursor: default;\n --vis-grouped-bar-fill-color: var(--vis-color-main);\n --vis-grouped-bar-stroke-color: none;\n --vis-grouped-bar-stroke-width: 0px;\n --vis-grouped-bar-hover-stroke-width: 1px;\n --vis-grouped-bar-hover-stroke-color: none;\n\n\n /* Dark Theme */\n --vis-dark-grouped-bar-stroke-color: none;\n }\n\n body.theme-dark ${`.${root}`} {\n --vis-grouped-bar-stroke-color: var(--vis-dark-grouped-bar-stroke-color);\n }\n`;\r\nconst bar = css `\n label: bar;\n fill: var(--vis-grouped-bar-fill-color);\n stroke: var(--vis-grouped-bar-stroke-color);\n stroke-width: var(--vis-grouped-bar-stroke-width);\n cursor: var(--vis-grouped-bar-cursor);\n\n &:hover {\n stroke-width: var(--vis-grouped-bar-hover-stroke-width);\n stroke: var(--vis-grouped-bar-hover-stroke-color);\n }\n`;\r\nconst barGroup = css `\n label: barGroup;\n`;\r\nconst barGroupExit = css `\n label: barGroupExit;\n`;\n\nexport { bar, barGroup, barGroupExit, globalStyles, root };\n//# sourceMappingURL=style.js.map\n"],"names":["root","css","globalStyles","injectGlobal","bar","barGroup","barGroupExit"],"mappings":"qJAEMA,EAAOC,EAAAA;AAAAA;AAAAA,EAGPC,EAAeC,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,oBAcD,IAAIH,CAAI,EAAE;AAAA;AAAA;AAAA,EAIxBI,EAAMH,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAYNI,EAAWJ,EAAAA;AAAAA;AAAAA,EAGXK,EAAeL,EAAAA;AAAAA;AAAAA","x_google_ignoreList":[0]}
@@ -0,0 +1,44 @@
1
+ import { css as r, injectGlobal as o } from "../../../../@emotion/css/dist/emotion-css.esm.js";
2
+ const e = r`
3
+ label: grouped-bar-component;
4
+ `, s = o`
5
+ :root {
6
+ --vis-grouped-bar-cursor: default;
7
+ --vis-grouped-bar-fill-color: var(--vis-color-main);
8
+ --vis-grouped-bar-stroke-color: none;
9
+ --vis-grouped-bar-stroke-width: 0px;
10
+ --vis-grouped-bar-hover-stroke-width: 1px;
11
+ --vis-grouped-bar-hover-stroke-color: none;
12
+
13
+
14
+ /* Dark Theme */
15
+ --vis-dark-grouped-bar-stroke-color: none;
16
+ }
17
+
18
+ body.theme-dark ${`.${e}`} {
19
+ --vis-grouped-bar-stroke-color: var(--vis-dark-grouped-bar-stroke-color);
20
+ }
21
+ `, t = r`
22
+ label: bar;
23
+ fill: var(--vis-grouped-bar-fill-color);
24
+ stroke: var(--vis-grouped-bar-stroke-color);
25
+ stroke-width: var(--vis-grouped-bar-stroke-width);
26
+ cursor: var(--vis-grouped-bar-cursor);
27
+
28
+ &:hover {
29
+ stroke-width: var(--vis-grouped-bar-hover-stroke-width);
30
+ stroke: var(--vis-grouped-bar-hover-stroke-color);
31
+ }
32
+ `, i = r`
33
+ label: barGroup;
34
+ `, l = r`
35
+ label: barGroupExit;
36
+ `;
37
+ export {
38
+ t as bar,
39
+ i as barGroup,
40
+ l as barGroupExit,
41
+ s as globalStyles,
42
+ e as root
43
+ };
44
+ //# sourceMappingURL=style.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.js","sources":["../../../../../../node_modules/@unovis/ts/components/grouped-bar/style.js"],"sourcesContent":["import { css, injectGlobal } from '@emotion/css';\n\nconst root = css `\n label: grouped-bar-component;\n`;\r\nconst globalStyles = injectGlobal `\n :root {\n --vis-grouped-bar-cursor: default;\n --vis-grouped-bar-fill-color: var(--vis-color-main);\n --vis-grouped-bar-stroke-color: none;\n --vis-grouped-bar-stroke-width: 0px;\n --vis-grouped-bar-hover-stroke-width: 1px;\n --vis-grouped-bar-hover-stroke-color: none;\n\n\n /* Dark Theme */\n --vis-dark-grouped-bar-stroke-color: none;\n }\n\n body.theme-dark ${`.${root}`} {\n --vis-grouped-bar-stroke-color: var(--vis-dark-grouped-bar-stroke-color);\n }\n`;\r\nconst bar = css `\n label: bar;\n fill: var(--vis-grouped-bar-fill-color);\n stroke: var(--vis-grouped-bar-stroke-color);\n stroke-width: var(--vis-grouped-bar-stroke-width);\n cursor: var(--vis-grouped-bar-cursor);\n\n &:hover {\n stroke-width: var(--vis-grouped-bar-hover-stroke-width);\n stroke: var(--vis-grouped-bar-hover-stroke-color);\n }\n`;\r\nconst barGroup = css `\n label: barGroup;\n`;\r\nconst barGroupExit = css `\n label: barGroupExit;\n`;\n\nexport { bar, barGroup, barGroupExit, globalStyles, root };\n//# sourceMappingURL=style.js.map\n"],"names":["root","css","globalStyles","injectGlobal","bar","barGroup","barGroupExit"],"mappings":";AAEK,MAACA,IAAOC;AAAA;AAAA,GAGPC,IAAeC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAcD,IAAIH,CAAI,EAAE;AAAA;AAAA;AAAA,GAIxBI,IAAMH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAYNI,IAAWJ;AAAA;AAAA,GAGXK,IAAeL;AAAA;AAAA;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../core/xy-component/config.cjs"),n=require("../../types/curve.cjs"),i=Object.assign(Object.assign({},e.XYComponentDefaultConfig),{curveType:n.CurveType.MonotoneX,lineWidth:2,lineDashArray:void 0,fallbackValue:void 0,highlightOnHover:!1,cursor:null,interpolateMissingData:!1});exports.LineDefaultConfig=i;
2
+ //# sourceMappingURL=config.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.cjs","sources":["../../../../../../node_modules/@unovis/ts/components/line/config.js"],"sourcesContent":["import { XYComponentDefaultConfig } from '../../core/xy-component/config.js';\nimport { CurveType } from '../../types/curve.js';\n\nconst LineDefaultConfig = Object.assign(Object.assign({}, XYComponentDefaultConfig), { curveType: CurveType.MonotoneX, lineWidth: 2, lineDashArray: undefined, fallbackValue: undefined, highlightOnHover: false, cursor: null, interpolateMissingData: false });\n\nexport { LineDefaultConfig };\n//# sourceMappingURL=config.js.map\n"],"names":["LineDefaultConfig","XYComponentDefaultConfig","CurveType"],"mappings":"yKAGMA,EAAoB,OAAO,OAAO,OAAO,OAAO,GAAIC,EAAAA,wBAAwB,EAAG,CAAE,UAAWC,EAAAA,UAAU,UAAW,UAAW,EAAG,cAAe,OAAW,cAAe,OAAW,iBAAkB,GAAO,OAAQ,KAAM,uBAAwB,EAAO,CAAA","x_google_ignoreList":[0]}
@@ -0,0 +1,7 @@
1
+ import { XYComponentDefaultConfig as e } from "../../core/xy-component/config.js";
2
+ import { CurveType as n } from "../../types/curve.js";
3
+ const t = Object.assign(Object.assign({}, e), { curveType: n.MonotoneX, lineWidth: 2, lineDashArray: void 0, fallbackValue: void 0, highlightOnHover: !1, cursor: null, interpolateMissingData: !1 });
4
+ export {
5
+ t as LineDefaultConfig
6
+ };
7
+ //# sourceMappingURL=config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.js","sources":["../../../../../../node_modules/@unovis/ts/components/line/config.js"],"sourcesContent":["import { XYComponentDefaultConfig } from '../../core/xy-component/config.js';\nimport { CurveType } from '../../types/curve.js';\n\nconst LineDefaultConfig = Object.assign(Object.assign({}, XYComponentDefaultConfig), { curveType: CurveType.MonotoneX, lineWidth: 2, lineDashArray: undefined, fallbackValue: undefined, highlightOnHover: false, cursor: null, interpolateMissingData: false });\n\nexport { LineDefaultConfig };\n//# sourceMappingURL=config.js.map\n"],"names":["LineDefaultConfig","XYComponentDefaultConfig","CurveType"],"mappings":";;AAGK,MAACA,IAAoB,OAAO,OAAO,OAAO,OAAO,IAAIC,CAAwB,GAAG,EAAE,WAAWC,EAAU,WAAW,WAAW,GAAG,eAAe,QAAW,eAAe,QAAW,kBAAkB,IAAO,QAAQ,MAAM,wBAAwB,GAAO,CAAA;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const O=require("../../../../d3-interpolate-path/build/d3-interpolate-path.cjs"),j=require("../../core/xy-component/index.cjs"),u=require("../../utils/data.cjs"),C=require("../../utils/d3.cjs"),D=require("../../utils/color.cjs"),$=require("../../types/curve.cjs"),q=require("../../types/direction.cjs"),L=require("./config.cjs"),o=require("./style.cjs"),M=require("../../../../d3-shape/src/line.cjs"),N=require("../../../../d3-selection/src/select.cjs");class S extends j.XYComponentCore{constructor(t){super(),this._defaultConfig=L.LineDefaultConfig,this.config=this._defaultConfig,this.curve=$.Curve[$.CurveType.MonotoneX],this.events={[S.selectors.line]:{mouseover:this._highlight.bind(this),mouseleave:this._resetHighlight.bind(this)}},t&&this.setConfig(t)}get bleed(){const{config:{lineWidth:t}}=this,e=this.yScale.domain(),h=(this.yScale.range()[0]>this.yScale.range()[1]?q.Direction.North:q.Direction.South)===q.Direction.South,p=t>3,f=t>=10;return{top:!f&&(!h&&e[1]===0||h&&e[0]===0)?0:t/2,bottom:!f&&(!h&&e[0]===0||h&&e[1]===0)?0:t/2,left:p?t/2:0,right:p?t/2:0}}_render(t){super._render(t);const{config:e,datamodel:{data:c}}=this,h=u.isNumber(t)?t:e.duration;this.curve=$.Curve[e.curveType],this.lineGen=M.default().x(s=>s.x).y(s=>s.y).defined(s=>s.defined).curve(this.curve);const p=u.isArray(e.y)?e.y:[e.y],f=c.map((s,i)=>this.xScale(u.getNumber(s,e.x,i))),A=p.map(s=>{const i=c.map((a,r)=>{const n=u.getNumber(a,s,r),l=(u.isNumber(n)||n===null)&&isFinite(n)?n:e.fallbackValue,b=e.interpolateMissingData?(u.isNumber(n)||n===null)&&isFinite(n):isFinite(l);return{x:f[r],y:this.yScale(l??0),defined:b,value:l}}),v=i.reduce((a,r)=>r.defined||a,!1);let d=!1;const g=i.reduce((a,r,n)=>{!r.defined&&isFinite(e.fallbackValue)&&a.push(Object.assign(Object.assign({},r),{defined:!0})),!r.defined&&!d&&(d=!0);const l=n>0&&!i[n-1].defined||n<i.length-1&&!i[n+1].defined;return r.defined&&l&&(d||a.push(Object.assign(Object.assign({},r),{defined:!1})),a.push(r),d=!1),a},[]),m=v&&i.some(a=>a.value!==null);return{values:i,defined:v,gaps:g,visible:m}}),P=this.g.selectAll(`.${o.line}`).data(A),y=P.enter().append("g").attr("class",o.line);y.append("path").attr("class",o.linePath).attr("stroke",(s,i)=>D.getColor(c,e.color,i)).attr("stroke-opacity",0).attr("stroke-width",e.lineWidth),y.append("path").attr("class",o.lineSelectionHelper).attr("d",this._emptyPath()),y.append("path").attr("class",o.interpolatedPath).attr("d",this._emptyPath()).style("opacity",0);const x=y.merge(P);x.style("cursor",(s,i)=>u.getString(c,e.cursor,i)),x.each((s,i,v)=>{var d;const g=N.default(v[i]),m=g.select(`.${o.linePath}`),a=g.select(`.${o.lineSelectionHelper}`),r=g.select(`.${o.interpolatedPath}`),n=s.visible,l=u.getValue(c,e.lineDashArray,i),b=C.smartTransition(m,h).attr("stroke",D.getColor(c,e.color,i)).attr("stroke-width",e.lineWidth).attr("stroke-opacity",n?1:0).style("stroke-dasharray",(d=l==null?void 0:l.join(" "))!==null&&d!==void 0?d:null),T=s.values.some(_=>!_.defined),k=this.lineGen(s.values);if(h&&!T){const _=m.attr("d")||this._emptyPath(),H=k||this._emptyPath();b.attrTween("d",()=>O.interpolatePath(_,H))}else s.visible&&b.attr("d",k);a.attr("d",k).attr("visibility",n?null:"hidden"),T&&e.interpolateMissingData?C.smartTransition(r,h).attr("d",this.lineGen(s.gaps)).attr("stroke",D.getColor(c,e.color,i)).attr("stroke-width",e.lineWidth-1).style("opacity",1):r.transition().duration(h).style("opacity",0)}),C.smartTransition(P.exit(),h).style("opacity",0).remove()}_emptyPath(){const t=this.xScale.range(),e=this.yScale.range();return`M${t[0]},${e[0]} L${t[1]},${e[0]}`}_highlight(t){const{config:e}=this;e.highlightOnHover&&this.g.selectAll(`.${o.line}`).classed(o.dim,c=>c!==t)}_resetHighlight(){const{config:t}=this;t.highlightOnHover&&this.g.selectAll(`.${o.line}`).classed(o.dim,!1)}}S.selectors=o;exports.Line=S;
2
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../../../../../../node_modules/@unovis/ts/components/line/index.js"],"sourcesContent":["import { select } from 'd3-selection';\nimport { line } from 'd3-shape';\nimport { interpolatePath } from 'd3-interpolate-path';\nimport { XYComponentCore } from '../../core/xy-component/index.js';\nimport { isNumber, isArray, getNumber, getString, getValue } from '../../utils/data.js';\nimport { smartTransition } from '../../utils/d3.js';\nimport { getColor } from '../../utils/color.js';\nimport { Curve, CurveType } from '../../types/curve.js';\nimport { Direction } from '../../types/direction.js';\nimport { LineDefaultConfig } from './config.js';\nimport * as style from './style.js';\nimport { line as line$1, linePath, lineSelectionHelper, interpolatedPath, dim } from './style.js';\n\nclass Line extends XYComponentCore {\r\n constructor(config) {\r\n super();\r\n this._defaultConfig = LineDefaultConfig;\r\n this.config = this._defaultConfig;\r\n this.curve = Curve[CurveType.MonotoneX];\r\n this.events = {\r\n [Line.selectors.line]: {\r\n mouseover: this._highlight.bind(this),\r\n mouseleave: this._resetHighlight.bind(this),\r\n },\r\n };\r\n if (config)\r\n this.setConfig(config);\r\n }\r\n get bleed() {\r\n const { config: { lineWidth } } = this;\r\n const yDomain = this.yScale.domain();\r\n const yDirection = this.yScale.range()[0] > this.yScale.range()[1]\r\n ? Direction.North\r\n : Direction.South;\r\n const isYDirectionSouth = yDirection === Direction.South;\r\n const isLineThick = lineWidth > 3;\r\n const isLineVeryThick = lineWidth >= 10;\r\n return {\r\n top: !isLineVeryThick && ((!isYDirectionSouth && (yDomain[1] === 0)) || (isYDirectionSouth && (yDomain[0] === 0))) ? 0 : lineWidth / 2,\r\n bottom: !isLineVeryThick && ((!isYDirectionSouth && (yDomain[0] === 0)) || (isYDirectionSouth && (yDomain[1] === 0))) ? 0 : lineWidth / 2,\r\n left: isLineThick ? lineWidth / 2 : 0,\r\n right: isLineThick ? lineWidth / 2 : 0,\r\n };\r\n }\r\n _render(customDuration) {\r\n super._render(customDuration);\r\n const { config, datamodel: { data } } = this;\r\n const duration = isNumber(customDuration) ? customDuration : config.duration;\r\n this.curve = Curve[config.curveType];\r\n this.lineGen = line()\r\n .x(d => d.x)\r\n .y(d => d.y)\r\n .defined(d => d.defined)\r\n .curve(this.curve);\r\n const yAccessors = (isArray(config.y) ? config.y : [config.y]);\r\n const lineDataX = data.map((d, i) => this.xScale(getNumber(d, config.x, i)));\r\n const lineData = yAccessors.map(a => {\r\n const ld = data.map((d, i) => {\r\n const rawValue = getNumber(d, a, i);\r\n // If `rawValue` is not numerical or if it's not finite (`NaN`, `undefined`, ...), we replace it with `config.fallbackValue`\r\n const value = (isNumber(rawValue) || (rawValue === null)) && isFinite(rawValue) ? rawValue : config.fallbackValue;\r\n const defined = config.interpolateMissingData\r\n ? (isNumber(rawValue) || (rawValue === null)) && isFinite(rawValue)\r\n : isFinite(value);\r\n return {\r\n x: lineDataX[i],\r\n y: this.yScale(value !== null && value !== void 0 ? value : 0),\r\n defined,\r\n value,\r\n };\r\n });\r\n const defined = ld.reduce((def, d) => (d.defined || def), false);\r\n let validGap = false;\r\n const gaps = ld.reduce((acc, d, i) => {\r\n // Gaps include fallback values if configured.\r\n if (!d.defined && isFinite(config.fallbackValue)) {\r\n acc.push(Object.assign(Object.assign({}, d), { defined: true }));\r\n }\r\n if (!d.defined && !validGap)\r\n validGap = true;\r\n const isEndpoint = (i > 0 && !ld[i - 1].defined) || (i < ld.length - 1 && !ld[i + 1].defined);\r\n if (d.defined && isEndpoint) {\r\n // If no undefined points have been found since the last endpoint, we insert one to enforce breaks between adjacent gaps.\r\n if (!validGap)\r\n acc.push(Object.assign(Object.assign({}, d), { defined: false }));\r\n acc.push(d);\r\n validGap = false;\r\n }\r\n return acc;\r\n }, []);\r\n // If the line consists only of `null` values, we'll still render it but it'll be invisible.\r\n // Such trick allows us to have better animated transitions.\r\n const visible = defined && ld.some(d => d.value !== null);\r\n return {\r\n values: ld,\r\n defined,\r\n gaps,\r\n visible,\r\n };\r\n });\r\n const lines = this.g\r\n .selectAll(`.${line$1}`)\r\n .data(lineData);\r\n const linesEnter = lines.enter().append('g')\r\n .attr('class', line$1);\r\n linesEnter\r\n .append('path')\r\n .attr('class', linePath)\r\n .attr('stroke', (d, i) => getColor(data, config.color, i))\r\n .attr('stroke-opacity', 0)\r\n .attr('stroke-width', config.lineWidth);\r\n linesEnter\r\n .append('path')\r\n .attr('class', lineSelectionHelper)\r\n .attr('d', this._emptyPath());\r\n linesEnter.append('path')\r\n .attr('class', interpolatedPath)\r\n .attr('d', this._emptyPath())\r\n .style('opacity', 0);\r\n const linesMerged = linesEnter.merge(lines);\r\n linesMerged.style('cursor', (d, i) => getString(data, config.cursor, i));\r\n linesMerged.each((d, i, elements) => {\r\n var _a;\r\n const group = select(elements[i]);\r\n const linePath$1 = group.select(`.${linePath}`);\r\n const lineSelectionHelper$1 = group.select(`.${lineSelectionHelper}`);\r\n const lineGaps = group.select(`.${interpolatedPath}`);\r\n const isLineVisible = d.visible;\r\n const dashArray = getValue(data, config.lineDashArray, i);\r\n const transition = smartTransition(linePath$1, duration)\r\n .attr('stroke', getColor(data, config.color, i))\r\n .attr('stroke-width', config.lineWidth)\r\n .attr('stroke-opacity', isLineVisible ? 1 : 0)\r\n .style('stroke-dasharray', (_a = dashArray === null || dashArray === void 0 ? void 0 : dashArray.join(' ')) !== null && _a !== void 0 ? _a : null); // We use `.style` because there's also a default CSS-variable for stroke-dasharray\r\n const hasUndefinedSegments = d.values.some(d => !d.defined);\r\n const svgPathD = this.lineGen(d.values);\r\n if (duration && !hasUndefinedSegments) {\r\n const previous = linePath$1.attr('d') || this._emptyPath();\r\n const next = svgPathD || this._emptyPath();\r\n const t = transition;\r\n t.attrTween('d', () => interpolatePath(previous, next));\r\n }\r\n else if (d.visible) {\r\n transition.attr('d', svgPathD);\r\n }\r\n lineSelectionHelper$1\r\n .attr('d', svgPathD)\r\n .attr('visibility', isLineVisible ? null : 'hidden');\r\n if (hasUndefinedSegments && config.interpolateMissingData) {\r\n smartTransition(lineGaps, duration)\r\n .attr('d', this.lineGen(d.gaps))\r\n .attr('stroke', getColor(data, config.color, i))\r\n .attr('stroke-width', config.lineWidth - 1)\r\n .style('opacity', 1);\r\n }\r\n else {\r\n lineGaps.transition()\r\n .duration(duration)\r\n .style('opacity', 0);\r\n }\r\n });\r\n smartTransition(lines.exit(), duration)\r\n .style('opacity', 0)\r\n .remove();\r\n }\r\n _emptyPath() {\r\n const xRange = this.xScale.range();\r\n const yRange = this.yScale.range();\r\n return `M${xRange[0]},${yRange[0]} L${xRange[1]},${yRange[0]}`;\r\n }\r\n _highlight(datum) {\r\n const { config } = this;\r\n if (config.highlightOnHover) {\r\n this.g\r\n .selectAll(`.${line$1}`)\r\n .classed(dim, d => d !== datum);\r\n }\r\n }\r\n _resetHighlight() {\r\n const { config } = this;\r\n if (config.highlightOnHover) {\r\n this.g\r\n .selectAll(`.${line$1}`)\r\n .classed(dim, false);\r\n }\r\n }\r\n}\r\nLine.selectors = style;\n\nexport { Line };\n//# sourceMappingURL=index.js.map\n"],"names":["Line","XYComponentCore","config","LineDefaultConfig","Curve","CurveType","lineWidth","yDomain","isYDirectionSouth","Direction","isLineThick","isLineVeryThick","customDuration","data","duration","isNumber","line","d","yAccessors","isArray","lineDataX","getNumber","lineData","a","ld","i","rawValue","value","defined","def","validGap","gaps","acc","isEndpoint","visible","lines","line$1","linesEnter","linePath","getColor","lineSelectionHelper","interpolatedPath","linesMerged","getString","elements","_a","group","select","linePath$1","lineSelectionHelper$1","lineGaps","isLineVisible","dashArray","getValue","transition","smartTransition","hasUndefinedSegments","svgPathD","previous","next","interpolatePath","xRange","yRange","datum","dim","style"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,87 @@
1
+ import { interpolatePath as M } from "../../../../d3-interpolate-path/build/d3-interpolate-path.js";
2
+ import { XYComponentCore as F } from "../../core/xy-component/index.js";
3
+ import { isNumber as _, isArray as W, getNumber as H, getString as N, getValue as X } from "../../utils/data.js";
4
+ import { smartTransition as $ } from "../../utils/d3.js";
5
+ import { getColor as x } from "../../utils/color.js";
6
+ import { Curve as O, CurveType as E } from "../../types/curve.js";
7
+ import { Direction as D } from "../../types/direction.js";
8
+ import { LineDefaultConfig as R } from "./config.js";
9
+ import * as Y from "./style.js";
10
+ import { line as v, linePath as T, lineSelectionHelper as V, interpolatedPath as j, dim as w } from "./style.js";
11
+ import U from "../../../../d3-shape/src/line.js";
12
+ import q from "../../../../d3-selection/src/select.js";
13
+ class P extends F {
14
+ constructor(e) {
15
+ super(), this._defaultConfig = R, this.config = this._defaultConfig, this.curve = O[E.MonotoneX], this.events = {
16
+ [P.selectors.line]: {
17
+ mouseover: this._highlight.bind(this),
18
+ mouseleave: this._resetHighlight.bind(this)
19
+ }
20
+ }, e && this.setConfig(e);
21
+ }
22
+ get bleed() {
23
+ const { config: { lineWidth: e } } = this, t = this.yScale.domain(), c = (this.yScale.range()[0] > this.yScale.range()[1] ? D.North : D.South) === D.South, p = e > 3, f = e >= 10;
24
+ return {
25
+ top: !f && (!c && t[1] === 0 || c && t[0] === 0) ? 0 : e / 2,
26
+ bottom: !f && (!c && t[0] === 0 || c && t[1] === 0) ? 0 : e / 2,
27
+ left: p ? e / 2 : 0,
28
+ right: p ? e / 2 : 0
29
+ };
30
+ }
31
+ _render(e) {
32
+ super._render(e);
33
+ const { config: t, datamodel: { data: l } } = this, c = _(e) ? e : t.duration;
34
+ this.curve = O[t.curveType], this.lineGen = U().x((s) => s.x).y((s) => s.y).defined((s) => s.defined).curve(this.curve);
35
+ const p = W(t.y) ? t.y : [t.y], f = l.map((s, i) => this.xScale(H(s, t.x, i))), G = p.map((s) => {
36
+ const i = l.map((r, o) => {
37
+ const n = H(r, s, o), a = (_(n) || n === null) && isFinite(n) ? n : t.fallbackValue, y = t.interpolateMissingData ? (_(n) || n === null) && isFinite(n) : isFinite(a);
38
+ return {
39
+ x: f[o],
40
+ y: this.yScale(a ?? 0),
41
+ defined: y,
42
+ value: a
43
+ };
44
+ }), g = i.reduce((r, o) => o.defined || r, !1);
45
+ let h = !1;
46
+ const d = i.reduce((r, o, n) => {
47
+ !o.defined && isFinite(t.fallbackValue) && r.push(Object.assign(Object.assign({}, o), { defined: !0 })), !o.defined && !h && (h = !0);
48
+ const a = n > 0 && !i[n - 1].defined || n < i.length - 1 && !i[n + 1].defined;
49
+ return o.defined && a && (h || r.push(Object.assign(Object.assign({}, o), { defined: !1 })), r.push(o), h = !1), r;
50
+ }, []), m = g && i.some((r) => r.value !== null);
51
+ return {
52
+ values: i,
53
+ defined: g,
54
+ gaps: d,
55
+ visible: m
56
+ };
57
+ }), b = this.g.selectAll(`.${v}`).data(G), u = b.enter().append("g").attr("class", v);
58
+ u.append("path").attr("class", T).attr("stroke", (s, i) => x(l, t.color, i)).attr("stroke-opacity", 0).attr("stroke-width", t.lineWidth), u.append("path").attr("class", V).attr("d", this._emptyPath()), u.append("path").attr("class", j).attr("d", this._emptyPath()).style("opacity", 0);
59
+ const C = u.merge(b);
60
+ C.style("cursor", (s, i) => N(l, t.cursor, i)), C.each((s, i, g) => {
61
+ var h;
62
+ const d = q(g[i]), m = d.select(`.${T}`), r = d.select(`.${V}`), o = d.select(`.${j}`), n = s.visible, a = X(l, t.lineDashArray, i), y = $(m, c).attr("stroke", x(l, t.color, i)).attr("stroke-width", t.lineWidth).attr("stroke-opacity", n ? 1 : 0).style("stroke-dasharray", (h = a == null ? void 0 : a.join(" ")) !== null && h !== void 0 ? h : null), A = s.values.some((k) => !k.defined), S = this.lineGen(s.values);
63
+ if (c && !A) {
64
+ const k = m.attr("d") || this._emptyPath(), L = S || this._emptyPath();
65
+ y.attrTween("d", () => M(k, L));
66
+ } else s.visible && y.attr("d", S);
67
+ r.attr("d", S).attr("visibility", n ? null : "hidden"), A && t.interpolateMissingData ? $(o, c).attr("d", this.lineGen(s.gaps)).attr("stroke", x(l, t.color, i)).attr("stroke-width", t.lineWidth - 1).style("opacity", 1) : o.transition().duration(c).style("opacity", 0);
68
+ }), $(b.exit(), c).style("opacity", 0).remove();
69
+ }
70
+ _emptyPath() {
71
+ const e = this.xScale.range(), t = this.yScale.range();
72
+ return `M${e[0]},${t[0]} L${e[1]},${t[0]}`;
73
+ }
74
+ _highlight(e) {
75
+ const { config: t } = this;
76
+ t.highlightOnHover && this.g.selectAll(`.${v}`).classed(w, (l) => l !== e);
77
+ }
78
+ _resetHighlight() {
79
+ const { config: e } = this;
80
+ e.highlightOnHover && this.g.selectAll(`.${v}`).classed(w, !1);
81
+ }
82
+ }
83
+ P.selectors = Y;
84
+ export {
85
+ P as Line
86
+ };
87
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/@unovis/ts/components/line/index.js"],"sourcesContent":["import { select } from 'd3-selection';\nimport { line } from 'd3-shape';\nimport { interpolatePath } from 'd3-interpolate-path';\nimport { XYComponentCore } from '../../core/xy-component/index.js';\nimport { isNumber, isArray, getNumber, getString, getValue } from '../../utils/data.js';\nimport { smartTransition } from '../../utils/d3.js';\nimport { getColor } from '../../utils/color.js';\nimport { Curve, CurveType } from '../../types/curve.js';\nimport { Direction } from '../../types/direction.js';\nimport { LineDefaultConfig } from './config.js';\nimport * as style from './style.js';\nimport { line as line$1, linePath, lineSelectionHelper, interpolatedPath, dim } from './style.js';\n\nclass Line extends XYComponentCore {\r\n constructor(config) {\r\n super();\r\n this._defaultConfig = LineDefaultConfig;\r\n this.config = this._defaultConfig;\r\n this.curve = Curve[CurveType.MonotoneX];\r\n this.events = {\r\n [Line.selectors.line]: {\r\n mouseover: this._highlight.bind(this),\r\n mouseleave: this._resetHighlight.bind(this),\r\n },\r\n };\r\n if (config)\r\n this.setConfig(config);\r\n }\r\n get bleed() {\r\n const { config: { lineWidth } } = this;\r\n const yDomain = this.yScale.domain();\r\n const yDirection = this.yScale.range()[0] > this.yScale.range()[1]\r\n ? Direction.North\r\n : Direction.South;\r\n const isYDirectionSouth = yDirection === Direction.South;\r\n const isLineThick = lineWidth > 3;\r\n const isLineVeryThick = lineWidth >= 10;\r\n return {\r\n top: !isLineVeryThick && ((!isYDirectionSouth && (yDomain[1] === 0)) || (isYDirectionSouth && (yDomain[0] === 0))) ? 0 : lineWidth / 2,\r\n bottom: !isLineVeryThick && ((!isYDirectionSouth && (yDomain[0] === 0)) || (isYDirectionSouth && (yDomain[1] === 0))) ? 0 : lineWidth / 2,\r\n left: isLineThick ? lineWidth / 2 : 0,\r\n right: isLineThick ? lineWidth / 2 : 0,\r\n };\r\n }\r\n _render(customDuration) {\r\n super._render(customDuration);\r\n const { config, datamodel: { data } } = this;\r\n const duration = isNumber(customDuration) ? customDuration : config.duration;\r\n this.curve = Curve[config.curveType];\r\n this.lineGen = line()\r\n .x(d => d.x)\r\n .y(d => d.y)\r\n .defined(d => d.defined)\r\n .curve(this.curve);\r\n const yAccessors = (isArray(config.y) ? config.y : [config.y]);\r\n const lineDataX = data.map((d, i) => this.xScale(getNumber(d, config.x, i)));\r\n const lineData = yAccessors.map(a => {\r\n const ld = data.map((d, i) => {\r\n const rawValue = getNumber(d, a, i);\r\n // If `rawValue` is not numerical or if it's not finite (`NaN`, `undefined`, ...), we replace it with `config.fallbackValue`\r\n const value = (isNumber(rawValue) || (rawValue === null)) && isFinite(rawValue) ? rawValue : config.fallbackValue;\r\n const defined = config.interpolateMissingData\r\n ? (isNumber(rawValue) || (rawValue === null)) && isFinite(rawValue)\r\n : isFinite(value);\r\n return {\r\n x: lineDataX[i],\r\n y: this.yScale(value !== null && value !== void 0 ? value : 0),\r\n defined,\r\n value,\r\n };\r\n });\r\n const defined = ld.reduce((def, d) => (d.defined || def), false);\r\n let validGap = false;\r\n const gaps = ld.reduce((acc, d, i) => {\r\n // Gaps include fallback values if configured.\r\n if (!d.defined && isFinite(config.fallbackValue)) {\r\n acc.push(Object.assign(Object.assign({}, d), { defined: true }));\r\n }\r\n if (!d.defined && !validGap)\r\n validGap = true;\r\n const isEndpoint = (i > 0 && !ld[i - 1].defined) || (i < ld.length - 1 && !ld[i + 1].defined);\r\n if (d.defined && isEndpoint) {\r\n // If no undefined points have been found since the last endpoint, we insert one to enforce breaks between adjacent gaps.\r\n if (!validGap)\r\n acc.push(Object.assign(Object.assign({}, d), { defined: false }));\r\n acc.push(d);\r\n validGap = false;\r\n }\r\n return acc;\r\n }, []);\r\n // If the line consists only of `null` values, we'll still render it but it'll be invisible.\r\n // Such trick allows us to have better animated transitions.\r\n const visible = defined && ld.some(d => d.value !== null);\r\n return {\r\n values: ld,\r\n defined,\r\n gaps,\r\n visible,\r\n };\r\n });\r\n const lines = this.g\r\n .selectAll(`.${line$1}`)\r\n .data(lineData);\r\n const linesEnter = lines.enter().append('g')\r\n .attr('class', line$1);\r\n linesEnter\r\n .append('path')\r\n .attr('class', linePath)\r\n .attr('stroke', (d, i) => getColor(data, config.color, i))\r\n .attr('stroke-opacity', 0)\r\n .attr('stroke-width', config.lineWidth);\r\n linesEnter\r\n .append('path')\r\n .attr('class', lineSelectionHelper)\r\n .attr('d', this._emptyPath());\r\n linesEnter.append('path')\r\n .attr('class', interpolatedPath)\r\n .attr('d', this._emptyPath())\r\n .style('opacity', 0);\r\n const linesMerged = linesEnter.merge(lines);\r\n linesMerged.style('cursor', (d, i) => getString(data, config.cursor, i));\r\n linesMerged.each((d, i, elements) => {\r\n var _a;\r\n const group = select(elements[i]);\r\n const linePath$1 = group.select(`.${linePath}`);\r\n const lineSelectionHelper$1 = group.select(`.${lineSelectionHelper}`);\r\n const lineGaps = group.select(`.${interpolatedPath}`);\r\n const isLineVisible = d.visible;\r\n const dashArray = getValue(data, config.lineDashArray, i);\r\n const transition = smartTransition(linePath$1, duration)\r\n .attr('stroke', getColor(data, config.color, i))\r\n .attr('stroke-width', config.lineWidth)\r\n .attr('stroke-opacity', isLineVisible ? 1 : 0)\r\n .style('stroke-dasharray', (_a = dashArray === null || dashArray === void 0 ? void 0 : dashArray.join(' ')) !== null && _a !== void 0 ? _a : null); // We use `.style` because there's also a default CSS-variable for stroke-dasharray\r\n const hasUndefinedSegments = d.values.some(d => !d.defined);\r\n const svgPathD = this.lineGen(d.values);\r\n if (duration && !hasUndefinedSegments) {\r\n const previous = linePath$1.attr('d') || this._emptyPath();\r\n const next = svgPathD || this._emptyPath();\r\n const t = transition;\r\n t.attrTween('d', () => interpolatePath(previous, next));\r\n }\r\n else if (d.visible) {\r\n transition.attr('d', svgPathD);\r\n }\r\n lineSelectionHelper$1\r\n .attr('d', svgPathD)\r\n .attr('visibility', isLineVisible ? null : 'hidden');\r\n if (hasUndefinedSegments && config.interpolateMissingData) {\r\n smartTransition(lineGaps, duration)\r\n .attr('d', this.lineGen(d.gaps))\r\n .attr('stroke', getColor(data, config.color, i))\r\n .attr('stroke-width', config.lineWidth - 1)\r\n .style('opacity', 1);\r\n }\r\n else {\r\n lineGaps.transition()\r\n .duration(duration)\r\n .style('opacity', 0);\r\n }\r\n });\r\n smartTransition(lines.exit(), duration)\r\n .style('opacity', 0)\r\n .remove();\r\n }\r\n _emptyPath() {\r\n const xRange = this.xScale.range();\r\n const yRange = this.yScale.range();\r\n return `M${xRange[0]},${yRange[0]} L${xRange[1]},${yRange[0]}`;\r\n }\r\n _highlight(datum) {\r\n const { config } = this;\r\n if (config.highlightOnHover) {\r\n this.g\r\n .selectAll(`.${line$1}`)\r\n .classed(dim, d => d !== datum);\r\n }\r\n }\r\n _resetHighlight() {\r\n const { config } = this;\r\n if (config.highlightOnHover) {\r\n this.g\r\n .selectAll(`.${line$1}`)\r\n .classed(dim, false);\r\n }\r\n }\r\n}\r\nLine.selectors = style;\n\nexport { Line };\n//# sourceMappingURL=index.js.map\n"],"names":["Line","XYComponentCore","config","LineDefaultConfig","Curve","CurveType","lineWidth","yDomain","isYDirectionSouth","Direction","isLineThick","isLineVeryThick","customDuration","data","duration","isNumber","line","d","yAccessors","isArray","lineDataX","getNumber","lineData","a","ld","i","rawValue","value","defined","def","validGap","gaps","acc","isEndpoint","visible","lines","line$1","linesEnter","linePath","getColor","lineSelectionHelper","interpolatedPath","linesMerged","getString","elements","_a","group","select","linePath$1","lineSelectionHelper$1","lineGaps","isLineVisible","dashArray","getValue","transition","smartTransition","hasUndefinedSegments","svgPathD","previous","next","interpolatePath","xRange","yRange","datum","dim","style"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,36 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../@emotion/css/dist/emotion-css.esm.cjs"),s=e.injectGlobal`
2
+ :root {
3
+ --vis-line-cursor: default;
4
+ --vis-line-stroke-dasharray: none;
5
+ --vis-line-stroke-dashoffset: 0;
6
+
7
+ --vis-line-gapfill-stroke-dasharray: 2 3;
8
+ --vis-line-gapfill-stroke-opacity: 0.8;
9
+ --vis-line-gapfill-stroke-dashoffset: 0;
10
+ }
11
+ `,l=e.css`
12
+ label: line-component;
13
+ `,t=e.css`
14
+ label: line;
15
+ transition: opacity 200ms;
16
+ cursor: var(--vis-line-cursor);
17
+ `,o=e.css`
18
+ label: linePath;
19
+ fill: none;
20
+ stroke-dasharray: var(--vis-line-stroke-dasharray);
21
+ stroke-dashoffset: var(--vis-line-stroke-dashoffset);
22
+ `,i=e.css`
23
+ label: lineSelectionHelper;
24
+ fill: none;
25
+ stroke: rgba(0, 0, 0, 0);
26
+ stroke-width: 8px;
27
+ `,a=e.css`
28
+ opacity: 0.2;
29
+ `,r=e.css`
30
+ label: interpolated-path;
31
+ fill: none;
32
+ stroke-dasharray: var(--vis-line-gapfill-stroke-dasharray);
33
+ stroke-dashoffset: var(--vis-line-gapfill-stroke-dashoffset);
34
+ stroke-opacity: var(--vis-line-gapfill-stroke-opacity);
35
+ `;exports.dim=a;exports.globalStyles=s;exports.interpolatedPath=r;exports.line=t;exports.linePath=o;exports.lineSelectionHelper=i;exports.root=l;
36
+ //# sourceMappingURL=style.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.cjs","sources":["../../../../../../node_modules/@unovis/ts/components/line/style.js"],"sourcesContent":["import { injectGlobal, css } from '@emotion/css';\n\nconst globalStyles = injectGlobal `\n :root {\n --vis-line-cursor: default;\n --vis-line-stroke-dasharray: none;\n --vis-line-stroke-dashoffset: 0;\n\n --vis-line-gapfill-stroke-dasharray: 2 3;\n --vis-line-gapfill-stroke-opacity: 0.8;\n --vis-line-gapfill-stroke-dashoffset: 0;\n }\n`;\r\nconst root = css `\n label: line-component;\n`;\r\nconst line = css `\n label: line;\n transition: opacity 200ms;\n cursor: var(--vis-line-cursor);\n`;\r\nconst linePath = css `\n label: linePath;\n fill: none;\n stroke-dasharray: var(--vis-line-stroke-dasharray);\n stroke-dashoffset: var(--vis-line-stroke-dashoffset);\n`;\r\nconst lineSelectionHelper = css `\n label: lineSelectionHelper;\n fill: none;\n stroke: rgba(0, 0, 0, 0);\n stroke-width: 8px;\n`;\r\nconst dim = css `\n opacity: 0.2;\n`;\r\nconst interpolatedPath = css `\n label: interpolated-path;\n fill: none;\n stroke-dasharray: var(--vis-line-gapfill-stroke-dasharray);\n stroke-dashoffset: var(--vis-line-gapfill-stroke-dashoffset);\n stroke-opacity: var(--vis-line-gapfill-stroke-opacity);\n`;\n\nexport { dim, globalStyles, interpolatedPath, line, linePath, lineSelectionHelper, root };\n//# sourceMappingURL=style.js.map\n"],"names":["globalStyles","injectGlobal","root","css","line","linePath","lineSelectionHelper","dim","interpolatedPath"],"mappings":"qJAEMA,EAAeC,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAWfC,EAAOC,EAAAA;AAAAA;AAAAA,EAGPC,EAAOD,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAKPE,EAAWF,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAMXG,EAAsBH,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAMtBI,EAAMJ,EAAAA;AAAAA;AAAAA,EAGNK,EAAmBL,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA","x_google_ignoreList":[0]}
@@ -0,0 +1,46 @@
1
+ import { css as e, injectGlobal as s } from "../../../../@emotion/css/dist/emotion-css.esm.js";
2
+ const o = s`
3
+ :root {
4
+ --vis-line-cursor: default;
5
+ --vis-line-stroke-dasharray: none;
6
+ --vis-line-stroke-dashoffset: 0;
7
+
8
+ --vis-line-gapfill-stroke-dasharray: 2 3;
9
+ --vis-line-gapfill-stroke-opacity: 0.8;
10
+ --vis-line-gapfill-stroke-dashoffset: 0;
11
+ }
12
+ `, a = e`
13
+ label: line-component;
14
+ `, t = e`
15
+ label: line;
16
+ transition: opacity 200ms;
17
+ cursor: var(--vis-line-cursor);
18
+ `, i = e`
19
+ label: linePath;
20
+ fill: none;
21
+ stroke-dasharray: var(--vis-line-stroke-dasharray);
22
+ stroke-dashoffset: var(--vis-line-stroke-dashoffset);
23
+ `, r = e`
24
+ label: lineSelectionHelper;
25
+ fill: none;
26
+ stroke: rgba(0, 0, 0, 0);
27
+ stroke-width: 8px;
28
+ `, n = e`
29
+ opacity: 0.2;
30
+ `, f = e`
31
+ label: interpolated-path;
32
+ fill: none;
33
+ stroke-dasharray: var(--vis-line-gapfill-stroke-dasharray);
34
+ stroke-dashoffset: var(--vis-line-gapfill-stroke-dashoffset);
35
+ stroke-opacity: var(--vis-line-gapfill-stroke-opacity);
36
+ `;
37
+ export {
38
+ n as dim,
39
+ o as globalStyles,
40
+ f as interpolatedPath,
41
+ t as line,
42
+ i as linePath,
43
+ r as lineSelectionHelper,
44
+ a as root
45
+ };
46
+ //# sourceMappingURL=style.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.js","sources":["../../../../../../node_modules/@unovis/ts/components/line/style.js"],"sourcesContent":["import { injectGlobal, css } from '@emotion/css';\n\nconst globalStyles = injectGlobal `\n :root {\n --vis-line-cursor: default;\n --vis-line-stroke-dasharray: none;\n --vis-line-stroke-dashoffset: 0;\n\n --vis-line-gapfill-stroke-dasharray: 2 3;\n --vis-line-gapfill-stroke-opacity: 0.8;\n --vis-line-gapfill-stroke-dashoffset: 0;\n }\n`;\r\nconst root = css `\n label: line-component;\n`;\r\nconst line = css `\n label: line;\n transition: opacity 200ms;\n cursor: var(--vis-line-cursor);\n`;\r\nconst linePath = css `\n label: linePath;\n fill: none;\n stroke-dasharray: var(--vis-line-stroke-dasharray);\n stroke-dashoffset: var(--vis-line-stroke-dashoffset);\n`;\r\nconst lineSelectionHelper = css `\n label: lineSelectionHelper;\n fill: none;\n stroke: rgba(0, 0, 0, 0);\n stroke-width: 8px;\n`;\r\nconst dim = css `\n opacity: 0.2;\n`;\r\nconst interpolatedPath = css `\n label: interpolated-path;\n fill: none;\n stroke-dasharray: var(--vis-line-gapfill-stroke-dasharray);\n stroke-dashoffset: var(--vis-line-gapfill-stroke-dashoffset);\n stroke-opacity: var(--vis-line-gapfill-stroke-opacity);\n`;\n\nexport { dim, globalStyles, interpolatedPath, line, linePath, lineSelectionHelper, root };\n//# sourceMappingURL=style.js.map\n"],"names":["globalStyles","injectGlobal","root","css","line","linePath","lineSelectionHelper","dim","interpolatedPath"],"mappings":";AAEK,MAACA,IAAeC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAWfC,IAAOC;AAAA;AAAA,GAGPC,IAAOD;AAAA;AAAA;AAAA;AAAA,GAKPE,IAAWF;AAAA;AAAA;AAAA;AAAA;AAAA,GAMXG,IAAsBH;AAAA;AAAA;AAAA;AAAA;AAAA,GAMtBI,IAAMJ;AAAA;AAAA,GAGNK,IAAmBL;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../core/xy-component/config.cjs"),n=require("../../types/position.cjs"),i=Object.assign(Object.assign({},e.XYComponentDefaultConfig),{color:void 0,barMaxWidth:void 0,barWidth:void 0,dataStep:void 0,barPadding:0,roundedCorners:2,cursor:null,barMinHeight1Px:!1,barMinHeightZeroValue:null,orientation:n.Orientation.Vertical});exports.StackedBarDefaultConfig=i;
2
+ //# sourceMappingURL=config.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.cjs","sources":["../../../../../../node_modules/@unovis/ts/components/stacked-bar/config.js"],"sourcesContent":["import { XYComponentDefaultConfig } from '../../core/xy-component/config.js';\nimport { Orientation } from '../../types/position.js';\n\nconst StackedBarDefaultConfig = Object.assign(Object.assign({}, XYComponentDefaultConfig), { color: undefined, barMaxWidth: undefined, barWidth: undefined, dataStep: undefined, barPadding: 0.0, roundedCorners: 2, cursor: null, barMinHeight1Px: false, barMinHeightZeroValue: null, orientation: Orientation.Vertical });\n\nexport { StackedBarDefaultConfig };\n//# sourceMappingURL=config.js.map\n"],"names":["StackedBarDefaultConfig","XYComponentDefaultConfig","Orientation"],"mappings":"4KAGMA,EAA0B,OAAO,OAAO,OAAO,OAAO,CAAA,EAAIC,EAAAA,wBAAwB,EAAG,CAAE,MAAO,OAAW,YAAa,OAAW,SAAU,OAAW,SAAU,OAAW,WAAY,EAAK,eAAgB,EAAG,OAAQ,KAAM,gBAAiB,GAAO,sBAAuB,KAAM,YAAaC,EAAAA,YAAY,QAAU,CAAA","x_google_ignoreList":[0]}
@@ -0,0 +1,7 @@
1
+ import { XYComponentDefaultConfig as e } from "../../core/xy-component/config.js";
2
+ import { Orientation as n } from "../../types/position.js";
3
+ const t = Object.assign(Object.assign({}, e), { color: void 0, barMaxWidth: void 0, barWidth: void 0, dataStep: void 0, barPadding: 0, roundedCorners: 2, cursor: null, barMinHeight1Px: !1, barMinHeightZeroValue: null, orientation: n.Vertical });
4
+ export {
5
+ t as StackedBarDefaultConfig
6
+ };
7
+ //# sourceMappingURL=config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.js","sources":["../../../../../../node_modules/@unovis/ts/components/stacked-bar/config.js"],"sourcesContent":["import { XYComponentDefaultConfig } from '../../core/xy-component/config.js';\nimport { Orientation } from '../../types/position.js';\n\nconst StackedBarDefaultConfig = Object.assign(Object.assign({}, XYComponentDefaultConfig), { color: undefined, barMaxWidth: undefined, barWidth: undefined, dataStep: undefined, barPadding: 0.0, roundedCorners: 2, cursor: null, barMinHeight1Px: false, barMinHeightZeroValue: null, orientation: Orientation.Vertical });\n\nexport { StackedBarDefaultConfig };\n//# sourceMappingURL=config.js.map\n"],"names":["StackedBarDefaultConfig","XYComponentDefaultConfig","Orientation"],"mappings":";;AAGK,MAACA,IAA0B,OAAO,OAAO,OAAO,OAAO,CAAA,GAAIC,CAAwB,GAAG,EAAE,OAAO,QAAW,aAAa,QAAW,UAAU,QAAW,UAAU,QAAW,YAAY,GAAK,gBAAgB,GAAG,QAAQ,MAAM,iBAAiB,IAAO,uBAAuB,MAAM,aAAaC,EAAY,SAAU,CAAA;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const D=require("../../core/xy-component/index.cjs"),d=require("../../utils/data.cjs"),E=require("../../utils/path.cjs"),x=require("../../utils/d3.cjs"),V=require("../../utils/color.cjs"),M=require("../../types/position.cjs"),W=require("./config.cjs"),p=require("./style.cjs"),_=require("../../../../d3-array/src/min.cjs"),P=require("../../../../d3-array/src/max.cjs");class y extends D.XYComponentCore{constructor(t){super(),this._defaultConfig=W.StackedBarDefaultConfig,this.config=this._defaultConfig,this.getAccessors=()=>d.isArray(this.config.y)?this.config.y:[this.config.y],this.stacked=!0,this.events={},this._barData=[],t&&this.setConfig(t)}get bleed(){if(this._barData=this._getVisibleData(),this._barData.length===0)return{top:0,bottom:0,left:0,right:0};const t=!this.isVertical()&&this.dataScale.range()[0]>this.dataScale.range()[1],a=this.dataScale.domain(),s=this._getBarWidth()/2,i=this._barData.map((f,e)=>d.getNumber(f,this.config.x,e)),g=_.default(i),o=P.default(i),n=this.dataScale(g),b=this.dataScale(o),u=this.dataScale.invert(n+(t?s:-s)),l=this.dataScale.invert(b+(t?-s:s)),c=u<=a[0]?this.dataScale(a[0])-this.dataScale(u):0,S=l>a[1]?this.dataScale(l)-this.dataScale(a[1]):0;return{top:this.isVertical()?0:t?-S:c,bottom:this.isVertical()?0:t?-c:S,left:this.isVertical()?c:0,right:this.isVertical()?S:0}}get dataScale(){return this.isVertical()?this.xScale:this.yScale}get valueScale(){return this.isVertical()?this.yScale:this.xScale}isVertical(){return this.config.orientation===M.Orientation.Vertical}_render(t){const{config:a}=this,s=d.isNumber(t)?t:a.duration,i=this.getAccessors(),g=d.getStackedData(this._barData,0,i,this._prevNegative);this._prevNegative=g.map(e=>!!e.isMostlyNegative);const o=this.g.selectAll(`.${p.barGroup}`).data(this._barData,(e,r)=>{var m;return`${(m=d.getString(e,a.id,r))!==null&&m!==void 0?m:r}`}),n=(e,r)=>{const m=this.dataScale(d.getNumber(e,a.x,r)),h=this.isVertical()?m:0,v=this.isVertical()?0:m;return`translate(${h},${v})`},u=o.enter().append("g").attr("class",p.barGroup).attr("transform",n).style("opacity",1).merge(o);x.smartTransition(u,s).attr("transform",n).style("opacity",1);const l=o.exit().attr("class",p.barGroupExit);x.smartTransition(l,s).style("opacity",0).remove(),x.smartTransition(l.selectAll(`.${p.bar}`),s).attr("transform",this.isVertical()?`translate(0,${this._height/3})`:`translate(${this._width/6},0)`);const c=u.selectAll(`.${p.bar}`).data((e,r)=>g.map((m,h)=>Object.assign(Object.assign({},e),{_index:r,_stacked:m[r],_ending:h===g.length-1||h<=g.length-1&&g[h+1][r][0]!==m[r][1]}))),f=c.enter().append("path").attr("class",p.bar).attr("d",(e,r)=>this._getBarPath(e,r,!0)).style("fill",(e,r)=>V.getColor(e,a.color,r)).merge(c);x.smartTransition(f,s).attr("d",(e,r)=>this._getBarPath(e,r)).style("fill",(e,r)=>V.getColor(e,a.color,r)).style("cursor",(e,r)=>d.getString(e,a.cursor,r)),x.smartTransition(c.exit(),s).style("opacity",0).remove()}_getBarWidth(){const{config:t,datamodel:{data:a}}=this;if(d.isEmpty(a))return 0;if(t.barWidth)return _.default([t.barWidth,t.barMaxWidth]);const s=this.dataScale.bandwidth,i=this.dataScale.domain?this.dataScale.domain():[];let o=1+(s?i.length:i[1]-i[0])/t.dataStep||!s&&a.filter((u,l)=>{const c=d.getNumber(u,t.x,l);return c>=i[0]&&c<=i[1]}).length||a.length;!s&&o>=2&&(o+=1);const b=(o<2?1:1-t.barPadding)*(this.isVertical()?this._width:this._height)/o;return _.default([b,t.barMaxWidth])}_getVisibleData(){const{config:t,datamodel:{data:a}}=this,s=this._getBarWidth(),i=a.length<2?0:s/2,g=this.dataScale,o=Math.abs(g.invert(i)-g.invert(0));return a==null?void 0:a.filter((b,u)=>{const l=d.getNumber(b,t.x,u),c=g.domain(),S=+c[0],f=+c[1];return l>=S-o&&l<=f+o})}_getBarPath(t,a,s=!1){const{config:i}=this,g=this.getAccessors(),o=this._getBarWidth(),n=t._stacked[1]<0,b=t._ending,u=d.getNumber(t,g[a],t._index),l=s?0:Math.abs(this.valueScale(t._stacked[0])-this.valueScale(t._stacked[1])),c=!s&&i.barMinHeight1Px&&l<1&&isFinite(u)&&u!==i.barMinHeightZeroValue?1:l,S=s?this.valueScale(0):this.valueScale(n?t._stacked[0]:t._stacked[1])-(l<1&&i.barMinHeight1Px?1:0),f=-o/2,e=o,r=i.roundedCorners?d.isNumber(i.roundedCorners)?+i.roundedCorners:e/2:0,m=d.clamp(r,0,Math.min(l,e)/2),h=this.yScale.range()[0]>this.yScale.range()[1];return E.roundedRectPath({x:this.isVertical()?f:S-c,y:this.isVertical()?S+(h?0:-c):f,w:this.isVertical()?e:c,h:this.isVertical()?c:e,tl:b&&(this.isVertical()?!n&&h||n&&!h:n),tr:b&&(this.isVertical()?!n&&h||n&&!h:!n),br:b&&(this.isVertical()?n&&h||!n&&!h:!n),bl:b&&(this.isVertical()?n&&h||!n&&!h:n),r:m})}getValueScaleExtent(t){const{datamodel:a}=this,s=this.getAccessors(),i=t?this._getVisibleData():a.data;return d.getStackedExtent(i,...s)}getDataScaleExtent(){const{config:t,datamodel:a}=this;return d.getExtent(a.data,t.x)}getYDataExtent(t){return this.isVertical()?this.getValueScaleExtent(t):this.getDataScaleExtent()}getXDataExtent(){return this.isVertical()?this.getDataScaleExtent():this.getValueScaleExtent(!1)}}y.selectors=p;exports.StackedBar=y;
2
+ //# sourceMappingURL=index.cjs.map