@visactor/react-vchart 1.10.3-alpha.0 → 1.11.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (461) hide show
  1. package/cjs/VChart.d.ts +0 -2
  2. package/cjs/VChart.js +2 -2
  3. package/cjs/VChart.js.map +1 -1
  4. package/cjs/charts/AreaChart.d.ts +1 -1
  5. package/cjs/charts/AreaChart.js +3 -9
  6. package/cjs/charts/AreaChart.js.map +1 -1
  7. package/cjs/charts/Bar3dChart.d.ts +10 -0
  8. package/cjs/charts/Bar3dChart.js +13 -0
  9. package/cjs/charts/Bar3dChart.js.map +1 -0
  10. package/cjs/charts/BarChart.d.ts +1 -1
  11. package/cjs/charts/BarChart.js +3 -9
  12. package/cjs/charts/BarChart.js.map +1 -1
  13. package/cjs/charts/BaseChart.d.ts +3 -3
  14. package/cjs/charts/BaseChart.js +3 -2
  15. package/cjs/charts/BaseChart.js.map +1 -1
  16. package/cjs/charts/BoxPlotChart.d.ts +1 -1
  17. package/cjs/charts/BoxPlotChart.js +3 -9
  18. package/cjs/charts/BoxPlotChart.js.map +1 -1
  19. package/cjs/charts/CirclePackingChart.d.ts +10 -0
  20. package/cjs/charts/CirclePackingChart.js +13 -0
  21. package/cjs/charts/CirclePackingChart.js.map +1 -0
  22. package/cjs/charts/CircularProgressChart.d.ts +1 -1
  23. package/cjs/charts/CircularProgressChart.js +3 -9
  24. package/cjs/charts/CircularProgressChart.js.map +1 -1
  25. package/cjs/charts/CommonChart.d.ts +1 -1
  26. package/cjs/charts/CommonChart.js +3 -9
  27. package/cjs/charts/CommonChart.js.map +1 -1
  28. package/cjs/charts/CorrelationChart.d.ts +10 -0
  29. package/cjs/charts/CorrelationChart.js +13 -0
  30. package/cjs/charts/CorrelationChart.js.map +1 -0
  31. package/cjs/charts/Funnel3dChart.d.ts +10 -0
  32. package/cjs/charts/Funnel3dChart.js +13 -0
  33. package/cjs/charts/Funnel3dChart.js.map +1 -0
  34. package/cjs/charts/FunnelChart.d.ts +1 -1
  35. package/cjs/charts/FunnelChart.js +3 -9
  36. package/cjs/charts/FunnelChart.js.map +1 -1
  37. package/cjs/charts/GaugeChart.d.ts +10 -0
  38. package/cjs/charts/GaugeChart.js +13 -0
  39. package/cjs/charts/GaugeChart.js.map +1 -0
  40. package/cjs/charts/HeatmapChart.d.ts +10 -0
  41. package/cjs/charts/HeatmapChart.js +13 -0
  42. package/cjs/charts/HeatmapChart.js.map +1 -0
  43. package/cjs/charts/Histogram3dChart.d.ts +10 -0
  44. package/cjs/charts/Histogram3dChart.js +13 -0
  45. package/cjs/charts/Histogram3dChart.js.map +1 -0
  46. package/cjs/charts/HistogramChart.d.ts +1 -1
  47. package/cjs/charts/HistogramChart.js +3 -10
  48. package/cjs/charts/HistogramChart.js.map +1 -1
  49. package/cjs/charts/LineChart.d.ts +1 -1
  50. package/cjs/charts/LineChart.js +3 -9
  51. package/cjs/charts/LineChart.js.map +1 -1
  52. package/cjs/charts/LinearProgressChart.d.ts +1 -1
  53. package/cjs/charts/LinearProgressChart.js +3 -9
  54. package/cjs/charts/LinearProgressChart.js.map +1 -1
  55. package/cjs/charts/LiquidChart.d.ts +10 -0
  56. package/cjs/charts/LiquidChart.js +13 -0
  57. package/cjs/charts/LiquidChart.js.map +1 -0
  58. package/cjs/charts/MapChart.d.ts +1 -1
  59. package/cjs/charts/MapChart.js +3 -9
  60. package/cjs/charts/MapChart.js.map +1 -1
  61. package/cjs/charts/Pie3dChart.d.ts +10 -0
  62. package/cjs/charts/Pie3dChart.js +13 -0
  63. package/cjs/charts/Pie3dChart.js.map +1 -0
  64. package/cjs/charts/PieChart.d.ts +1 -1
  65. package/cjs/charts/PieChart.js +3 -9
  66. package/cjs/charts/PieChart.js.map +1 -1
  67. package/cjs/charts/RadarChart.d.ts +1 -1
  68. package/cjs/charts/RadarChart.js +3 -9
  69. package/cjs/charts/RadarChart.js.map +1 -1
  70. package/cjs/charts/RangeColumn3dChart.d.ts +10 -0
  71. package/cjs/charts/RangeColumn3dChart.js +13 -0
  72. package/cjs/charts/RangeColumn3dChart.js.map +1 -0
  73. package/cjs/charts/RangeColumnChart.d.ts +1 -1
  74. package/cjs/charts/RangeColumnChart.js +3 -9
  75. package/cjs/charts/RangeColumnChart.js.map +1 -1
  76. package/cjs/charts/RoseChart.d.ts +1 -1
  77. package/cjs/charts/RoseChart.js +4 -9
  78. package/cjs/charts/RoseChart.js.map +1 -1
  79. package/cjs/charts/SankeyChart.d.ts +10 -0
  80. package/cjs/charts/SankeyChart.js +13 -0
  81. package/cjs/charts/SankeyChart.js.map +1 -0
  82. package/cjs/charts/ScatterChart.d.ts +1 -1
  83. package/cjs/charts/ScatterChart.js +3 -9
  84. package/cjs/charts/ScatterChart.js.map +1 -1
  85. package/cjs/charts/SequenceChart.d.ts +1 -1
  86. package/cjs/charts/SequenceChart.js +3 -9
  87. package/cjs/charts/SequenceChart.js.map +1 -1
  88. package/cjs/charts/SunburstChart.d.ts +10 -0
  89. package/cjs/charts/SunburstChart.js +13 -0
  90. package/cjs/charts/SunburstChart.js.map +1 -0
  91. package/cjs/charts/TreemapChart.d.ts +10 -0
  92. package/cjs/charts/TreemapChart.js +13 -0
  93. package/cjs/charts/TreemapChart.js.map +1 -0
  94. package/cjs/charts/WaterfallChart.d.ts +10 -0
  95. package/cjs/charts/WaterfallChart.js +12 -0
  96. package/cjs/charts/WaterfallChart.js.map +1 -0
  97. package/cjs/charts/WordCloud3dChart.d.ts +10 -0
  98. package/cjs/charts/WordCloud3dChart.js +13 -0
  99. package/cjs/charts/WordCloud3dChart.js.map +1 -0
  100. package/cjs/charts/WordCloudChart.d.ts +1 -1
  101. package/cjs/charts/WordCloudChart.js +3 -9
  102. package/cjs/charts/WordCloudChart.js.map +1 -1
  103. package/cjs/charts/index.d.ts +26 -10
  104. package/cjs/charts/index.js +15 -7
  105. package/cjs/charts/index.js.map +1 -1
  106. package/cjs/components/BaseComponent.d.ts +1 -1
  107. package/cjs/components/BaseComponent.js +2 -1
  108. package/cjs/components/BaseComponent.js.map +1 -1
  109. package/cjs/components/Brush.js +2 -2
  110. package/cjs/components/Brush.js.map +1 -1
  111. package/cjs/components/ContinuousLegend.d.ts +5 -0
  112. package/cjs/components/ContinuousLegend.js +10 -0
  113. package/cjs/components/ContinuousLegend.js.map +1 -0
  114. package/cjs/components/DataZoom.js +2 -2
  115. package/cjs/components/DataZoom.js.map +1 -1
  116. package/cjs/components/Indicator.js +2 -2
  117. package/cjs/components/Indicator.js.map +1 -1
  118. package/cjs/components/Legend.js +2 -2
  119. package/cjs/components/Legend.js.map +1 -1
  120. package/cjs/components/Mark.js +2 -2
  121. package/cjs/components/Mark.js.map +1 -1
  122. package/cjs/components/MarkArea.js +2 -2
  123. package/cjs/components/MarkArea.js.map +1 -1
  124. package/cjs/components/MarkLine.js +2 -2
  125. package/cjs/components/MarkLine.js.map +1 -1
  126. package/cjs/components/MarkPoint.js +2 -2
  127. package/cjs/components/MarkPoint.js.map +1 -1
  128. package/cjs/components/Player.js +2 -2
  129. package/cjs/components/Player.js.map +1 -1
  130. package/cjs/components/Region.d.ts +1 -2
  131. package/cjs/components/Region.js.map +1 -1
  132. package/cjs/components/ScrollBar.js +2 -2
  133. package/cjs/components/ScrollBar.js.map +1 -1
  134. package/cjs/components/Title.js +2 -2
  135. package/cjs/components/Title.js.map +1 -1
  136. package/cjs/components/index.d.ts +1 -0
  137. package/cjs/components/index.js +1 -1
  138. package/cjs/components/index.js.map +1 -1
  139. package/cjs/components/tooltip/CanvasTooltip.d.ts +2 -0
  140. package/cjs/components/tooltip/CanvasTooltip.js +10 -0
  141. package/cjs/components/tooltip/CanvasTooltip.js.map +1 -0
  142. package/cjs/components/tooltip/Tooltip.js +2 -2
  143. package/cjs/components/tooltip/Tooltip.js.map +1 -1
  144. package/cjs/components/tooltip/index.d.ts +1 -0
  145. package/cjs/components/tooltip/index.js +1 -1
  146. package/cjs/components/tooltip/index.js.map +1 -1
  147. package/cjs/index.d.ts +2 -1
  148. package/cjs/index.js +12 -3
  149. package/cjs/index.js.map +1 -1
  150. package/cjs/series/Area.js +2 -2
  151. package/cjs/series/Area.js.map +1 -1
  152. package/cjs/series/Bar.js +3 -3
  153. package/cjs/series/Bar.js.map +1 -1
  154. package/cjs/series/Bar3d.d.ts +7 -0
  155. package/cjs/series/Bar3d.js +10 -0
  156. package/cjs/series/Bar3d.js.map +1 -0
  157. package/cjs/series/BaseSeries.d.ts +1 -1
  158. package/cjs/series/BaseSeries.js +3 -2
  159. package/cjs/series/BaseSeries.js.map +1 -1
  160. package/cjs/series/BoxPlot.js +3 -3
  161. package/cjs/series/BoxPlot.js.map +1 -1
  162. package/cjs/series/CirclePacking.d.ts +7 -0
  163. package/cjs/series/CirclePacking.js +10 -0
  164. package/cjs/series/CirclePacking.js.map +1 -0
  165. package/cjs/series/CircularProgress.js +3 -3
  166. package/cjs/series/CircularProgress.js.map +1 -1
  167. package/cjs/series/Correlation.d.ts +7 -0
  168. package/cjs/series/Correlation.js +10 -0
  169. package/cjs/series/Correlation.js.map +1 -0
  170. package/cjs/series/Dot.js +3 -3
  171. package/cjs/series/Dot.js.map +1 -1
  172. package/cjs/series/Funnel.js +3 -3
  173. package/cjs/series/Funnel.js.map +1 -1
  174. package/cjs/series/Funnel3d.d.ts +7 -0
  175. package/cjs/series/Funnel3d.js +10 -0
  176. package/cjs/series/Funnel3d.js.map +1 -0
  177. package/cjs/series/Gauge.d.ts +7 -0
  178. package/cjs/series/Gauge.js +10 -0
  179. package/cjs/series/Gauge.js.map +1 -0
  180. package/cjs/series/Heatmap.d.ts +7 -0
  181. package/cjs/series/Heatmap.js +10 -0
  182. package/cjs/series/Heatmap.js.map +1 -0
  183. package/cjs/series/Line.js +3 -3
  184. package/cjs/series/Line.js.map +1 -1
  185. package/cjs/series/LinearProgress.js +3 -3
  186. package/cjs/series/LinearProgress.js.map +1 -1
  187. package/cjs/series/Link.js +3 -2
  188. package/cjs/series/Link.js.map +1 -1
  189. package/cjs/series/Liquid.d.ts +7 -0
  190. package/cjs/series/Liquid.js +10 -0
  191. package/cjs/series/Liquid.js.map +1 -0
  192. package/cjs/series/Map.js +3 -3
  193. package/cjs/series/Map.js.map +1 -1
  194. package/cjs/series/Pie.js +3 -3
  195. package/cjs/series/Pie.js.map +1 -1
  196. package/cjs/series/Pie3d.d.ts +7 -0
  197. package/cjs/series/Pie3d.js +10 -0
  198. package/cjs/series/Pie3d.js.map +1 -0
  199. package/cjs/series/Radar.js +3 -3
  200. package/cjs/series/Radar.js.map +1 -1
  201. package/cjs/series/RangeColumn.js +3 -3
  202. package/cjs/series/RangeColumn.js.map +1 -1
  203. package/cjs/series/RangeColumn3d.d.ts +7 -0
  204. package/cjs/series/RangeColumn3d.js +10 -0
  205. package/cjs/series/RangeColumn3d.js.map +1 -0
  206. package/cjs/series/Rose.js +3 -3
  207. package/cjs/series/Rose.js.map +1 -1
  208. package/cjs/series/Sankey.d.ts +7 -0
  209. package/cjs/series/Sankey.js +10 -0
  210. package/cjs/series/Sankey.js.map +1 -0
  211. package/cjs/series/Scatter.js +3 -3
  212. package/cjs/series/Scatter.js.map +1 -1
  213. package/cjs/series/Series.js +1 -1
  214. package/cjs/series/Sunburst.d.ts +7 -0
  215. package/cjs/series/Sunburst.js +10 -0
  216. package/cjs/series/Sunburst.js.map +1 -0
  217. package/cjs/series/Treemap.d.ts +7 -0
  218. package/cjs/series/Treemap.js +10 -0
  219. package/cjs/series/Treemap.js.map +1 -0
  220. package/cjs/series/Waterfall.d.ts +7 -0
  221. package/cjs/series/Waterfall.js +10 -0
  222. package/cjs/series/Waterfall.js.map +1 -0
  223. package/cjs/series/WordCloud.js +2 -2
  224. package/cjs/series/WordCloud.js.map +1 -1
  225. package/cjs/series/WordCloud3d.d.ts +7 -0
  226. package/cjs/series/WordCloud3d.js +10 -0
  227. package/cjs/series/WordCloud3d.js.map +1 -0
  228. package/cjs/series/index.d.ts +24 -10
  229. package/cjs/series/index.js +16 -9
  230. package/cjs/series/index.js.map +1 -1
  231. package/esm/VChart.d.ts +0 -2
  232. package/esm/VChart.js +1 -3
  233. package/esm/VChart.js.map +1 -1
  234. package/esm/charts/AreaChart.d.ts +1 -1
  235. package/esm/charts/AreaChart.js +2 -2
  236. package/esm/charts/AreaChart.js.map +1 -1
  237. package/esm/charts/Bar3dChart.d.ts +10 -0
  238. package/esm/charts/Bar3dChart.js +9 -0
  239. package/esm/charts/Bar3dChart.js.map +1 -0
  240. package/esm/charts/BarChart.d.ts +1 -1
  241. package/esm/charts/BarChart.js +2 -2
  242. package/esm/charts/BarChart.js.map +1 -1
  243. package/esm/charts/BaseChart.d.ts +3 -3
  244. package/esm/charts/BaseChart.js +3 -2
  245. package/esm/charts/BaseChart.js.map +1 -1
  246. package/esm/charts/BoxPlotChart.d.ts +1 -1
  247. package/esm/charts/BoxPlotChart.js +2 -2
  248. package/esm/charts/BoxPlotChart.js.map +1 -1
  249. package/esm/charts/CirclePackingChart.d.ts +10 -0
  250. package/esm/charts/CirclePackingChart.js +9 -0
  251. package/esm/charts/CirclePackingChart.js.map +1 -0
  252. package/esm/charts/CircularProgressChart.d.ts +1 -1
  253. package/esm/charts/CircularProgressChart.js +2 -2
  254. package/esm/charts/CircularProgressChart.js.map +1 -1
  255. package/esm/charts/CommonChart.d.ts +1 -1
  256. package/esm/charts/CommonChart.js +2 -2
  257. package/esm/charts/CommonChart.js.map +1 -1
  258. package/esm/charts/CorrelationChart.d.ts +10 -0
  259. package/esm/charts/CorrelationChart.js +9 -0
  260. package/esm/charts/CorrelationChart.js.map +1 -0
  261. package/esm/charts/Funnel3dChart.d.ts +10 -0
  262. package/esm/charts/Funnel3dChart.js +9 -0
  263. package/esm/charts/Funnel3dChart.js.map +1 -0
  264. package/esm/charts/FunnelChart.d.ts +1 -1
  265. package/esm/charts/FunnelChart.js +2 -2
  266. package/esm/charts/FunnelChart.js.map +1 -1
  267. package/esm/charts/GaugeChart.d.ts +10 -0
  268. package/esm/charts/GaugeChart.js +9 -0
  269. package/esm/charts/GaugeChart.js.map +1 -0
  270. package/esm/charts/HeatmapChart.d.ts +10 -0
  271. package/esm/charts/HeatmapChart.js +9 -0
  272. package/esm/charts/HeatmapChart.js.map +1 -0
  273. package/esm/charts/Histogram3dChart.d.ts +10 -0
  274. package/esm/charts/Histogram3dChart.js +9 -0
  275. package/esm/charts/Histogram3dChart.js.map +1 -0
  276. package/esm/charts/HistogramChart.d.ts +1 -1
  277. package/esm/charts/HistogramChart.js +2 -3
  278. package/esm/charts/HistogramChart.js.map +1 -1
  279. package/esm/charts/LineChart.d.ts +1 -1
  280. package/esm/charts/LineChart.js +2 -2
  281. package/esm/charts/LineChart.js.map +1 -1
  282. package/esm/charts/LinearProgressChart.d.ts +1 -1
  283. package/esm/charts/LinearProgressChart.js +2 -2
  284. package/esm/charts/LinearProgressChart.js.map +1 -1
  285. package/esm/charts/LiquidChart.d.ts +10 -0
  286. package/esm/charts/LiquidChart.js +9 -0
  287. package/esm/charts/LiquidChart.js.map +1 -0
  288. package/esm/charts/MapChart.d.ts +1 -1
  289. package/esm/charts/MapChart.js +2 -2
  290. package/esm/charts/MapChart.js.map +1 -1
  291. package/esm/charts/Pie3dChart.d.ts +10 -0
  292. package/esm/charts/Pie3dChart.js +9 -0
  293. package/esm/charts/Pie3dChart.js.map +1 -0
  294. package/esm/charts/PieChart.d.ts +1 -1
  295. package/esm/charts/PieChart.js +2 -2
  296. package/esm/charts/PieChart.js.map +1 -1
  297. package/esm/charts/RadarChart.d.ts +1 -1
  298. package/esm/charts/RadarChart.js +2 -2
  299. package/esm/charts/RadarChart.js.map +1 -1
  300. package/esm/charts/RangeColumn3dChart.d.ts +10 -0
  301. package/esm/charts/RangeColumn3dChart.js +9 -0
  302. package/esm/charts/RangeColumn3dChart.js.map +1 -0
  303. package/esm/charts/RangeColumnChart.d.ts +1 -1
  304. package/esm/charts/RangeColumnChart.js +2 -2
  305. package/esm/charts/RangeColumnChart.js.map +1 -1
  306. package/esm/charts/RoseChart.d.ts +1 -1
  307. package/esm/charts/RoseChart.js +3 -2
  308. package/esm/charts/RoseChart.js.map +1 -1
  309. package/esm/charts/SankeyChart.d.ts +10 -0
  310. package/esm/charts/SankeyChart.js +9 -0
  311. package/esm/charts/SankeyChart.js.map +1 -0
  312. package/esm/charts/ScatterChart.d.ts +1 -1
  313. package/esm/charts/ScatterChart.js +2 -2
  314. package/esm/charts/ScatterChart.js.map +1 -1
  315. package/esm/charts/SequenceChart.d.ts +1 -1
  316. package/esm/charts/SequenceChart.js +2 -2
  317. package/esm/charts/SequenceChart.js.map +1 -1
  318. package/esm/charts/SunburstChart.d.ts +10 -0
  319. package/esm/charts/SunburstChart.js +9 -0
  320. package/esm/charts/SunburstChart.js.map +1 -0
  321. package/esm/charts/TreemapChart.d.ts +10 -0
  322. package/esm/charts/TreemapChart.js +9 -0
  323. package/esm/charts/TreemapChart.js.map +1 -0
  324. package/esm/charts/WaterfallChart.d.ts +10 -0
  325. package/esm/charts/WaterfallChart.js +8 -0
  326. package/esm/charts/WaterfallChart.js.map +1 -0
  327. package/esm/charts/WordCloud3dChart.d.ts +10 -0
  328. package/esm/charts/WordCloud3dChart.js +9 -0
  329. package/esm/charts/WordCloud3dChart.js.map +1 -0
  330. package/esm/charts/WordCloudChart.d.ts +1 -1
  331. package/esm/charts/WordCloudChart.js +2 -2
  332. package/esm/charts/WordCloudChart.js.map +1 -1
  333. package/esm/charts/index.d.ts +26 -10
  334. package/esm/charts/index.js +43 -11
  335. package/esm/charts/index.js.map +1 -1
  336. package/esm/components/BaseComponent.d.ts +1 -1
  337. package/esm/components/BaseComponent.js +4 -1
  338. package/esm/components/BaseComponent.js.map +1 -1
  339. package/esm/components/Brush.js +3 -1
  340. package/esm/components/Brush.js.map +1 -1
  341. package/esm/components/ContinuousLegend.d.ts +5 -0
  342. package/esm/components/ContinuousLegend.js +8 -0
  343. package/esm/components/ContinuousLegend.js.map +1 -0
  344. package/esm/components/DataZoom.js +3 -1
  345. package/esm/components/DataZoom.js.map +1 -1
  346. package/esm/components/Indicator.js +3 -1
  347. package/esm/components/Indicator.js.map +1 -1
  348. package/esm/components/Legend.js +3 -1
  349. package/esm/components/Legend.js.map +1 -1
  350. package/esm/components/Mark.js +3 -1
  351. package/esm/components/Mark.js.map +1 -1
  352. package/esm/components/MarkArea.js +3 -1
  353. package/esm/components/MarkArea.js.map +1 -1
  354. package/esm/components/MarkLine.js +3 -1
  355. package/esm/components/MarkLine.js.map +1 -1
  356. package/esm/components/MarkPoint.js +3 -1
  357. package/esm/components/MarkPoint.js.map +1 -1
  358. package/esm/components/Player.js +3 -1
  359. package/esm/components/Player.js.map +1 -1
  360. package/esm/components/Region.d.ts +1 -2
  361. package/esm/components/Region.js.map +1 -1
  362. package/esm/components/ScrollBar.js +3 -1
  363. package/esm/components/ScrollBar.js.map +1 -1
  364. package/esm/components/Title.js +3 -1
  365. package/esm/components/Title.js.map +1 -1
  366. package/esm/components/index.d.ts +1 -0
  367. package/esm/components/index.js +2 -0
  368. package/esm/components/index.js.map +1 -1
  369. package/esm/components/tooltip/CanvasTooltip.d.ts +2 -0
  370. package/esm/components/tooltip/CanvasTooltip.js +6 -0
  371. package/esm/components/tooltip/CanvasTooltip.js.map +1 -0
  372. package/esm/components/tooltip/Tooltip.js +3 -1
  373. package/esm/components/tooltip/Tooltip.js.map +1 -1
  374. package/esm/components/tooltip/index.d.ts +1 -0
  375. package/esm/components/tooltip/index.js +2 -0
  376. package/esm/components/tooltip/index.js.map +1 -1
  377. package/esm/index.d.ts +2 -1
  378. package/esm/index.js +3 -1
  379. package/esm/index.js.map +1 -1
  380. package/esm/series/Area.js +3 -1
  381. package/esm/series/Area.js.map +1 -1
  382. package/esm/series/Bar.js +4 -2
  383. package/esm/series/Bar.js.map +1 -1
  384. package/esm/series/Bar3d.d.ts +7 -0
  385. package/esm/series/Bar3d.js +6 -0
  386. package/esm/series/Bar3d.js.map +1 -0
  387. package/esm/series/BaseSeries.d.ts +1 -1
  388. package/esm/series/BaseSeries.js +5 -2
  389. package/esm/series/BaseSeries.js.map +1 -1
  390. package/esm/series/BoxPlot.js +4 -2
  391. package/esm/series/BoxPlot.js.map +1 -1
  392. package/esm/series/CirclePacking.d.ts +7 -0
  393. package/esm/series/CirclePacking.js +6 -0
  394. package/esm/series/CirclePacking.js.map +1 -0
  395. package/esm/series/CircularProgress.js +4 -2
  396. package/esm/series/CircularProgress.js.map +1 -1
  397. package/esm/series/Correlation.d.ts +7 -0
  398. package/esm/series/Correlation.js +6 -0
  399. package/esm/series/Correlation.js.map +1 -0
  400. package/esm/series/Dot.js +4 -2
  401. package/esm/series/Dot.js.map +1 -1
  402. package/esm/series/Funnel.js +4 -2
  403. package/esm/series/Funnel.js.map +1 -1
  404. package/esm/series/Funnel3d.d.ts +7 -0
  405. package/esm/series/Funnel3d.js +6 -0
  406. package/esm/series/Funnel3d.js.map +1 -0
  407. package/esm/series/Gauge.d.ts +7 -0
  408. package/esm/series/Gauge.js +6 -0
  409. package/esm/series/Gauge.js.map +1 -0
  410. package/esm/series/Heatmap.d.ts +7 -0
  411. package/esm/series/Heatmap.js +6 -0
  412. package/esm/series/Heatmap.js.map +1 -0
  413. package/esm/series/Line.js +4 -2
  414. package/esm/series/Line.js.map +1 -1
  415. package/esm/series/LinearProgress.js +4 -2
  416. package/esm/series/LinearProgress.js.map +1 -1
  417. package/esm/series/Link.js +4 -1
  418. package/esm/series/Link.js.map +1 -1
  419. package/esm/series/Liquid.d.ts +7 -0
  420. package/esm/series/Liquid.js +6 -0
  421. package/esm/series/Liquid.js.map +1 -0
  422. package/esm/series/Map.js +4 -2
  423. package/esm/series/Map.js.map +1 -1
  424. package/esm/series/Pie.js +4 -2
  425. package/esm/series/Pie.js.map +1 -1
  426. package/esm/series/Pie3d.d.ts +7 -0
  427. package/esm/series/Pie3d.js +6 -0
  428. package/esm/series/Pie3d.js.map +1 -0
  429. package/esm/series/Radar.js +4 -2
  430. package/esm/series/Radar.js.map +1 -1
  431. package/esm/series/RangeColumn.js +4 -2
  432. package/esm/series/RangeColumn.js.map +1 -1
  433. package/esm/series/RangeColumn3d.d.ts +7 -0
  434. package/esm/series/RangeColumn3d.js +6 -0
  435. package/esm/series/RangeColumn3d.js.map +1 -0
  436. package/esm/series/Rose.js +4 -2
  437. package/esm/series/Rose.js.map +1 -1
  438. package/esm/series/Sankey.d.ts +7 -0
  439. package/esm/series/Sankey.js +6 -0
  440. package/esm/series/Sankey.js.map +1 -0
  441. package/esm/series/Scatter.js +4 -2
  442. package/esm/series/Scatter.js.map +1 -1
  443. package/esm/series/Series.js +1 -1
  444. package/esm/series/Sunburst.d.ts +7 -0
  445. package/esm/series/Sunburst.js +6 -0
  446. package/esm/series/Sunburst.js.map +1 -0
  447. package/esm/series/Treemap.d.ts +7 -0
  448. package/esm/series/Treemap.js +6 -0
  449. package/esm/series/Treemap.js.map +1 -0
  450. package/esm/series/Waterfall.d.ts +7 -0
  451. package/esm/series/Waterfall.js +6 -0
  452. package/esm/series/Waterfall.js.map +1 -0
  453. package/esm/series/WordCloud.js +3 -1
  454. package/esm/series/WordCloud.js.map +1 -1
  455. package/esm/series/WordCloud3d.d.ts +7 -0
  456. package/esm/series/WordCloud3d.js +6 -0
  457. package/esm/series/WordCloud3d.js.map +1 -0
  458. package/esm/series/index.d.ts +24 -10
  459. package/esm/series/index.js +40 -12
  460. package/esm/series/index.js.map +1 -1
  461. package/package.json +2 -2
package/cjs/VChart.d.ts CHANGED
@@ -1,5 +1,3 @@
1
1
  import { BaseChartProps } from './charts/BaseChart';
2
- import VChartCore from '@visactor/vchart';
3
- export { VChartCore };
4
2
  export type VChartProps = Omit<BaseChartProps, 'container' | 'data' | 'width' | 'height' | 'type'>;
5
3
  export declare const VChart: import("react").ForwardRefExoticComponent<VChartProps & import("./containers/withContainer").ContainerProps & import("react").RefAttributes<any>>;
package/cjs/VChart.js CHANGED
@@ -8,10 +8,10 @@ var __importDefault = this && this.__importDefault || function(mod) {
8
8
 
9
9
  Object.defineProperty(exports, "__esModule", {
10
10
  value: !0
11
- }), exports.VChart = exports.VChartCore = void 0;
11
+ }), exports.VChart = void 0;
12
12
 
13
13
  const BaseChart_1 = require("./charts/BaseChart"), vchart_1 = __importDefault(require("@visactor/vchart"));
14
14
 
15
- exports.VChartCore = vchart_1.default, exports.VChart = (0, BaseChart_1.createChart)("VChart", {
15
+ exports.VChart = (0, BaseChart_1.createChart)("VChart", {
16
16
  vchartConstrouctor: vchart_1.default
17
17
  });
package/cjs/VChart.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/VChart.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAAiE;AACjE,8DAA0C;AACjC,qBADF,gBAAU,CACE;AAIN,QAAA,MAAM,GAAG,IAAA,uBAAW,EAAc,QAAQ,EAAE;IACvD,kBAAkB,EAAE,gBAAU;CAC/B,CAAC,CAAC","file":"VChart.js","sourcesContent":["import { BaseChartProps, createChart } from './charts/BaseChart';\nimport VChartCore from '@visactor/vchart';\nexport { VChartCore };\n\nexport type VChartProps = Omit<BaseChartProps, 'container' | 'data' | 'width' | 'height' | 'type'>;\n\nexport const VChart = createChart<VChartProps>('VChart', {\n vchartConstrouctor: VChartCore\n});\n"]}
1
+ {"version":3,"sources":["../src/VChart.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAAiE;AACjE,8DAAyD;AAG5C,QAAA,MAAM,GAAG,IAAA,uBAAW,EAAc,QAAQ,EAAE;IACvD,kBAAkB,EAAE,gBAAU;CAC/B,CAAC,CAAC","file":"VChart.js","sourcesContent":["import { BaseChartProps, createChart } from './charts/BaseChart';\nimport { default as VChartCore } from '@visactor/vchart';\nexport type VChartProps = Omit<BaseChartProps, 'container' | 'data' | 'width' | 'height' | 'type'>;\n\nexport const VChart = createChart<VChartProps>('VChart', {\n vchartConstrouctor: VChartCore\n});\n"]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { IAreaChartSpec } from '@visactor/vchart';
3
3
  import { BaseChartProps } from './BaseChart';
4
- export interface AreaChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IAreaChartSpec, 'type'> {
4
+ export interface AreaChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IAreaChartSpec, 'type'> {
5
5
  }
6
6
  export declare const AreaChart: React.ForwardRefExoticComponent<AreaChartProps & {
7
7
  children?: React.ReactNode;
@@ -1,19 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var __importDefault = this && this.__importDefault || function(mod) {
4
- return mod && mod.__esModule ? mod : {
5
- default: mod
6
- };
7
- };
8
-
9
3
  Object.defineProperty(exports, "__esModule", {
10
4
  value: !0
11
5
  }), exports.AreaChart = void 0;
12
6
 
13
- const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = require("./BaseChart");
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
14
8
 
15
9
  exports.AreaChart = (0, BaseChart_1.createChart)("AreaChart", {
16
10
  type: "area",
17
- vchartConstrouctor: vchart_1.default
18
- });
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerAreaChart, vchart_1.registerCartesianLinearAxis, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianTimeAxis, vchart_1.registerCartesianLogAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel ]);
19
13
  //# sourceMappingURL=AreaChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/AreaChart.tsx"],"names":[],"mappings":";;;;;;AAEA,8DAAqD;AACrD,2CAA0D;AAM7C,QAAA,SAAS,GAAG,IAAA,uBAAW,EAA6D,WAAW,EAAE;IAC5G,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,gBAAM;CAC3B,CAAC,CAAC","file":"AreaChart.js","sourcesContent":["import React from 'react';\nimport type { IAreaChartSpec } from '@visactor/vchart';\nimport { default as VChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface AreaChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<IAreaChartSpec, 'type'> {}\n\nexport const AreaChart = createChart<React.PropsWithChildren<AreaChartProps> & { type: 'area' }>('AreaChart', {\n type: 'area',\n vchartConstrouctor: VChart\n});\n"]}
1
+ {"version":3,"sources":["../src/charts/AreaChart.tsx"],"names":[],"mappings":";;;AAEA,6CAS0B;AAC1B,2CAA0D;AAM7C,QAAA,SAAS,GAAG,IAAA,uBAAW,EAClC,WAAW,EACX;IACE,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,0BAAiB;IACjB,oCAA2B;IAC3B,kCAAyB;IACzB,kCAAyB;IACzB,iCAAwB;IACxB,mCAA0B;IAC1B,sBAAa;CACd,CACF,CAAC","file":"AreaChart.js","sourcesContent":["import React from 'react';\nimport type { IAreaChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerAreaChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface AreaChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IAreaChartSpec, 'type'> {}\n\nexport const AreaChart = createChart<React.PropsWithChildren<AreaChartProps> & { type: 'area' }>(\n 'AreaChart',\n {\n type: 'area',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerAreaChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel\n ]\n);\n"]}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { IBar3dChartSpec } from '@visactor/vchart';
3
+ import { BaseChartProps } from './BaseChart';
4
+ export interface Bar3dChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IBar3dChartSpec, 'type'> {
5
+ }
6
+ export declare const Bar3dChart: React.ForwardRefExoticComponent<Bar3dChartProps & {
7
+ children?: React.ReactNode;
8
+ } & {
9
+ type: 'bar3d';
10
+ } & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.Bar3dChart = void 0;
6
+
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
8
+
9
+ exports.Bar3dChart = (0, BaseChart_1.createChart)("Bar3dChart", {
10
+ type: "bar3d",
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerBar3dChart, vchart_1.registerCartesianLinearAxis, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianTimeAxis, vchart_1.registerCartesianLogAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel, vchart_1.registerTotalLabel ]);
13
+ //# sourceMappingURL=Bar3dChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/charts/Bar3dChart.tsx"],"names":[],"mappings":";;;AAEA,6CAU0B;AAC1B,2CAA0D;AAQ7C,QAAA,UAAU,GAAG,IAAA,uBAAW,EACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,2BAAkB;IAClB,oCAA2B;IAC3B,kCAAyB;IACzB,kCAAyB;IACzB,iCAAwB;IACxB,mCAA0B;IAC1B,sBAAa;IACb,2BAAkB;CACnB,CACF,CAAC","file":"Bar3dChart.js","sourcesContent":["import React from 'react';\nimport type { IBar3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerBar3dChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel,\n registerTotalLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface Bar3dChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IBar3dChartSpec, 'type'> {\n //\n}\n\nexport const Bar3dChart = createChart<React.PropsWithChildren<Bar3dChartProps> & { type: 'bar3d' }>(\n 'Bar3dChart',\n {\n type: 'bar3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerBar3dChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel,\n registerTotalLabel\n ]\n);\n"]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { IBarChartSpec } from '@visactor/vchart';
3
3
  import { BaseChartProps } from './BaseChart';
4
- export interface BarChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IBarChartSpec, 'type'> {
4
+ export interface BarChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IBarChartSpec, 'type'> {
5
5
  }
6
6
  export declare const BarChart: React.ForwardRefExoticComponent<BarChartProps & {
7
7
  children?: React.ReactNode;
@@ -1,19 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var __importDefault = this && this.__importDefault || function(mod) {
4
- return mod && mod.__esModule ? mod : {
5
- default: mod
6
- };
7
- };
8
-
9
3
  Object.defineProperty(exports, "__esModule", {
10
4
  value: !0
11
5
  }), exports.BarChart = void 0;
12
6
 
13
- const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = require("./BaseChart");
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
14
8
 
15
9
  exports.BarChart = (0, BaseChart_1.createChart)("BarChart", {
16
10
  type: "bar",
17
- vchartConstrouctor: vchart_1.default
18
- });
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerBarChart, vchart_1.registerCartesianLinearAxis, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianTimeAxis, vchart_1.registerCartesianLogAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel, vchart_1.registerTotalLabel ]);
19
13
  //# sourceMappingURL=BarChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/BarChart.tsx"],"names":[],"mappings":";;;;;;AAEA,8DAAqD;AACrD,2CAA0D;AAQ7C,QAAA,QAAQ,GAAG,IAAA,uBAAW,EAA2D,UAAU,EAAE;IACxG,IAAI,EAAE,KAAK;IACX,kBAAkB,EAAE,gBAAM;CAC3B,CAAC,CAAC","file":"BarChart.js","sourcesContent":["import React from 'react';\nimport type { IBarChartSpec } from '@visactor/vchart';\nimport { default as VChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface BarChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<IBarChartSpec, 'type'> {\n //\n}\n\nexport const BarChart = createChart<React.PropsWithChildren<BarChartProps> & { type: 'bar' }>('BarChart', {\n type: 'bar',\n vchartConstrouctor: VChart\n});\n"]}
1
+ {"version":3,"sources":["../src/charts/BarChart.tsx"],"names":[],"mappings":";;;AAEA,6CAU0B;AAC1B,2CAA0D;AAQ7C,QAAA,QAAQ,GAAG,IAAA,uBAAW,EACjC,UAAU,EACV;IACE,IAAI,EAAE,KAAK;IACX,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,yBAAgB;IAChB,oCAA2B;IAC3B,kCAAyB;IACzB,kCAAyB;IACzB,iCAAwB;IACxB,mCAA0B;IAC1B,sBAAa;IACb,2BAAkB;CACnB,CACF,CAAC","file":"BarChart.js","sourcesContent":["import React from 'react';\nimport type { IBarChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerBarChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel,\n registerTotalLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface BarChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IBarChartSpec, 'type'> {\n //\n}\n\nexport const BarChart = createChart<React.PropsWithChildren<BarChartProps> & { type: 'bar' }>(\n 'BarChart',\n {\n type: 'bar',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerBarChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel,\n registerTotalLabel\n ]\n);\n"]}
@@ -1,4 +1,4 @@
1
- import type { IVChart, IData, IInitOption, ISpec, IVChartConstructor } from '@visactor/vchart';
1
+ import type { IVChart, IData, IInitOption, ISpec, IVChartConstructor, IHierarchyData } from '@visactor/vchart';
2
2
  import React from 'react';
3
3
  import { ContainerProps } from '../containers/withContainer';
4
4
  import { EventsProps, LegendEventProps, ScrollBarEventProps, BrushEventProps, DataZoomEventProps, PlayerEventProps, DimensionEventProps, HierarchyEventProps, ChartLifeCycleEventProps } from '../eventsUtils';
@@ -9,7 +9,7 @@ export interface BaseChartProps extends EventsProps, LegendEventProps, ScrollBar
9
9
  type?: string;
10
10
  container?: HTMLDivElement;
11
11
  spec?: ISpec;
12
- data?: IData;
12
+ data?: IData | IHierarchyData;
13
13
  width?: number;
14
14
  height?: number;
15
15
  options?: ChartOptions;
@@ -19,5 +19,5 @@ export interface BaseChartProps extends EventsProps, LegendEventProps, ScrollBar
19
19
  useSyncRender?: boolean;
20
20
  }
21
21
  type Props = React.PropsWithChildren<BaseChartProps>;
22
- export declare const createChart: <T extends Props>(componentName: string, defaultProps?: Partial<T>, callback?: (props: T, defaultProps?: Partial<T>) => T) => React.ForwardRefExoticComponent<React.PropsWithoutRef<T & ContainerProps> & React.RefAttributes<any>>;
22
+ export declare const createChart: <T extends Props>(componentName: string, defaultProps?: Partial<T>, registers?: (() => void)[]) => React.ForwardRefExoticComponent<React.PropsWithoutRef<T & ContainerProps> & React.RefAttributes<any>>;
23
23
  export {};
@@ -115,8 +115,9 @@ const react_1 = __importStar(require("react")), withContainer_1 = __importDefaul
115
115
  componentId: childId
116
116
  }));
117
117
  })), tooltipNode));
118
- })), createChart = (componentName, defaultProps, callback) => {
119
- const Com = (0, withContainer_1.default)(BaseChart, componentName, (props => callback ? callback(props, defaultProps) : defaultProps ? Object.assign(props, defaultProps) : props));
118
+ })), createChart = (componentName, defaultProps, registers) => {
119
+ registers && registers.length && defaultProps.vchartConstrouctor && defaultProps.vchartConstrouctor.useRegisters(registers);
120
+ const Com = (0, withContainer_1.default)(BaseChart, componentName, (props => defaultProps ? Object.assign(props, defaultProps) : props));
120
121
  return Com.displayName = componentName, Com;
121
122
  };
122
123
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/BaseChart.tsx"],"names":[],"mappings":"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","file":"BaseChart.js","sourcesContent":["import type { IVChart, IData, IInitOption, ISpec, IVChartConstructor } from '@visactor/vchart';\nimport React, { useState, useEffect, useRef, useImperativeHandle, ReactNode } from 'react';\nimport withContainer, { ContainerProps } from '../containers/withContainer';\nimport RootChartContext, { ChartContextType } from '../context/chart';\nimport type { IView } from '@visactor/vgrammar-core';\nimport { isEqual, isNil, pickWithout } from '@visactor/vutils';\nimport ViewContext from '../context/view';\nimport { toArray } from '../util';\nimport { REACT_PRIVATE_PROPS } from '../constants';\nimport {\n bindEventsToChart,\n EventsProps,\n CHART_EVENTS_KEYS,\n CHART_EVENTS,\n LegendEventProps,\n ScrollBarEventProps,\n BrushEventProps,\n DataZoomEventProps,\n PlayerEventProps,\n DimensionEventProps,\n HierarchyEventProps,\n ChartLifeCycleEventProps\n} from '../eventsUtils';\nimport { IReactTooltipProps } from '../components/tooltip/interface';\nimport { initCustomTooltip } from '../components/tooltip/util';\n\nexport type ChartOptions = Omit<IInitOption, 'dom'>;\n\nexport interface BaseChartProps\n extends EventsProps,\n LegendEventProps,\n ScrollBarEventProps,\n BrushEventProps,\n DataZoomEventProps,\n PlayerEventProps,\n DimensionEventProps,\n HierarchyEventProps,\n ChartLifeCycleEventProps,\n IReactTooltipProps {\n vchartConstrouctor?: IVChartConstructor;\n type?: string;\n /** 上层container */\n container?: HTMLDivElement;\n /**\n * used only by <VChart />\n */\n spec?: ISpec;\n /** 数据 */\n data?: IData;\n /** 画布宽度 */\n width?: number;\n /** 画布高度 */\n height?: number;\n /** 图表配置 */\n options?: ChartOptions;\n /** skip function diff when component update */\n skipFunctionDiff?: boolean;\n /** 图表渲染完成事件 */\n onReady?: (instance: IVChart, isInitial: boolean) => void;\n /** throw error when chart run into an error */\n onError?: (err: Error) => void;\n /**\n * use sync render\n *\n * @since 1.8.3\n * @deprecated 1.9.0\n **/\n useSyncRender?: boolean;\n}\n\ntype Props = React.PropsWithChildren<BaseChartProps>;\n\nconst notSpecKeys = [\n ...REACT_PRIVATE_PROPS,\n ...CHART_EVENTS_KEYS,\n 'vchartConstrouctor',\n 'useSyncRender',\n 'skipFunctionDiff',\n 'onError',\n 'onReady',\n 'spec',\n 'container',\n 'options'\n];\n\nconst getComponentId = (child: React.ReactNode, index: number) => {\n const componentName = child && (child as any).type && ((child as any).type.displayName || (child as any).type.name);\n return `${componentName}-${index}`;\n};\n\nconst parseSpecFromChildren = (props: Props) => {\n const specFromChildren: Omit<ISpec, 'type' | 'data' | 'width' | 'height'> = {};\n\n toArray(props.children).map((child, index) => {\n const parseSpec = child && (child as any).type && (child as any).type.parseSpec;\n\n if (parseSpec && (child as any).props) {\n const childProps = isNil((child as any).props.componentId)\n ? {\n ...(child as any).props,\n componentId: getComponentId(child, index)\n }\n : (child as any).props;\n\n const specResult = parseSpec(childProps);\n\n if (specResult.isSingle) {\n specFromChildren[specResult.specName] = specResult.spec;\n } else {\n if (!specFromChildren[specResult.specName]) {\n specFromChildren[specResult.specName] = [];\n }\n\n specFromChildren[specResult.specName].push(specResult.spec);\n }\n }\n });\n\n return specFromChildren;\n};\n\nconst BaseChart: React.FC<Props> = React.forwardRef((props, ref) => {\n const [updateId, setUpdateId] = useState<number>(0);\n const chartContext = useRef<ChartContextType>({});\n useImperativeHandle(ref, () => chartContext.current?.chart);\n const hasSpec = !!props.spec;\n const [view, setView] = useState<IView>(null);\n const isUnmount = useRef<boolean>(false);\n const prevSpec = useRef(pickWithout(props, notSpecKeys));\n const specFromChildren = useRef<Omit<ISpec, 'type' | 'data' | 'width' | 'height'>>(null);\n const eventsBinded = React.useRef<BaseChartProps>(null);\n const skipFunctionDiff = !!props.skipFunctionDiff;\n const [tooltipNode, setTooltipNode] = useState<ReactNode>(null);\n\n const parseSpec = (props: Props) => {\n let spec: ISpec = undefined;\n\n if (hasSpec && props.spec) {\n spec = props.spec;\n } else {\n spec = {\n ...prevSpec.current,\n ...specFromChildren.current\n } as ISpec;\n }\n\n const tooltipSpec = initCustomTooltip(setTooltipNode, props, spec.tooltip);\n if (tooltipSpec) {\n spec.tooltip = tooltipSpec;\n }\n return spec;\n };\n\n const createChart = (props: Props) => {\n const cs = new props.vchartConstrouctor(parseSpec(props), {\n ...props.options,\n onError: props.onError,\n autoFit: true,\n dom: props.container\n });\n chartContext.current = { ...chartContext.current, chart: cs };\n isUnmount.current = false;\n };\n\n const handleChartRender = () => {\n // rebind events after render\n if (!isUnmount.current) {\n if (!chartContext.current || !chartContext.current.chart) {\n return;\n }\n\n bindEventsToChart(chartContext.current.chart, props, eventsBinded.current, CHART_EVENTS);\n\n const newView = chartContext.current.chart.getCompiler().getVGrammarView();\n\n setUpdateId(updateId + 1);\n if (props.onReady) {\n props.onReady(chartContext.current.chart, updateId === 0);\n }\n setView(newView);\n }\n };\n\n const renderChart = () => {\n if (chartContext.current.chart) {\n chartContext.current.chart.renderSync({\n reuse: false\n });\n handleChartRender();\n }\n };\n\n useEffect(() => {\n const newSpecFromChildren = hasSpec ? null : parseSpecFromChildren(props);\n\n if (!chartContext.current?.chart) {\n if (!hasSpec) {\n specFromChildren.current = newSpecFromChildren;\n }\n\n createChart(props);\n renderChart();\n eventsBinded.current = props;\n return;\n }\n\n if (hasSpec) {\n if (!isEqual(eventsBinded.current.spec, props.spec, { skipFunction: skipFunctionDiff })) {\n eventsBinded.current = props;\n chartContext.current.chart.updateSpecSync(parseSpec(props), undefined, {\n morph: false,\n enableExitAnimation: false\n });\n handleChartRender();\n }\n return;\n }\n\n const newSpec = pickWithout(props, notSpecKeys);\n\n if (\n !isEqual(newSpec, prevSpec.current, { skipFunction: skipFunctionDiff }) ||\n !isEqual(newSpecFromChildren, specFromChildren.current)\n ) {\n prevSpec.current = newSpec;\n specFromChildren.current = newSpecFromChildren;\n\n chartContext.current.chart.updateSpecSync(parseSpec(props), undefined, {\n morph: false,\n enableExitAnimation: false\n });\n handleChartRender();\n }\n }, [props]);\n\n useEffect(() => {\n return () => {\n if (chartContext) {\n if (chartContext.current && chartContext.current.chart) {\n chartContext.current.chart.release();\n chartContext.current.chart = null;\n }\n }\n eventsBinded.current = null;\n isUnmount.current = true;\n };\n }, []);\n\n return (\n <RootChartContext.Provider value={chartContext.current}>\n <ViewContext.Provider value={view}>\n {toArray(props.children).map((child, index) => {\n if (typeof child === 'string') {\n return;\n }\n\n const childId = getComponentId(child, index);\n\n return (\n <React.Fragment key={childId}>\n {React.cloneElement(child as React.ReactElement<any, React.JSXElementConstructor<any>>, {\n updateId: updateId,\n componentId: childId\n })}\n </React.Fragment>\n );\n })}\n {tooltipNode}\n </ViewContext.Provider>\n </RootChartContext.Provider>\n );\n});\n\nexport const createChart = <T extends Props>(\n componentName: string,\n defaultProps?: Partial<T>,\n callback?: (props: T, defaultProps?: Partial<T>) => T\n) => {\n const Com = withContainer<ContainerProps, T>(BaseChart as any, componentName, (props: T) => {\n if (callback) {\n return callback(props, defaultProps);\n }\n\n if (defaultProps) {\n return Object.assign(props, defaultProps);\n }\n return props;\n });\n Com.displayName = componentName;\n return Com;\n};\n"]}
1
+ {"version":3,"sources":["../src/charts/BaseChart.tsx"],"names":[],"mappings":"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","file":"BaseChart.js","sourcesContent":["import type { IVChart, IData, IInitOption, ISpec, IVChartConstructor, IHierarchyData } from '@visactor/vchart';\nimport React, { useState, useEffect, useRef, useImperativeHandle, ReactNode } from 'react';\nimport withContainer, { ContainerProps } from '../containers/withContainer';\nimport RootChartContext, { ChartContextType } from '../context/chart';\nimport type { IView } from '@visactor/vgrammar-core';\nimport { isEqual, isNil, pickWithout } from '@visactor/vutils';\nimport ViewContext from '../context/view';\nimport { toArray } from '../util';\nimport { REACT_PRIVATE_PROPS } from '../constants';\nimport {\n bindEventsToChart,\n EventsProps,\n CHART_EVENTS_KEYS,\n CHART_EVENTS,\n LegendEventProps,\n ScrollBarEventProps,\n BrushEventProps,\n DataZoomEventProps,\n PlayerEventProps,\n DimensionEventProps,\n HierarchyEventProps,\n ChartLifeCycleEventProps\n} from '../eventsUtils';\nimport { IReactTooltipProps } from '../components/tooltip/interface';\nimport { initCustomTooltip } from '../components/tooltip/util';\n\nexport type ChartOptions = Omit<IInitOption, 'dom'>;\n\nexport interface BaseChartProps\n extends EventsProps,\n LegendEventProps,\n ScrollBarEventProps,\n BrushEventProps,\n DataZoomEventProps,\n PlayerEventProps,\n DimensionEventProps,\n HierarchyEventProps,\n ChartLifeCycleEventProps,\n IReactTooltipProps {\n vchartConstrouctor?: IVChartConstructor;\n type?: string;\n /** 上层container */\n container?: HTMLDivElement;\n /**\n * used only by <VChart />\n */\n spec?: ISpec;\n /** 数据 */\n data?: IData | IHierarchyData;\n /** 画布宽度 */\n width?: number;\n /** 画布高度 */\n height?: number;\n /** 图表配置 */\n options?: ChartOptions;\n /** skip function diff when component update */\n skipFunctionDiff?: boolean;\n /** 图表渲染完成事件 */\n onReady?: (instance: IVChart, isInitial: boolean) => void;\n /** throw error when chart run into an error */\n onError?: (err: Error) => void;\n /**\n * use sync render\n *\n * @since 1.8.3\n * @deprecated 1.9.0\n **/\n useSyncRender?: boolean;\n}\n\ntype Props = React.PropsWithChildren<BaseChartProps>;\n\nconst notSpecKeys = [\n ...REACT_PRIVATE_PROPS,\n ...CHART_EVENTS_KEYS,\n 'vchartConstrouctor',\n 'useSyncRender',\n 'skipFunctionDiff',\n 'onError',\n 'onReady',\n 'spec',\n 'container',\n 'options'\n];\n\nconst getComponentId = (child: React.ReactNode, index: number) => {\n const componentName = child && (child as any).type && ((child as any).type.displayName || (child as any).type.name);\n return `${componentName}-${index}`;\n};\n\nconst parseSpecFromChildren = (props: Props) => {\n const specFromChildren: Omit<ISpec, 'type' | 'data' | 'width' | 'height'> = {};\n\n toArray(props.children).map((child, index) => {\n const parseSpec = child && (child as any).type && (child as any).type.parseSpec;\n\n if (parseSpec && (child as any).props) {\n const childProps = isNil((child as any).props.componentId)\n ? {\n ...(child as any).props,\n componentId: getComponentId(child, index)\n }\n : (child as any).props;\n\n const specResult = parseSpec(childProps);\n\n if (specResult.isSingle) {\n specFromChildren[specResult.specName] = specResult.spec;\n } else {\n if (!specFromChildren[specResult.specName]) {\n specFromChildren[specResult.specName] = [];\n }\n\n specFromChildren[specResult.specName].push(specResult.spec);\n }\n }\n });\n\n return specFromChildren;\n};\n\nconst BaseChart: React.FC<Props> = React.forwardRef((props, ref) => {\n const [updateId, setUpdateId] = useState<number>(0);\n const chartContext = useRef<ChartContextType>({});\n useImperativeHandle(ref, () => chartContext.current?.chart);\n const hasSpec = !!props.spec;\n const [view, setView] = useState<IView>(null);\n const isUnmount = useRef<boolean>(false);\n const prevSpec = useRef(pickWithout(props, notSpecKeys));\n const specFromChildren = useRef<Omit<ISpec, 'type' | 'data' | 'width' | 'height'>>(null);\n const eventsBinded = React.useRef<BaseChartProps>(null);\n const skipFunctionDiff = !!props.skipFunctionDiff;\n const [tooltipNode, setTooltipNode] = useState<ReactNode>(null);\n\n const parseSpec = (props: Props) => {\n let spec: ISpec = undefined;\n\n if (hasSpec && props.spec) {\n spec = props.spec;\n } else {\n spec = {\n ...prevSpec.current,\n ...specFromChildren.current\n } as ISpec;\n }\n\n const tooltipSpec = initCustomTooltip(setTooltipNode, props, spec.tooltip);\n if (tooltipSpec) {\n spec.tooltip = tooltipSpec;\n }\n return spec;\n };\n\n const createChart = (props: Props) => {\n const cs = new props.vchartConstrouctor(parseSpec(props), {\n ...props.options,\n onError: props.onError,\n autoFit: true,\n dom: props.container\n });\n chartContext.current = { ...chartContext.current, chart: cs };\n isUnmount.current = false;\n };\n\n const handleChartRender = () => {\n // rebind events after render\n if (!isUnmount.current) {\n if (!chartContext.current || !chartContext.current.chart) {\n return;\n }\n\n bindEventsToChart(chartContext.current.chart, props, eventsBinded.current, CHART_EVENTS);\n\n const newView = chartContext.current.chart.getCompiler().getVGrammarView();\n\n setUpdateId(updateId + 1);\n if (props.onReady) {\n props.onReady(chartContext.current.chart, updateId === 0);\n }\n setView(newView);\n }\n };\n\n const renderChart = () => {\n if (chartContext.current.chart) {\n chartContext.current.chart.renderSync({\n reuse: false\n });\n handleChartRender();\n }\n };\n\n useEffect(() => {\n const newSpecFromChildren = hasSpec ? null : parseSpecFromChildren(props);\n\n if (!chartContext.current?.chart) {\n if (!hasSpec) {\n specFromChildren.current = newSpecFromChildren;\n }\n\n createChart(props);\n renderChart();\n eventsBinded.current = props;\n return;\n }\n\n if (hasSpec) {\n if (!isEqual(eventsBinded.current.spec, props.spec, { skipFunction: skipFunctionDiff })) {\n eventsBinded.current = props;\n chartContext.current.chart.updateSpecSync(parseSpec(props), undefined, {\n morph: false,\n enableExitAnimation: false\n });\n handleChartRender();\n }\n return;\n }\n\n const newSpec = pickWithout(props, notSpecKeys);\n\n if (\n !isEqual(newSpec, prevSpec.current, { skipFunction: skipFunctionDiff }) ||\n !isEqual(newSpecFromChildren, specFromChildren.current)\n ) {\n prevSpec.current = newSpec;\n specFromChildren.current = newSpecFromChildren;\n\n chartContext.current.chart.updateSpecSync(parseSpec(props), undefined, {\n morph: false,\n enableExitAnimation: false\n });\n handleChartRender();\n }\n }, [props]);\n\n useEffect(() => {\n return () => {\n if (chartContext) {\n if (chartContext.current && chartContext.current.chart) {\n chartContext.current.chart.release();\n chartContext.current.chart = null;\n }\n }\n eventsBinded.current = null;\n isUnmount.current = true;\n };\n }, []);\n\n return (\n <RootChartContext.Provider value={chartContext.current}>\n <ViewContext.Provider value={view}>\n {toArray(props.children).map((child, index) => {\n if (typeof child === 'string') {\n return;\n }\n\n const childId = getComponentId(child, index);\n\n return (\n <React.Fragment key={childId}>\n {React.cloneElement(child as React.ReactElement<any, React.JSXElementConstructor<any>>, {\n updateId: updateId,\n componentId: childId\n })}\n </React.Fragment>\n );\n })}\n {tooltipNode}\n </ViewContext.Provider>\n </RootChartContext.Provider>\n );\n});\n\nexport const createChart = <T extends Props>(\n componentName: string,\n defaultProps?: Partial<T>,\n registers?: (() => void)[]\n) => {\n if (registers && registers.length && defaultProps.vchartConstrouctor) {\n defaultProps.vchartConstrouctor.useRegisters(registers);\n }\n\n const Com = withContainer<ContainerProps, T>(BaseChart as any, componentName, (props: T) => {\n if (defaultProps) {\n return Object.assign(props, defaultProps);\n }\n return props;\n });\n Com.displayName = componentName;\n return Com;\n};\n"]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { IBoxPlotChartSpec } from '@visactor/vchart';
3
3
  import { BaseChartProps } from './BaseChart';
4
- export interface BoxPlotChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IBoxPlotChartSpec, 'type'> {
4
+ export interface BoxPlotChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IBoxPlotChartSpec, 'type'> {
5
5
  }
6
6
  export declare const BoxPlotChart: React.ForwardRefExoticComponent<BoxPlotChartProps & {
7
7
  children?: React.ReactNode;
@@ -1,19 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var __importDefault = this && this.__importDefault || function(mod) {
4
- return mod && mod.__esModule ? mod : {
5
- default: mod
6
- };
7
- };
8
-
9
3
  Object.defineProperty(exports, "__esModule", {
10
4
  value: !0
11
5
  }), exports.BoxPlotChart = void 0;
12
6
 
13
- const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = require("./BaseChart");
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
14
8
 
15
9
  exports.BoxPlotChart = (0, BaseChart_1.createChart)("BoxPlotChart", {
16
10
  type: "boxPlot",
17
- vchartConstrouctor: vchart_1.default
18
- });
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerBoxplotChart, vchart_1.registerCartesianLinearAxis, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianTimeAxis, vchart_1.registerCartesianLogAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel ]);
19
13
  //# sourceMappingURL=BoxPlotChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/BoxPlotChart.tsx"],"names":[],"mappings":";;;;;;AAEA,8DAAqD;AACrD,2CAA0D;AAM7C,QAAA,YAAY,GAAG,IAAA,uBAAW,EACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,gBAAM;CAC3B,CACF,CAAC","file":"BoxPlotChart.js","sourcesContent":["import React from 'react';\nimport { IBoxPlotChartSpec } from '@visactor/vchart';\nimport { default as VChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface BoxPlotChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<IBoxPlotChartSpec, 'type'> {}\n\nexport const BoxPlotChart = createChart<React.PropsWithChildren<BoxPlotChartProps> & { type: 'boxPlot' }>(\n 'BoxPlotChart',\n {\n type: 'boxPlot',\n vchartConstrouctor: VChart\n }\n);\n"]}
1
+ {"version":3,"sources":["../src/charts/BoxPlotChart.tsx"],"names":[],"mappings":";;;AAEA,6CAS0B;AAC1B,2CAA0D;AAM7C,QAAA,YAAY,GAAG,IAAA,uBAAW,EACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,6BAAoB;IACpB,oCAA2B;IAC3B,kCAAyB;IACzB,kCAAyB;IACzB,iCAAwB;IACxB,mCAA0B;IAC1B,sBAAa;CACd,CACF,CAAC","file":"BoxPlotChart.js","sourcesContent":["import React from 'react';\nimport { IBoxPlotChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerBoxplotChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface BoxPlotChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IBoxPlotChartSpec, 'type'> {}\n\nexport const BoxPlotChart = createChart<React.PropsWithChildren<BoxPlotChartProps> & { type: 'boxPlot' }>(\n 'BoxPlotChart',\n {\n type: 'boxPlot',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerBoxplotChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel\n ]\n);\n"]}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { ICirclePackingChartSpec } from '@visactor/vchart';
3
+ import { BaseChartProps } from './BaseChart';
4
+ export interface CirclePackingChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ICirclePackingChartSpec, 'type'> {
5
+ }
6
+ export declare const CirclePackingChart: React.ForwardRefExoticComponent<CirclePackingChartProps & {
7
+ children?: React.ReactNode;
8
+ } & {
9
+ type: 'circlePacking';
10
+ } & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.CirclePackingChart = void 0;
6
+
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
8
+
9
+ exports.CirclePackingChart = (0, BaseChart_1.createChart)("CirclePackingChart", {
10
+ type: "circlePacking",
11
+ vchartConstrouctor: vchart_1.VChart
12
+ });
13
+ //# sourceMappingURL=CirclePackingChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/charts/CirclePackingChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAsE;AACtE,2CAA0D;AAM7C,QAAA,kBAAkB,GAAG,IAAA,uBAAW,EAE3C,oBAAoB,EAAE;IACtB,IAAI,EAAE,eAAe;IACrB,kBAAkB,EAAE,eAA4B;CACjD,CAAC,CAAC","file":"CirclePackingChart.js","sourcesContent":["import React from 'react';\nimport { ICirclePackingChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerCirclePackingChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface CirclePackingChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ICirclePackingChartSpec, 'type'> {}\n\nexport const CirclePackingChart = createChart<\n React.PropsWithChildren<CirclePackingChartProps> & { type: 'circlePacking' }\n>('CirclePackingChart', {\n type: 'circlePacking',\n vchartConstrouctor: VChart as IVChartConstructor\n});\n"]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ICircularProgressChartSpec } from '@visactor/vchart';
3
3
  import { BaseChartProps } from './BaseChart';
4
- export interface CircularProgressChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ICircularProgressChartSpec, 'type'> {
4
+ export interface CircularProgressChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ICircularProgressChartSpec, 'type'> {
5
5
  }
6
6
  export declare const CircularProgressChart: React.ForwardRefExoticComponent<CircularProgressChartProps & {
7
7
  children?: React.ReactNode;
@@ -1,19 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var __importDefault = this && this.__importDefault || function(mod) {
4
- return mod && mod.__esModule ? mod : {
5
- default: mod
6
- };
7
- };
8
-
9
3
  Object.defineProperty(exports, "__esModule", {
10
4
  value: !0
11
5
  }), exports.CircularProgressChart = void 0;
12
6
 
13
- const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = require("./BaseChart");
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
14
8
 
15
9
  exports.CircularProgressChart = (0, BaseChart_1.createChart)("CircularProgressChart", {
16
10
  type: "circularProgress",
17
- vchartConstrouctor: vchart_1.default
18
- });
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerCircularProgressChart, vchart_1.registerPolarLinearAxis, vchart_1.registerPolarBandAxis, vchart_1.registerPolarCrossHair, vchart_1.registerLabel ]);
19
13
  //# sourceMappingURL=CircularProgressChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/CircularProgressChart.tsx"],"names":[],"mappings":";;;;;;AAEA,8DAAqD;AACrD,2CAA0D;AAM7C,QAAA,qBAAqB,GAAG,IAAA,uBAAW,EAE9C,uBAAuB,EAAE;IACzB,IAAI,EAAE,kBAAkB;IACxB,kBAAkB,EAAE,gBAAM;CAC3B,CAAC,CAAC","file":"CircularProgressChart.js","sourcesContent":["import React from 'react';\nimport { ICircularProgressChartSpec } from '@visactor/vchart';\nimport { default as VChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface CircularProgressChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ICircularProgressChartSpec, 'type'> {}\n\nexport const CircularProgressChart = createChart<\n React.PropsWithChildren<CircularProgressChartProps> & { type: 'circularProgress' }\n>('CircularProgressChart', {\n type: 'circularProgress',\n vchartConstrouctor: VChart\n});\n"]}
1
+ {"version":3,"sources":["../src/charts/CircularProgressChart.tsx"],"names":[],"mappings":";;;AAEA,6CAO0B;AAC1B,2CAA0D;AAM7C,QAAA,qBAAqB,GAAG,IAAA,uBAAW,EAG9C,uBAAuB,EACvB;IACE,IAAI,EAAE,kBAAkB;IACxB,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,sCAA6B;IAC7B,gCAAuB;IACvB,8BAAqB;IACrB,+BAAsB;IACtB,sBAAa;CACd,CACF,CAAC","file":"CircularProgressChart.js","sourcesContent":["import React from 'react';\nimport { ICircularProgressChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerCircularProgressChart,\n registerPolarLinearAxis, // 必选\n registerPolarBandAxis, // 必选\n registerPolarCrossHair,\n registerLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface CircularProgressChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ICircularProgressChartSpec, 'type'> {}\n\nexport const CircularProgressChart = createChart<\n React.PropsWithChildren<CircularProgressChartProps> & { type: 'circularProgress' }\n>(\n 'CircularProgressChart',\n {\n type: 'circularProgress',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerCircularProgressChart,\n registerPolarLinearAxis, // 必选\n registerPolarBandAxis, // 必选\n registerPolarCrossHair,\n registerLabel\n ]\n);\n"]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ICommonChartSpec } from '@visactor/vchart';
3
3
  import { BaseChartProps } from './BaseChart';
4
- export interface CommonChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ICommonChartSpec, 'type'> {
4
+ export interface CommonChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ICommonChartSpec, 'type'> {
5
5
  }
6
6
  export declare const CommonChart: React.ForwardRefExoticComponent<CommonChartProps & {
7
7
  children?: React.ReactNode;
@@ -1,19 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var __importDefault = this && this.__importDefault || function(mod) {
4
- return mod && mod.__esModule ? mod : {
5
- default: mod
6
- };
7
- };
8
-
9
3
  Object.defineProperty(exports, "__esModule", {
10
4
  value: !0
11
5
  }), exports.CommonChart = void 0;
12
6
 
13
- const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = require("./BaseChart");
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
14
8
 
15
9
  exports.CommonChart = (0, BaseChart_1.createChart)("CommonChart", {
16
10
  type: "common",
17
- vchartConstrouctor: vchart_1.default
18
- });
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerCommonChart, vchart_1.registerCartesianLinearAxis, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianTimeAxis, vchart_1.registerCartesianLogAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel, vchart_1.registerTotalLabel, vchart_1.registerAreaSeries, vchart_1.registerBarSeries, vchart_1.registerLineSeries, vchart_1.registerScatterSeries, vchart_1.registerPieSeries ]);
19
13
  //# sourceMappingURL=CommonChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/CommonChart.tsx"],"names":[],"mappings":";;;;;;AAEA,8DAAqD;AACrD,2CAA0D;AAM7C,QAAA,WAAW,GAAG,IAAA,uBAAW,EAAiE,aAAa,EAAE;IACpH,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,gBAAM;CAC3B,CAAC,CAAC","file":"CommonChart.js","sourcesContent":["import React from 'react';\nimport { ICommonChartSpec } from '@visactor/vchart';\nimport { default as VChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface CommonChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ICommonChartSpec, 'type'> {}\n\nexport const CommonChart = createChart<React.PropsWithChildren<CommonChartProps> & { type: 'common' }>('CommonChart', {\n type: 'common',\n vchartConstrouctor: VChart\n});\n"]}
1
+ {"version":3,"sources":["../src/charts/CommonChart.tsx"],"names":[],"mappings":";;;AAEA,6CAe0B;AAC1B,2CAA0D;AAM7C,QAAA,WAAW,GAAG,IAAA,uBAAW,EACpC,aAAa,EACb;IACE,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,eAA4B;CACjD,EACD;IACE,4BAAmB;IACnB,oCAA2B;IAC3B,kCAAyB;IACzB,kCAAyB;IACzB,iCAAwB;IACxB,mCAA0B;IAE1B,sBAAa;IACb,2BAAkB;IAElB,2BAAkB;IAClB,0BAAiB;IACjB,2BAAkB;IAClB,8BAAqB;IACrB,0BAAiB;CAClB,CACF,CAAC","file":"CommonChart.js","sourcesContent":["import React from 'react';\nimport { ICommonChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerCommonChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n registerLabel,\n registerTotalLabel,\n registerAreaSeries,\n registerBarSeries,\n registerLineSeries,\n registerScatterSeries,\n registerPieSeries\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface CommonChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ICommonChartSpec, 'type'> {}\n\nexport const CommonChart = createChart<React.PropsWithChildren<CommonChartProps> & { type: 'common' }>(\n 'CommonChart',\n {\n type: 'common',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [\n registerCommonChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerCartesianCrossHair,\n\n registerLabel,\n registerTotalLabel,\n\n registerAreaSeries,\n registerBarSeries,\n registerLineSeries,\n registerScatterSeries,\n registerPieSeries\n ]\n);\n"]}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { ICorrelationChartSpec } from '@visactor/vchart';
3
+ import { BaseChartProps } from './BaseChart';
4
+ export interface CorrelationChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ICorrelationChartSpec, 'type'> {
5
+ }
6
+ export declare const CorrelationChart: React.ForwardRefExoticComponent<CorrelationChartProps & {
7
+ children?: React.ReactNode;
8
+ } & {
9
+ type: 'correlation';
10
+ } & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.CorrelationChart = void 0;
6
+
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
8
+
9
+ exports.CorrelationChart = (0, BaseChart_1.createChart)("CorrelationChart", {
10
+ type: "correlation",
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerCorrelationChart ]);
13
+ //# sourceMappingURL=CorrelationChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/charts/CorrelationChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAoE;AACpE,2CAA0D;AAM7C,QAAA,gBAAgB,GAAG,IAAA,uBAAW,EACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,iCAAwB,CAAC,CAC3B,CAAC","file":"CorrelationChart.js","sourcesContent":["import React from 'react';\nimport { ICorrelationChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerCorrelationChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface CorrelationChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ICorrelationChartSpec, 'type'> {}\n\nexport const CorrelationChart = createChart<React.PropsWithChildren<CorrelationChartProps> & { type: 'correlation' }>(\n 'CorrelationChart',\n {\n type: 'correlation',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerCorrelationChart]\n);\n"]}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IFunnel3dChartSpec } from '@visactor/vchart';
3
+ import { BaseChartProps } from './BaseChart';
4
+ export interface Funnel3dChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IFunnel3dChartSpec, 'type'> {
5
+ }
6
+ export declare const Funnel3dChart: React.ForwardRefExoticComponent<Funnel3dChartProps & {
7
+ children?: React.ReactNode;
8
+ } & {
9
+ type: 'funnel3d';
10
+ } & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.Funnel3dChart = void 0;
6
+
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
8
+
9
+ exports.Funnel3dChart = (0, BaseChart_1.createChart)("Funnel3dChart", {
10
+ type: "funnel3d",
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerFunnel3dChart, vchart_1.registerLabel ]);
13
+ //# sourceMappingURL=Funnel3dChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/charts/Funnel3dChart.tsx"],"names":[],"mappings":";;;AAEA,6CAAgF;AAChF,2CAA0D;AAM7C,QAAA,aAAa,GAAG,IAAA,uBAAW,EACtC,eAAe,EACf;IACE,IAAI,EAAE,UAAU;IAChB,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,8BAAqB,EAAE,sBAAa,CAAC,CACvC,CAAC","file":"Funnel3dChart.js","sourcesContent":["import React from 'react';\nimport { IFunnel3dChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerFunnel3dChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface Funnel3dChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IFunnel3dChartSpec, 'type'> {}\n\nexport const Funnel3dChart = createChart<React.PropsWithChildren<Funnel3dChartProps> & { type: 'funnel3d' }>(\n 'Funnel3dChart',\n {\n type: 'funnel3d',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerFunnel3dChart, registerLabel]\n);\n"]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { IFunnelChartSpec } from '@visactor/vchart';
3
3
  import { BaseChartProps } from './BaseChart';
4
- export interface FunnelChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IFunnelChartSpec, 'type'> {
4
+ export interface FunnelChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IFunnelChartSpec, 'type'> {
5
5
  }
6
6
  export declare const FunnelChart: React.ForwardRefExoticComponent<FunnelChartProps & {
7
7
  children?: React.ReactNode;
@@ -1,19 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var __importDefault = this && this.__importDefault || function(mod) {
4
- return mod && mod.__esModule ? mod : {
5
- default: mod
6
- };
7
- };
8
-
9
3
  Object.defineProperty(exports, "__esModule", {
10
4
  value: !0
11
5
  }), exports.FunnelChart = void 0;
12
6
 
13
- const vchart_1 = __importDefault(require("@visactor/vchart")), BaseChart_1 = require("./BaseChart");
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
14
8
 
15
9
  exports.FunnelChart = (0, BaseChart_1.createChart)("FunnelChart", {
16
10
  type: "funnel",
17
- vchartConstrouctor: vchart_1.default
18
- });
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerFunnelChart, vchart_1.registerLabel ]);
19
13
  //# sourceMappingURL=FunnelChart.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/charts/FunnelChart.tsx"],"names":[],"mappings":";;;;;;AAEA,8DAAqD;AACrD,2CAA0D;AAM7C,QAAA,WAAW,GAAG,IAAA,uBAAW,EAAiE,aAAa,EAAE;IACpH,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,gBAAM;CAC3B,CAAC,CAAC","file":"FunnelChart.js","sourcesContent":["import React from 'react';\nimport { IFunnelChartSpec } from '@visactor/vchart';\nimport { default as VChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface FunnelChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<IFunnelChartSpec, 'type'> {}\n\nexport const FunnelChart = createChart<React.PropsWithChildren<FunnelChartProps> & { type: 'funnel' }>('FunnelChart', {\n type: 'funnel',\n vchartConstrouctor: VChart\n});\n"]}
1
+ {"version":3,"sources":["../src/charts/FunnelChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA8E;AAC9E,2CAA0D;AAM7C,QAAA,WAAW,GAAG,IAAA,uBAAW,EACpC,aAAa,EACb;IACE,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,4BAAmB,EAAE,sBAAa,CAAC,CACrC,CAAC","file":"FunnelChart.js","sourcesContent":["import React from 'react';\nimport { IFunnelChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerFunnelChart, registerLabel } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface FunnelChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IFunnelChartSpec, 'type'> {}\n\nexport const FunnelChart = createChart<React.PropsWithChildren<FunnelChartProps> & { type: 'funnel' }>(\n 'FunnelChart',\n {\n type: 'funnel',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerFunnelChart, registerLabel]\n);\n"]}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { IGaugeChartSpec } from '@visactor/vchart';
3
+ import { BaseChartProps } from './BaseChart';
4
+ export interface GaugeChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IGaugeChartSpec, 'type'> {
5
+ }
6
+ export declare const GaugeChart: React.ForwardRefExoticComponent<GaugeChartProps & {
7
+ children?: React.ReactNode;
8
+ } & {
9
+ type: 'gauge';
10
+ } & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.GaugeChart = void 0;
6
+
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
8
+
9
+ exports.GaugeChart = (0, BaseChart_1.createChart)("GaugeChart", {
10
+ type: "gauge",
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerGaugeChart ]);
13
+ //# sourceMappingURL=GaugeChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/charts/GaugeChart.tsx"],"names":[],"mappings":";;;AAEA,6CAA8D;AAC9D,2CAA0D;AAM7C,QAAA,UAAU,GAAG,IAAA,uBAAW,EACnC,YAAY,EACZ;IACE,IAAI,EAAE,OAAO;IACb,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,2BAAkB,CAAC,CACrB,CAAC","file":"GaugeChart.js","sourcesContent":["import React from 'react';\nimport type { IGaugeChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport { VChart, registerGaugeChart } from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface GaugeChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IGaugeChartSpec, 'type'> {}\n\nexport const GaugeChart = createChart<React.PropsWithChildren<GaugeChartProps> & { type: 'gauge' }>(\n 'GaugeChart',\n {\n type: 'gauge',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerGaugeChart]\n);\n"]}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { IHeatmapChartSpec } from '@visactor/vchart';
3
+ import { BaseChartProps } from './BaseChart';
4
+ export interface HeatmapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IHeatmapChartSpec, 'type'> {
5
+ }
6
+ export declare const HeatmapChart: React.ForwardRefExoticComponent<HeatmapChartProps & {
7
+ children?: React.ReactNode;
8
+ } & {
9
+ type: 'heatmap';
10
+ } & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.HeatmapChart = void 0;
6
+
7
+ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
8
+
9
+ exports.HeatmapChart = (0, BaseChart_1.createChart)("HeatmapChart", {
10
+ type: "heatmap",
11
+ vchartConstrouctor: vchart_1.VChart
12
+ }, [ vchart_1.registerHeatmapChart, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianCrossHair, vchart_1.registerLabel ]);
13
+ //# sourceMappingURL=HeatmapChart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/charts/HeatmapChart.tsx"],"names":[],"mappings":";;;AAEA,6CAM0B;AAC1B,2CAA0D;AAQ7C,QAAA,YAAY,GAAG,IAAA,uBAAW,EACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,eAA4B;CACjD,EACD,CAAC,6BAAoB,EAAE,kCAAyB,EAAE,mCAA0B,EAAE,sBAAa,CAAC,CAC7F,CAAC","file":"HeatmapChart.js","sourcesContent":["import React from 'react';\nimport type { IHeatmapChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerHeatmapChart,\n registerCartesianBandAxis,\n registerCartesianCrossHair,\n registerLabel\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nexport interface HeatmapChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IHeatmapChartSpec, 'type'> {\n //\n}\n\nexport const HeatmapChart = createChart<React.PropsWithChildren<HeatmapChartProps> & { type: 'heatmap' }>(\n 'HeatmapChart',\n {\n type: 'heatmap',\n vchartConstrouctor: VChart as IVChartConstructor\n },\n [registerHeatmapChart, registerCartesianBandAxis, registerCartesianCrossHair, registerLabel]\n);\n"]}