@visactor/vchart 1.3.0-beta.7 → 1.3.0-beta.9

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 (1212) hide show
  1. package/build/es5/index.js +3 -3
  2. package/build/index.js +30922 -30376
  3. package/build/index.min.js +2 -2
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/cjs/chart/index.d.ts +2 -2
  6. package/cjs/chart/index.js +3 -3
  7. package/cjs/chart/index.js.map +1 -1
  8. package/cjs/chart/stack.js.map +1 -1
  9. package/cjs/chart/treemap/treemap.d.ts +1 -1
  10. package/cjs/chart/treemap/treemap.js +5 -5
  11. package/cjs/chart/treemap/treemap.js.map +1 -1
  12. package/cjs/compile/mark/compilable-mark.js +9 -10
  13. package/cjs/compile/mark/compilable-mark.js.map +1 -1
  14. package/cjs/compile/mark/interface.d.ts +0 -1
  15. package/cjs/compile/mark/interface.js.map +1 -1
  16. package/cjs/compile/mark/util.d.ts +2 -1
  17. package/cjs/compile/mark/util.js +21 -5
  18. package/cjs/compile/mark/util.js.map +1 -1
  19. package/cjs/component/axis/base-axis.d.ts +15 -14
  20. package/cjs/component/axis/base-axis.js.map +1 -1
  21. package/cjs/component/axis/cartesian/axis.d.ts +2 -2
  22. package/cjs/component/axis/cartesian/axis.js +1 -0
  23. package/cjs/component/axis/cartesian/axis.js.map +1 -1
  24. package/cjs/component/axis/cartesian/band-axis.d.ts +3 -3
  25. package/cjs/component/axis/cartesian/band-axis.js +1 -0
  26. package/cjs/component/axis/cartesian/band-axis.js.map +1 -1
  27. package/cjs/component/axis/cartesian/interface/common.d.ts +2 -0
  28. package/cjs/component/axis/cartesian/interface/common.js.map +1 -1
  29. package/cjs/component/axis/cartesian/linear-axis.d.ts +3 -3
  30. package/cjs/component/axis/cartesian/linear-axis.js +2 -1
  31. package/cjs/component/axis/cartesian/linear-axis.js.map +1 -1
  32. package/cjs/component/axis/cartesian/log-axis.d.ts +3 -2
  33. package/cjs/component/axis/cartesian/log-axis.js.map +1 -1
  34. package/cjs/component/axis/cartesian/time-axis.d.ts +3 -2
  35. package/cjs/component/axis/cartesian/time-axis.js.map +1 -1
  36. package/cjs/component/axis/interface.d.ts +6 -1
  37. package/cjs/component/axis/interface.js.map +1 -1
  38. package/cjs/component/axis/polar/axis.d.ts +3 -2
  39. package/cjs/component/axis/polar/axis.js +1 -0
  40. package/cjs/component/axis/polar/axis.js.map +1 -1
  41. package/cjs/component/axis/polar/band-axis.d.ts +4 -2
  42. package/cjs/component/axis/polar/band-axis.js.map +1 -1
  43. package/cjs/component/axis/polar/interface/spec.d.ts +7 -2
  44. package/cjs/component/axis/polar/interface/spec.js.map +1 -1
  45. package/cjs/component/axis/polar/linear-axis.d.ts +2 -3
  46. package/cjs/component/axis/polar/linear-axis.js.map +1 -1
  47. package/cjs/component/base/base-component.d.ts +4 -2
  48. package/cjs/component/base/base-component.js +11 -4
  49. package/cjs/component/base/base-component.js.map +1 -1
  50. package/cjs/component/brush/brush.d.ts +2 -2
  51. package/cjs/component/brush/brush.js +1 -1
  52. package/cjs/component/brush/brush.js.map +1 -1
  53. package/cjs/component/brush/interface.d.ts +1 -0
  54. package/cjs/component/brush/interface.js.map +1 -1
  55. package/cjs/component/crosshair/base.d.ts +2 -2
  56. package/cjs/component/crosshair/base.js +1 -1
  57. package/cjs/component/crosshair/base.js.map +1 -1
  58. package/cjs/component/crosshair/cartesian.d.ts +3 -3
  59. package/cjs/component/crosshair/cartesian.js.map +1 -1
  60. package/cjs/component/crosshair/polar.d.ts +3 -3
  61. package/cjs/component/crosshair/polar.js.map +1 -1
  62. package/cjs/component/custom-mark/custom-mark.d.ts +1 -1
  63. package/cjs/component/custom-mark/custom-mark.js.map +1 -1
  64. package/cjs/component/data-zoom/data-filter-base-component.d.ts +4 -5
  65. package/cjs/component/data-zoom/data-filter-base-component.js +0 -6
  66. package/cjs/component/data-zoom/data-filter-base-component.js.map +1 -1
  67. package/cjs/component/data-zoom/data-zoom/data-zoom.d.ts +5 -4
  68. package/cjs/component/data-zoom/data-zoom/data-zoom.js +1 -1
  69. package/cjs/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  70. package/cjs/component/data-zoom/data-zoom/interface.d.ts +3 -1
  71. package/cjs/component/data-zoom/data-zoom/interface.js.map +1 -1
  72. package/cjs/component/data-zoom/interface.d.ts +4 -1
  73. package/cjs/component/data-zoom/interface.js.map +1 -1
  74. package/cjs/component/data-zoom/scroll-bar/scroll-bar.d.ts +3 -2
  75. package/cjs/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  76. package/cjs/component/geo/geo-coordinate.d.ts +1 -2
  77. package/cjs/component/geo/geo-coordinate.js +16 -0
  78. package/cjs/component/geo/geo-coordinate.js.map +1 -1
  79. package/cjs/component/indicator/indicator.d.ts +2 -2
  80. package/cjs/component/indicator/indicator.js +1 -1
  81. package/cjs/component/indicator/indicator.js.map +1 -1
  82. package/cjs/component/indicator/interface.d.ts +2 -0
  83. package/cjs/component/indicator/interface.js.map +1 -1
  84. package/cjs/component/label/base-label.d.ts +2 -2
  85. package/cjs/component/label/base-label.js.map +1 -1
  86. package/cjs/component/label/interface.d.ts +3 -0
  87. package/cjs/component/label/interface.js.map +1 -1
  88. package/cjs/component/label/label.d.ts +4 -3
  89. package/cjs/component/label/label.js.map +1 -1
  90. package/cjs/component/legend/base-legend.d.ts +2 -2
  91. package/cjs/component/legend/base-legend.js.map +1 -1
  92. package/cjs/component/legend/continuous/legend.d.ts +3 -4
  93. package/cjs/component/legend/continuous/legend.js.map +1 -1
  94. package/cjs/component/legend/discrete/legend.d.ts +1 -2
  95. package/cjs/component/legend/discrete/legend.js.map +1 -1
  96. package/cjs/component/map-label/component.d.ts +1 -2
  97. package/cjs/component/map-label/component.js.map +1 -1
  98. package/cjs/component/marker/base-marker.d.ts +2 -2
  99. package/cjs/component/marker/base-marker.js.map +1 -1
  100. package/cjs/component/marker/mark-area/mark-area.d.ts +1 -2
  101. package/cjs/component/marker/mark-area/mark-area.js.map +1 -1
  102. package/cjs/component/marker/mark-line/mark-line.d.ts +1 -2
  103. package/cjs/component/marker/mark-line/mark-line.js.map +1 -1
  104. package/cjs/component/marker/mark-point/mark-point.d.ts +1 -2
  105. package/cjs/component/marker/mark-point/mark-point.js.map +1 -1
  106. package/cjs/component/player/player.d.ts +1 -2
  107. package/cjs/component/player/player.js.map +1 -1
  108. package/cjs/component/title/title.d.ts +1 -2
  109. package/cjs/component/title/title.js.map +1 -1
  110. package/cjs/component/tooltip/handler/base.js +3 -3
  111. package/cjs/component/tooltip/handler/base.js.map +1 -1
  112. package/cjs/component/tooltip/handler/dom/dom-tooltip-handler.js +1 -1
  113. package/cjs/component/tooltip/handler/dom/dom-tooltip-handler.js.map +1 -1
  114. package/cjs/component/tooltip/handler/utils/attribute.js +1 -1
  115. package/cjs/component/tooltip/handler/utils/attribute.js.map +1 -1
  116. package/cjs/component/tooltip/handler/utils/style.js.map +1 -1
  117. package/cjs/component/tooltip/interface/theme.d.ts +6 -5
  118. package/cjs/component/tooltip/interface/theme.js.map +1 -1
  119. package/cjs/component/tooltip/tooltip.d.ts +3 -2
  120. package/cjs/component/tooltip/tooltip.js +6 -2
  121. package/cjs/component/tooltip/tooltip.js.map +1 -1
  122. package/cjs/core/index.d.ts +1 -1
  123. package/cjs/core/index.js +1 -1
  124. package/cjs/core/index.js.map +1 -1
  125. package/cjs/core/vchart.js +8 -3
  126. package/cjs/core/vchart.js.map +1 -1
  127. package/cjs/data/transforms/data-key.d.ts +2 -2
  128. package/cjs/data/transforms/data-key.js.map +1 -1
  129. package/cjs/data/transforms/dimension-statistics.d.ts +11 -5
  130. package/cjs/data/transforms/dimension-statistics.js +34 -22
  131. package/cjs/data/transforms/dimension-statistics.js.map +1 -1
  132. package/cjs/mark/base/base-mark.js +2 -2
  133. package/cjs/mark/base/base-mark.js.map +1 -1
  134. package/cjs/mark/symbol.js +1 -1
  135. package/cjs/mark/symbol.js.map +1 -1
  136. package/cjs/model/base-model.d.ts +4 -4
  137. package/cjs/model/base-model.js +13 -15
  138. package/cjs/model/base-model.js.map +1 -1
  139. package/cjs/model/interface.d.ts +1 -0
  140. package/cjs/model/interface.js.map +1 -1
  141. package/cjs/model/layout-item.d.ts +3 -3
  142. package/cjs/model/layout-item.js.map +1 -1
  143. package/cjs/model/tooltip-helper.d.ts +0 -2
  144. package/cjs/model/tooltip-helper.js +0 -3
  145. package/cjs/model/tooltip-helper.js.map +1 -1
  146. package/cjs/plugin/components/axis-sync-plugin/axis-sync.js.map +1 -1
  147. package/cjs/region/region.d.ts +2 -3
  148. package/cjs/region/region.js.map +1 -1
  149. package/cjs/series/area/area.d.ts +5 -2
  150. package/cjs/series/area/area.js +15 -14
  151. package/cjs/series/area/area.js.map +1 -1
  152. package/cjs/series/area/constant.d.ts +2 -0
  153. package/cjs/series/area/constant.js +15 -0
  154. package/cjs/series/area/constant.js.map +1 -0
  155. package/cjs/series/area/interface.d.ts +2 -0
  156. package/cjs/series/area/interface.js.map +1 -1
  157. package/cjs/series/bar/bar-3d.d.ts +3 -1
  158. package/cjs/series/bar/bar-3d.js +2 -7
  159. package/cjs/series/bar/bar-3d.js.map +1 -1
  160. package/cjs/series/bar/bar.js +3 -8
  161. package/cjs/series/bar/bar.js.map +1 -1
  162. package/cjs/series/bar/constant.d.ts +3 -0
  163. package/cjs/series/bar/constant.js +20 -0
  164. package/cjs/series/bar/constant.js.map +1 -0
  165. package/cjs/series/bar/interface.d.ts +3 -2
  166. package/cjs/series/bar/interface.js.map +1 -1
  167. package/cjs/series/base/base-series.d.ts +4 -6
  168. package/cjs/series/base/base-series.js +49 -26
  169. package/cjs/series/base/base-series.js.map +1 -1
  170. package/cjs/series/base/constant.d.ts +2 -0
  171. package/cjs/series/base/constant.js +15 -0
  172. package/cjs/series/base/constant.js.map +1 -0
  173. package/cjs/series/base/tooltip-helper.d.ts +0 -1
  174. package/cjs/series/base/tooltip-helper.js +4 -5
  175. package/cjs/series/base/tooltip-helper.js.map +1 -1
  176. package/cjs/series/box-plot/box-plot.d.ts +1 -2
  177. package/cjs/series/box-plot/box-plot.js +6 -15
  178. package/cjs/series/box-plot/box-plot.js.map +1 -1
  179. package/cjs/series/box-plot/constant.d.ts +2 -0
  180. package/cjs/series/box-plot/constant.js +19 -0
  181. package/cjs/series/box-plot/constant.js.map +1 -0
  182. package/cjs/series/cartesian/cartesian.d.ts +6 -3
  183. package/cjs/series/cartesian/cartesian.js +25 -25
  184. package/cjs/series/cartesian/cartesian.js.map +1 -1
  185. package/cjs/series/cartesian/interface.d.ts +2 -2
  186. package/cjs/series/cartesian/interface.js.map +1 -1
  187. package/cjs/series/circle-packing/circle-packing.d.ts +1 -2
  188. package/cjs/series/circle-packing/circle-packing.js +6 -11
  189. package/cjs/series/circle-packing/circle-packing.js.map +1 -1
  190. package/cjs/series/circle-packing/constant.d.ts +2 -0
  191. package/cjs/series/circle-packing/constant.js +15 -0
  192. package/cjs/series/circle-packing/constant.js.map +1 -0
  193. package/cjs/series/dot/constant.d.ts +2 -0
  194. package/cjs/series/dot/constant.js +39 -0
  195. package/cjs/series/dot/constant.js.map +1 -0
  196. package/cjs/series/dot/dot.d.ts +1 -1
  197. package/cjs/series/dot/dot.js +2 -31
  198. package/cjs/series/dot/dot.js.map +1 -1
  199. package/cjs/series/funnel/constant.d.ts +3 -0
  200. package/cjs/series/funnel/constant.js +52 -0
  201. package/cjs/series/funnel/constant.js.map +1 -0
  202. package/cjs/series/funnel/funnel-3d.d.ts +3 -2
  203. package/cjs/series/funnel/funnel-3d.js +2 -23
  204. package/cjs/series/funnel/funnel-3d.js.map +1 -1
  205. package/cjs/series/funnel/funnel.d.ts +1 -1
  206. package/cjs/series/funnel/funnel.js +2 -23
  207. package/cjs/series/funnel/funnel.js.map +1 -1
  208. package/cjs/series/gauge/constant.d.ts +3 -0
  209. package/cjs/series/gauge/constant.js +32 -0
  210. package/cjs/series/gauge/constant.js.map +1 -0
  211. package/cjs/series/gauge/gauge-pointer.d.ts +2 -2
  212. package/cjs/series/gauge/gauge-pointer.js +5 -15
  213. package/cjs/series/gauge/gauge-pointer.js.map +1 -1
  214. package/cjs/series/gauge/gauge.d.ts +2 -1
  215. package/cjs/series/gauge/gauge.js +8 -14
  216. package/cjs/series/gauge/gauge.js.map +1 -1
  217. package/cjs/series/heatmap/constant.d.ts +2 -0
  218. package/cjs/series/heatmap/constant.js +19 -0
  219. package/cjs/series/heatmap/constant.js.map +1 -0
  220. package/cjs/series/heatmap/heatmap.d.ts +1 -1
  221. package/cjs/series/heatmap/heatmap.js +5 -14
  222. package/cjs/series/heatmap/heatmap.js.map +1 -1
  223. package/cjs/series/index.d.ts +2 -2
  224. package/cjs/series/index.js +3 -3
  225. package/cjs/series/index.js.map +1 -1
  226. package/cjs/series/interface/theme.d.ts +3 -2
  227. package/cjs/series/interface/theme.js +34 -1
  228. package/cjs/series/interface/theme.js.map +1 -1
  229. package/cjs/series/line/constant.d.ts +2 -0
  230. package/cjs/series/line/constant.js +10 -0
  231. package/cjs/series/line/constant.js.map +1 -0
  232. package/cjs/series/line/interface.d.ts +4 -0
  233. package/cjs/series/line/interface.js.map +1 -1
  234. package/cjs/series/line/line.d.ts +3 -2
  235. package/cjs/series/line/line.js +5 -3
  236. package/cjs/series/line/line.js.map +1 -1
  237. package/cjs/series/link/constant.d.ts +2 -0
  238. package/cjs/series/link/constant.js +23 -0
  239. package/cjs/series/link/constant.js.map +1 -0
  240. package/cjs/series/link/link.d.ts +1 -1
  241. package/cjs/series/link/link.js +3 -16
  242. package/cjs/series/link/link.js.map +1 -1
  243. package/cjs/series/map/constant.d.ts +2 -0
  244. package/cjs/series/map/constant.js +15 -0
  245. package/cjs/series/map/constant.js.map +1 -0
  246. package/cjs/series/map/map.d.ts +1 -1
  247. package/cjs/series/map/map.js +2 -7
  248. package/cjs/series/map/map.js.map +1 -1
  249. package/cjs/series/mixin/line-mixin.d.ts +3 -2
  250. package/cjs/series/mixin/line-mixin.js +33 -16
  251. package/cjs/series/mixin/line-mixin.js.map +1 -1
  252. package/cjs/series/pie/constant.d.ts +3 -0
  253. package/cjs/series/pie/constant.js +28 -0
  254. package/cjs/series/pie/constant.js.map +1 -0
  255. package/cjs/series/pie/pie-3d.d.ts +1 -1
  256. package/cjs/series/pie/pie-3d.js +2 -11
  257. package/cjs/series/pie/pie-3d.js.map +1 -1
  258. package/cjs/series/pie/pie.d.ts +1 -1
  259. package/cjs/series/pie/pie.js +3 -12
  260. package/cjs/series/pie/pie.js.map +1 -1
  261. package/cjs/series/progress/circular/circular.d.ts +1 -1
  262. package/cjs/series/progress/circular/circular.js +6 -15
  263. package/cjs/series/progress/circular/circular.js.map +1 -1
  264. package/cjs/series/progress/circular/constant.d.ts +2 -0
  265. package/cjs/series/progress/circular/constant.js +19 -0
  266. package/cjs/series/progress/circular/constant.js.map +1 -0
  267. package/cjs/series/progress/linear/constant.d.ts +2 -0
  268. package/cjs/series/progress/linear/constant.js +23 -0
  269. package/cjs/series/progress/linear/constant.js.map +1 -0
  270. package/cjs/series/progress/linear/linear.d.ts +1 -1
  271. package/cjs/series/progress/linear/linear.js +2 -15
  272. package/cjs/series/progress/linear/linear.js.map +1 -1
  273. package/cjs/series/radar/constant.d.ts +2 -0
  274. package/cjs/series/radar/constant.js +15 -0
  275. package/cjs/series/radar/constant.js.map +1 -0
  276. package/cjs/series/radar/radar.d.ts +3 -2
  277. package/cjs/series/radar/radar.js +8 -10
  278. package/cjs/series/radar/radar.js.map +1 -1
  279. package/cjs/series/range-area/constant.d.ts +2 -0
  280. package/cjs/series/range-area/constant.js +10 -0
  281. package/cjs/series/range-area/constant.js.map +1 -0
  282. package/cjs/series/range-area/range-area.d.ts +4 -1
  283. package/cjs/series/range-area/range-area.js +5 -2
  284. package/cjs/series/range-area/range-area.js.map +1 -1
  285. package/cjs/series/range-column/constant.d.ts +3 -0
  286. package/cjs/series/range-column/constant.js +28 -0
  287. package/cjs/series/range-column/constant.js.map +1 -0
  288. package/cjs/series/range-column/range-column-3d.d.ts +5 -1
  289. package/cjs/series/range-column/range-column-3d.js +3 -2
  290. package/cjs/series/range-column/range-column-3d.js.map +1 -1
  291. package/cjs/series/range-column/range-column.d.ts +2 -2
  292. package/cjs/series/range-column/range-column.js +3 -12
  293. package/cjs/series/range-column/range-column.js.map +1 -1
  294. package/cjs/series/rose/constant.d.ts +2 -0
  295. package/cjs/series/rose/constant.js +15 -0
  296. package/cjs/series/rose/constant.js.map +1 -0
  297. package/cjs/series/rose/rose.d.ts +2 -1
  298. package/cjs/series/rose/rose.js +8 -10
  299. package/cjs/series/rose/rose.js.map +1 -1
  300. package/cjs/series/sankey/constant.d.ts +2 -0
  301. package/cjs/series/sankey/constant.js +19 -0
  302. package/cjs/series/sankey/constant.js.map +1 -0
  303. package/cjs/series/sankey/sankey.d.ts +1 -2
  304. package/cjs/series/sankey/sankey.js +2 -11
  305. package/cjs/series/sankey/sankey.js.map +1 -1
  306. package/cjs/series/scatter/constant.d.ts +2 -0
  307. package/cjs/series/scatter/constant.js +15 -0
  308. package/cjs/series/scatter/constant.js.map +1 -0
  309. package/cjs/series/scatter/interface.d.ts +2 -0
  310. package/cjs/series/scatter/interface.js.map +1 -1
  311. package/cjs/series/scatter/scatter.d.ts +3 -2
  312. package/cjs/series/scatter/scatter.js +20 -17
  313. package/cjs/series/scatter/scatter.js.map +1 -1
  314. package/cjs/series/sunburst/constant.d.ts +2 -0
  315. package/cjs/series/sunburst/constant.js +15 -0
  316. package/cjs/series/sunburst/constant.js.map +1 -0
  317. package/cjs/series/sunburst/sunburst.js +2 -7
  318. package/cjs/series/sunburst/sunburst.js.map +1 -1
  319. package/cjs/series/treemap/constant.d.ts +2 -0
  320. package/cjs/series/treemap/constant.js +23 -0
  321. package/cjs/series/treemap/constant.js.map +1 -0
  322. package/cjs/series/treemap/treemap.d.ts +1 -1
  323. package/cjs/series/treemap/treemap.js +10 -22
  324. package/cjs/series/treemap/treemap.js.map +1 -1
  325. package/cjs/series/waterfall/constant.d.ts +2 -0
  326. package/cjs/series/waterfall/constant.js +19 -0
  327. package/cjs/series/waterfall/constant.js.map +1 -0
  328. package/cjs/series/waterfall/waterfall.d.ts +2 -2
  329. package/cjs/series/waterfall/waterfall.js +2 -11
  330. package/cjs/series/waterfall/waterfall.js.map +1 -1
  331. package/cjs/series/word-cloud/base.js +3 -12
  332. package/cjs/series/word-cloud/base.js.map +1 -1
  333. package/cjs/series/word-cloud/constant.d.ts +2 -0
  334. package/cjs/series/word-cloud/constant.js +19 -0
  335. package/cjs/series/word-cloud/constant.js.map +1 -0
  336. package/cjs/series/word-cloud/word-cloud-3d.d.ts +1 -1
  337. package/cjs/series/word-cloud/word-cloud-3d.js.map +1 -1
  338. package/cjs/series/word-cloud/word-cloud.d.ts +1 -1
  339. package/cjs/series/word-cloud/word-cloud.js.map +1 -1
  340. package/cjs/theme/builtin/common/component/axis/band-axis.d.ts +2 -0
  341. package/cjs/theme/builtin/common/component/axis/band-axis.js.map +1 -0
  342. package/cjs/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -0
  343. package/cjs/theme/builtin/common/component/axis/common-axis.js.map +1 -0
  344. package/cjs/theme/builtin/common/component/axis/linear-axis.js.map +1 -0
  345. package/cjs/theme/builtin/common/component/axis/log-axis.js.map +1 -0
  346. package/cjs/theme/builtin/common/component/axis/polar-axis.js.map +1 -0
  347. package/cjs/theme/builtin/common/component/brush.js.map +1 -0
  348. package/cjs/theme/{buildin-theme/light → builtin/common}/component/crosshair.js +16 -4
  349. package/cjs/theme/builtin/common/component/crosshair.js.map +1 -0
  350. package/cjs/theme/builtin/common/component/data-zoom.js +160 -0
  351. package/cjs/theme/builtin/common/component/data-zoom.js.map +1 -0
  352. package/cjs/theme/builtin/common/component/index.js.map +1 -0
  353. package/cjs/theme/builtin/common/component/indicator.js.map +1 -0
  354. package/cjs/theme/builtin/common/component/legend/color-legend.js.map +1 -0
  355. package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.js +1 -1
  356. package/cjs/theme/builtin/common/component/legend/continuous.js.map +1 -0
  357. package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.js +8 -5
  358. package/cjs/theme/builtin/common/component/legend/discrete-legend.js.map +1 -0
  359. package/cjs/theme/builtin/common/component/legend/size-legend.js.map +1 -0
  360. package/cjs/theme/builtin/common/component/map-label.js.map +1 -0
  361. package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-area.js +8 -2
  362. package/cjs/theme/builtin/common/component/mark-area.js.map +1 -0
  363. package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-line.js +8 -2
  364. package/cjs/theme/builtin/common/component/mark-line.js.map +1 -0
  365. package/cjs/theme/builtin/common/component/mark-point.js.map +1 -0
  366. package/cjs/theme/{buildin-theme/light → builtin/common}/component/player.js +4 -1
  367. package/cjs/theme/builtin/common/component/player.js.map +1 -0
  368. package/cjs/theme/{buildin-theme/light → builtin/common}/component/poptip.js +16 -4
  369. package/cjs/theme/builtin/common/component/poptip.js.map +1 -0
  370. package/cjs/theme/{buildin-theme/light → builtin/common}/component/title.js +2 -2
  371. package/cjs/theme/builtin/common/component/title.js.map +1 -0
  372. package/cjs/theme/{buildin-theme/light → builtin/common}/component/tooltip.js +25 -6
  373. package/cjs/theme/builtin/common/component/tooltip.js.map +1 -0
  374. package/cjs/theme/{buildin-theme/light → builtin/common}/component/total-label.js +4 -1
  375. package/cjs/theme/builtin/common/component/total-label.js.map +1 -0
  376. package/cjs/theme/{buildin-theme/light → builtin/common}/constants.js +3 -3
  377. package/cjs/theme/builtin/common/constants.js.map +1 -0
  378. package/cjs/theme/{buildin-theme/light → builtin/common}/mark.js +12 -3
  379. package/cjs/theme/builtin/common/mark.js.map +1 -0
  380. package/cjs/theme/builtin/common/series/area.js.map +1 -0
  381. package/cjs/theme/builtin/common/series/bar.js.map +1 -0
  382. package/cjs/theme/builtin/common/series/bar3d.js.map +1 -0
  383. package/cjs/theme/builtin/common/series/box-plot.js.map +1 -0
  384. package/cjs/theme/{buildin-theme/light → builtin/common}/series/circle-packing.js +8 -2
  385. package/cjs/theme/builtin/common/series/circle-packing.js.map +1 -0
  386. package/cjs/theme/builtin/common/series/circular-progress.js.map +1 -0
  387. package/cjs/theme/builtin/common/series/dot.js.map +1 -0
  388. package/cjs/theme/builtin/common/series/funnel.js.map +1 -0
  389. package/cjs/theme/builtin/common/series/funnel3d.js.map +1 -0
  390. package/cjs/theme/builtin/common/series/gauge-pointer.js.map +1 -0
  391. package/cjs/theme/builtin/common/series/gauge.js.map +1 -0
  392. package/cjs/theme/builtin/common/series/heatmap.js.map +1 -0
  393. package/cjs/theme/builtin/common/series/index.js.map +1 -0
  394. package/cjs/theme/builtin/common/series/line.js.map +1 -0
  395. package/cjs/theme/builtin/common/series/linear-progress.js.map +1 -0
  396. package/cjs/theme/builtin/common/series/link.js.map +1 -0
  397. package/cjs/theme/builtin/common/series/map.js.map +1 -0
  398. package/cjs/theme/builtin/common/series/pie.js.map +1 -0
  399. package/cjs/theme/builtin/common/series/pie3d.js.map +1 -0
  400. package/cjs/theme/builtin/common/series/radar.js.map +1 -0
  401. package/cjs/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.js +4 -1
  402. package/cjs/theme/builtin/common/series/rangeColumn.js.map +1 -0
  403. package/cjs/theme/builtin/common/series/rose.js.map +1 -0
  404. package/cjs/theme/builtin/common/series/sankey.js.map +1 -0
  405. package/cjs/theme/builtin/common/series/scatter.js.map +1 -0
  406. package/cjs/theme/{buildin-theme/light → builtin/common}/series/sunburst.js +8 -2
  407. package/cjs/theme/builtin/common/series/sunburst.js.map +1 -0
  408. package/cjs/theme/builtin/common/series/treemap.js.map +1 -0
  409. package/cjs/theme/builtin/common/series/waterfall.js.map +1 -0
  410. package/cjs/theme/builtin/common/series/word-cloud.js.map +1 -0
  411. package/cjs/theme/builtin/common/series/word-cloud3d.js.map +1 -0
  412. package/cjs/theme/{buildin-theme/config.js → builtin/constant.js} +1 -1
  413. package/cjs/theme/builtin/constant.js.map +1 -0
  414. package/cjs/theme/builtin/dark/color-scheme.js +33 -0
  415. package/cjs/theme/builtin/dark/color-scheme.js.map +1 -0
  416. package/cjs/theme/builtin/dark/index.d.ts +2 -0
  417. package/cjs/theme/builtin/dark/index.js +13 -0
  418. package/cjs/theme/builtin/dark/index.js.map +1 -0
  419. package/{esm/theme/buildin-theme → cjs/theme/builtin}/index.d.ts +2 -2
  420. package/cjs/theme/{buildin-theme → builtin}/index.js +3 -3
  421. package/cjs/theme/builtin/index.js.map +1 -0
  422. package/cjs/theme/builtin/light/color-scheme.js +33 -0
  423. package/cjs/theme/builtin/light/color-scheme.js.map +1 -0
  424. package/cjs/theme/{buildin-theme → builtin}/light/index.js +5 -1
  425. package/cjs/theme/builtin/light/index.js.map +1 -0
  426. package/cjs/theme/color-scheme/builtin/default.d.ts +2 -0
  427. package/cjs/theme/color-scheme/builtin/default.js +11 -0
  428. package/cjs/theme/color-scheme/builtin/default.js.map +1 -0
  429. package/cjs/theme/color-scheme/util.d.ts +2 -1
  430. package/cjs/theme/color-scheme/util.js +9 -2
  431. package/cjs/theme/color-scheme/util.js.map +1 -1
  432. package/cjs/theme/index.d.ts +1 -1
  433. package/cjs/theme/index.js +1 -1
  434. package/cjs/theme/index.js.map +1 -1
  435. package/cjs/theme/interface.d.ts +2 -2
  436. package/cjs/theme/interface.js.map +1 -1
  437. package/cjs/theme/theme-manager.js +7 -7
  438. package/cjs/theme/theme-manager.js.map +1 -1
  439. package/cjs/typings/spec/common.d.ts +5 -0
  440. package/cjs/typings/spec/common.js.map +1 -1
  441. package/cjs/util/spec.d.ts +7 -0
  442. package/cjs/util/spec.js +55 -6
  443. package/cjs/util/spec.js.map +1 -1
  444. package/cjs/util/text.d.ts +0 -4
  445. package/cjs/util/text.js +6 -14
  446. package/cjs/util/text.js.map +1 -1
  447. package/cjs/vchart-all.js +1 -1
  448. package/cjs/vchart-all.js.map +1 -1
  449. package/esm/chart/index.d.ts +2 -2
  450. package/esm/chart/index.js +2 -2
  451. package/esm/chart/index.js.map +1 -1
  452. package/esm/chart/stack.js.map +1 -1
  453. package/esm/chart/treemap/treemap.d.ts +1 -1
  454. package/esm/chart/treemap/treemap.js +4 -4
  455. package/esm/chart/treemap/treemap.js.map +1 -1
  456. package/esm/compile/mark/compilable-mark.js +9 -11
  457. package/esm/compile/mark/compilable-mark.js.map +1 -1
  458. package/esm/compile/mark/interface.d.ts +0 -1
  459. package/esm/compile/mark/interface.js.map +1 -1
  460. package/esm/compile/mark/util.d.ts +2 -1
  461. package/esm/compile/mark/util.js +19 -3
  462. package/esm/compile/mark/util.js.map +1 -1
  463. package/esm/component/axis/base-axis.d.ts +15 -14
  464. package/esm/component/axis/base-axis.js.map +1 -1
  465. package/esm/component/axis/cartesian/axis.d.ts +2 -2
  466. package/esm/component/axis/cartesian/axis.js +1 -0
  467. package/esm/component/axis/cartesian/axis.js.map +1 -1
  468. package/esm/component/axis/cartesian/band-axis.d.ts +3 -3
  469. package/esm/component/axis/cartesian/band-axis.js +1 -0
  470. package/esm/component/axis/cartesian/band-axis.js.map +1 -1
  471. package/esm/component/axis/cartesian/interface/common.d.ts +2 -0
  472. package/esm/component/axis/cartesian/interface/common.js.map +1 -1
  473. package/esm/component/axis/cartesian/linear-axis.d.ts +3 -3
  474. package/esm/component/axis/cartesian/linear-axis.js +2 -1
  475. package/esm/component/axis/cartesian/linear-axis.js.map +1 -1
  476. package/esm/component/axis/cartesian/log-axis.d.ts +3 -2
  477. package/esm/component/axis/cartesian/log-axis.js.map +1 -1
  478. package/esm/component/axis/cartesian/time-axis.d.ts +3 -2
  479. package/esm/component/axis/cartesian/time-axis.js.map +1 -1
  480. package/esm/component/axis/interface.d.ts +6 -1
  481. package/esm/component/axis/interface.js.map +1 -1
  482. package/esm/component/axis/polar/axis.d.ts +3 -2
  483. package/esm/component/axis/polar/axis.js +1 -0
  484. package/esm/component/axis/polar/axis.js.map +1 -1
  485. package/esm/component/axis/polar/band-axis.d.ts +4 -2
  486. package/esm/component/axis/polar/band-axis.js.map +1 -1
  487. package/esm/component/axis/polar/interface/spec.d.ts +7 -2
  488. package/esm/component/axis/polar/interface/spec.js.map +1 -1
  489. package/esm/component/axis/polar/linear-axis.d.ts +2 -3
  490. package/esm/component/axis/polar/linear-axis.js.map +1 -1
  491. package/esm/component/base/base-component.d.ts +4 -2
  492. package/esm/component/base/base-component.js +11 -1
  493. package/esm/component/base/base-component.js.map +1 -1
  494. package/esm/component/brush/brush.d.ts +2 -2
  495. package/esm/component/brush/brush.js +1 -1
  496. package/esm/component/brush/brush.js.map +1 -1
  497. package/esm/component/brush/interface.d.ts +1 -0
  498. package/esm/component/brush/interface.js.map +1 -1
  499. package/esm/component/crosshair/base.d.ts +2 -2
  500. package/esm/component/crosshair/base.js +1 -1
  501. package/esm/component/crosshair/base.js.map +1 -1
  502. package/esm/component/crosshair/cartesian.d.ts +3 -3
  503. package/esm/component/crosshair/cartesian.js.map +1 -1
  504. package/esm/component/crosshair/polar.d.ts +3 -3
  505. package/esm/component/crosshair/polar.js.map +1 -1
  506. package/esm/component/custom-mark/custom-mark.d.ts +1 -1
  507. package/esm/component/custom-mark/custom-mark.js.map +1 -1
  508. package/esm/component/data-zoom/data-filter-base-component.d.ts +4 -5
  509. package/esm/component/data-zoom/data-filter-base-component.js +0 -6
  510. package/esm/component/data-zoom/data-filter-base-component.js.map +1 -1
  511. package/esm/component/data-zoom/data-zoom/data-zoom.d.ts +5 -4
  512. package/esm/component/data-zoom/data-zoom/data-zoom.js +1 -1
  513. package/esm/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  514. package/esm/component/data-zoom/data-zoom/interface.d.ts +3 -1
  515. package/esm/component/data-zoom/data-zoom/interface.js.map +1 -1
  516. package/esm/component/data-zoom/interface.d.ts +4 -1
  517. package/esm/component/data-zoom/interface.js.map +1 -1
  518. package/esm/component/data-zoom/scroll-bar/scroll-bar.d.ts +3 -2
  519. package/esm/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  520. package/esm/component/geo/geo-coordinate.d.ts +1 -2
  521. package/esm/component/geo/geo-coordinate.js +16 -0
  522. package/esm/component/geo/geo-coordinate.js.map +1 -1
  523. package/esm/component/indicator/indicator.d.ts +2 -2
  524. package/esm/component/indicator/indicator.js +1 -1
  525. package/esm/component/indicator/indicator.js.map +1 -1
  526. package/esm/component/indicator/interface.d.ts +2 -0
  527. package/esm/component/indicator/interface.js.map +1 -1
  528. package/esm/component/label/base-label.d.ts +2 -2
  529. package/esm/component/label/base-label.js.map +1 -1
  530. package/esm/component/label/interface.d.ts +3 -0
  531. package/esm/component/label/interface.js.map +1 -1
  532. package/esm/component/label/label.d.ts +4 -3
  533. package/esm/component/label/label.js.map +1 -1
  534. package/esm/component/legend/base-legend.d.ts +2 -2
  535. package/esm/component/legend/base-legend.js.map +1 -1
  536. package/esm/component/legend/continuous/legend.d.ts +3 -4
  537. package/esm/component/legend/continuous/legend.js.map +1 -1
  538. package/esm/component/legend/discrete/legend.d.ts +1 -2
  539. package/esm/component/legend/discrete/legend.js.map +1 -1
  540. package/esm/component/map-label/component.d.ts +1 -2
  541. package/esm/component/map-label/component.js.map +1 -1
  542. package/esm/component/marker/base-marker.d.ts +2 -2
  543. package/esm/component/marker/base-marker.js.map +1 -1
  544. package/esm/component/marker/mark-area/mark-area.d.ts +1 -2
  545. package/esm/component/marker/mark-area/mark-area.js.map +1 -1
  546. package/esm/component/marker/mark-line/mark-line.d.ts +1 -2
  547. package/esm/component/marker/mark-line/mark-line.js.map +1 -1
  548. package/esm/component/marker/mark-point/mark-point.d.ts +1 -2
  549. package/esm/component/marker/mark-point/mark-point.js.map +1 -1
  550. package/esm/component/player/player.d.ts +1 -2
  551. package/esm/component/player/player.js.map +1 -1
  552. package/esm/component/title/title.d.ts +1 -2
  553. package/esm/component/title/title.js.map +1 -1
  554. package/esm/component/tooltip/handler/base.js +3 -3
  555. package/esm/component/tooltip/handler/base.js.map +1 -1
  556. package/esm/component/tooltip/handler/dom/dom-tooltip-handler.js +1 -1
  557. package/esm/component/tooltip/handler/dom/dom-tooltip-handler.js.map +1 -1
  558. package/esm/component/tooltip/handler/utils/attribute.js +2 -2
  559. package/esm/component/tooltip/handler/utils/attribute.js.map +1 -1
  560. package/esm/component/tooltip/handler/utils/style.js.map +1 -1
  561. package/esm/component/tooltip/interface/theme.d.ts +6 -5
  562. package/esm/component/tooltip/interface/theme.js.map +1 -1
  563. package/esm/component/tooltip/tooltip.d.ts +3 -2
  564. package/esm/component/tooltip/tooltip.js +6 -2
  565. package/esm/component/tooltip/tooltip.js.map +1 -1
  566. package/esm/core/index.d.ts +1 -1
  567. package/esm/core/index.js +1 -1
  568. package/esm/core/index.js.map +1 -1
  569. package/esm/core/vchart.js +8 -3
  570. package/esm/core/vchart.js.map +1 -1
  571. package/esm/data/transforms/data-key.d.ts +2 -2
  572. package/esm/data/transforms/data-key.js.map +1 -1
  573. package/esm/data/transforms/dimension-statistics.d.ts +11 -5
  574. package/esm/data/transforms/dimension-statistics.js +33 -22
  575. package/esm/data/transforms/dimension-statistics.js.map +1 -1
  576. package/esm/mark/base/base-mark.js +2 -2
  577. package/esm/mark/base/base-mark.js.map +1 -1
  578. package/esm/mark/symbol.js +1 -1
  579. package/esm/mark/symbol.js.map +1 -1
  580. package/esm/model/base-model.d.ts +4 -4
  581. package/esm/model/base-model.js +14 -16
  582. package/esm/model/base-model.js.map +1 -1
  583. package/esm/model/interface.d.ts +1 -0
  584. package/esm/model/interface.js.map +1 -1
  585. package/esm/model/layout-item.d.ts +3 -3
  586. package/esm/model/layout-item.js.map +1 -1
  587. package/esm/model/tooltip-helper.d.ts +0 -2
  588. package/esm/model/tooltip-helper.js +0 -3
  589. package/esm/model/tooltip-helper.js.map +1 -1
  590. package/esm/plugin/components/axis-sync-plugin/axis-sync.js.map +1 -1
  591. package/esm/region/region.d.ts +2 -3
  592. package/esm/region/region.js.map +1 -1
  593. package/esm/series/area/area.d.ts +5 -2
  594. package/esm/series/area/area.js +12 -13
  595. package/esm/series/area/area.js.map +1 -1
  596. package/esm/series/area/constant.d.ts +2 -0
  597. package/esm/series/area/constant.js +15 -0
  598. package/esm/series/area/constant.js.map +1 -0
  599. package/esm/series/area/interface.d.ts +2 -0
  600. package/esm/series/area/interface.js.map +1 -1
  601. package/esm/series/bar/bar-3d.d.ts +3 -1
  602. package/esm/series/bar/bar-3d.js +3 -8
  603. package/esm/series/bar/bar-3d.js.map +1 -1
  604. package/esm/series/bar/bar.js +4 -9
  605. package/esm/series/bar/bar.js.map +1 -1
  606. package/esm/series/bar/constant.d.ts +3 -0
  607. package/esm/series/bar/constant.js +20 -0
  608. package/esm/series/bar/constant.js.map +1 -0
  609. package/esm/series/bar/interface.d.ts +3 -2
  610. package/esm/series/bar/interface.js.map +1 -1
  611. package/esm/series/base/base-series.d.ts +4 -6
  612. package/esm/series/base/base-series.js +50 -27
  613. package/esm/series/base/base-series.js.map +1 -1
  614. package/esm/series/base/constant.d.ts +2 -0
  615. package/esm/series/base/constant.js +11 -0
  616. package/esm/series/base/constant.js.map +1 -0
  617. package/esm/series/base/tooltip-helper.d.ts +0 -1
  618. package/esm/series/base/tooltip-helper.js +4 -5
  619. package/esm/series/base/tooltip-helper.js.map +1 -1
  620. package/esm/series/box-plot/box-plot.d.ts +1 -2
  621. package/esm/series/box-plot/box-plot.js +4 -15
  622. package/esm/series/box-plot/box-plot.js.map +1 -1
  623. package/esm/series/box-plot/constant.d.ts +2 -0
  624. package/esm/series/box-plot/constant.js +17 -0
  625. package/esm/series/box-plot/constant.js.map +1 -0
  626. package/esm/series/cartesian/cartesian.d.ts +6 -3
  627. package/esm/series/cartesian/cartesian.js +24 -25
  628. package/esm/series/cartesian/cartesian.js.map +1 -1
  629. package/esm/series/cartesian/interface.d.ts +2 -2
  630. package/esm/series/cartesian/interface.js.map +1 -1
  631. package/esm/series/circle-packing/circle-packing.d.ts +1 -2
  632. package/esm/series/circle-packing/circle-packing.js +4 -10
  633. package/esm/series/circle-packing/circle-packing.js.map +1 -1
  634. package/esm/series/circle-packing/constant.d.ts +2 -0
  635. package/esm/series/circle-packing/constant.js +13 -0
  636. package/esm/series/circle-packing/constant.js.map +1 -0
  637. package/esm/series/dot/constant.d.ts +2 -0
  638. package/esm/series/dot/constant.js +37 -0
  639. package/esm/series/dot/constant.js.map +1 -0
  640. package/esm/series/dot/dot.d.ts +1 -1
  641. package/esm/series/dot/dot.js +3 -34
  642. package/esm/series/dot/dot.js.map +1 -1
  643. package/esm/series/funnel/constant.d.ts +3 -0
  644. package/esm/series/funnel/constant.js +52 -0
  645. package/esm/series/funnel/constant.js.map +1 -0
  646. package/esm/series/funnel/funnel-3d.d.ts +3 -2
  647. package/esm/series/funnel/funnel-3d.js +3 -24
  648. package/esm/series/funnel/funnel-3d.js.map +1 -1
  649. package/esm/series/funnel/funnel.d.ts +1 -1
  650. package/esm/series/funnel/funnel.js +3 -22
  651. package/esm/series/funnel/funnel.js.map +1 -1
  652. package/esm/series/gauge/constant.d.ts +3 -0
  653. package/esm/series/gauge/constant.js +32 -0
  654. package/esm/series/gauge/constant.js.map +1 -0
  655. package/esm/series/gauge/gauge-pointer.d.ts +2 -2
  656. package/esm/series/gauge/gauge-pointer.js +6 -16
  657. package/esm/series/gauge/gauge-pointer.js.map +1 -1
  658. package/esm/series/gauge/gauge.d.ts +2 -1
  659. package/esm/series/gauge/gauge.js +6 -14
  660. package/esm/series/gauge/gauge.js.map +1 -1
  661. package/esm/series/heatmap/constant.d.ts +2 -0
  662. package/esm/series/heatmap/constant.js +17 -0
  663. package/esm/series/heatmap/constant.js.map +1 -0
  664. package/esm/series/heatmap/heatmap.d.ts +1 -1
  665. package/esm/series/heatmap/heatmap.js +3 -14
  666. package/esm/series/heatmap/heatmap.js.map +1 -1
  667. package/esm/series/index.d.ts +2 -2
  668. package/esm/series/index.js +2 -2
  669. package/esm/series/index.js.map +1 -1
  670. package/esm/series/interface/theme.d.ts +3 -2
  671. package/esm/series/interface/theme.js +78 -1
  672. package/esm/series/interface/theme.js.map +1 -1
  673. package/esm/series/line/constant.d.ts +2 -0
  674. package/esm/series/line/constant.js +6 -0
  675. package/esm/series/line/constant.js.map +1 -0
  676. package/esm/series/line/interface.d.ts +4 -0
  677. package/esm/series/line/interface.js.map +1 -1
  678. package/esm/series/line/line.d.ts +3 -2
  679. package/esm/series/line/line.js +7 -5
  680. package/esm/series/line/line.js.map +1 -1
  681. package/esm/series/link/constant.d.ts +2 -0
  682. package/esm/series/link/constant.js +21 -0
  683. package/esm/series/link/constant.js.map +1 -0
  684. package/esm/series/link/link.d.ts +1 -1
  685. package/esm/series/link/link.js +4 -21
  686. package/esm/series/link/link.js.map +1 -1
  687. package/esm/series/map/constant.d.ts +2 -0
  688. package/esm/series/map/constant.js +13 -0
  689. package/esm/series/map/constant.js.map +1 -0
  690. package/esm/series/map/map.d.ts +1 -1
  691. package/esm/series/map/map.js +3 -8
  692. package/esm/series/map/map.js.map +1 -1
  693. package/esm/series/mixin/line-mixin.d.ts +3 -2
  694. package/esm/series/mixin/line-mixin.js +34 -15
  695. package/esm/series/mixin/line-mixin.js.map +1 -1
  696. package/esm/series/pie/constant.d.ts +3 -0
  697. package/esm/series/pie/constant.js +28 -0
  698. package/esm/series/pie/constant.js.map +1 -0
  699. package/esm/series/pie/pie-3d.d.ts +1 -1
  700. package/esm/series/pie/pie-3d.js +3 -12
  701. package/esm/series/pie/pie-3d.js.map +1 -1
  702. package/esm/series/pie/pie.d.ts +1 -1
  703. package/esm/series/pie/pie.js +4 -13
  704. package/esm/series/pie/pie.js.map +1 -1
  705. package/esm/series/progress/circular/circular.d.ts +1 -1
  706. package/esm/series/progress/circular/circular.js +3 -14
  707. package/esm/series/progress/circular/circular.js.map +1 -1
  708. package/esm/series/progress/circular/constant.d.ts +2 -0
  709. package/esm/series/progress/circular/constant.js +17 -0
  710. package/esm/series/progress/circular/constant.js.map +1 -0
  711. package/esm/series/progress/linear/constant.d.ts +2 -0
  712. package/esm/series/progress/linear/constant.js +21 -0
  713. package/esm/series/progress/linear/constant.js.map +1 -0
  714. package/esm/series/progress/linear/linear.d.ts +1 -1
  715. package/esm/series/progress/linear/linear.js +3 -18
  716. package/esm/series/progress/linear/linear.js.map +1 -1
  717. package/esm/series/radar/constant.d.ts +2 -0
  718. package/esm/series/radar/constant.js +15 -0
  719. package/esm/series/radar/constant.js.map +1 -0
  720. package/esm/series/radar/radar.d.ts +3 -2
  721. package/esm/series/radar/radar.js +7 -11
  722. package/esm/series/radar/radar.js.map +1 -1
  723. package/esm/series/range-area/constant.d.ts +2 -0
  724. package/esm/series/range-area/constant.js +4 -0
  725. package/esm/series/range-area/constant.js.map +1 -0
  726. package/esm/series/range-area/range-area.d.ts +4 -1
  727. package/esm/series/range-area/range-area.js +6 -1
  728. package/esm/series/range-area/range-area.js.map +1 -1
  729. package/esm/series/range-column/constant.d.ts +3 -0
  730. package/esm/series/range-column/constant.js +28 -0
  731. package/esm/series/range-column/constant.js.map +1 -0
  732. package/esm/series/range-column/range-column-3d.d.ts +5 -1
  733. package/esm/series/range-column/range-column-3d.js +3 -1
  734. package/esm/series/range-column/range-column-3d.js.map +1 -1
  735. package/esm/series/range-column/range-column.d.ts +2 -2
  736. package/esm/series/range-column/range-column.js +4 -11
  737. package/esm/series/range-column/range-column.js.map +1 -1
  738. package/esm/series/rose/constant.d.ts +2 -0
  739. package/esm/series/rose/constant.js +13 -0
  740. package/esm/series/rose/constant.js.map +1 -0
  741. package/esm/series/rose/rose.d.ts +2 -1
  742. package/esm/series/rose/rose.js +6 -10
  743. package/esm/series/rose/rose.js.map +1 -1
  744. package/esm/series/sankey/constant.d.ts +2 -0
  745. package/esm/series/sankey/constant.js +17 -0
  746. package/esm/series/sankey/constant.js.map +1 -0
  747. package/esm/series/sankey/sankey.d.ts +1 -2
  748. package/esm/series/sankey/sankey.js +3 -14
  749. package/esm/series/sankey/sankey.js.map +1 -1
  750. package/esm/series/scatter/constant.d.ts +2 -0
  751. package/esm/series/scatter/constant.js +13 -0
  752. package/esm/series/scatter/constant.js.map +1 -0
  753. package/esm/series/scatter/interface.d.ts +2 -0
  754. package/esm/series/scatter/interface.js.map +1 -1
  755. package/esm/series/scatter/scatter.d.ts +3 -2
  756. package/esm/series/scatter/scatter.js +18 -17
  757. package/esm/series/scatter/scatter.js.map +1 -1
  758. package/esm/series/sunburst/constant.d.ts +2 -0
  759. package/esm/series/sunburst/constant.js +13 -0
  760. package/esm/series/sunburst/constant.js.map +1 -0
  761. package/esm/series/sunburst/sunburst.js +5 -9
  762. package/esm/series/sunburst/sunburst.js.map +1 -1
  763. package/esm/series/treemap/constant.d.ts +2 -0
  764. package/esm/series/treemap/constant.js +21 -0
  765. package/esm/series/treemap/constant.js.map +1 -0
  766. package/esm/series/treemap/treemap.d.ts +1 -1
  767. package/esm/series/treemap/treemap.js +10 -22
  768. package/esm/series/treemap/treemap.js.map +1 -1
  769. package/esm/series/waterfall/constant.d.ts +2 -0
  770. package/esm/series/waterfall/constant.js +17 -0
  771. package/esm/series/waterfall/constant.js.map +1 -0
  772. package/esm/series/waterfall/waterfall.d.ts +2 -2
  773. package/esm/series/waterfall/waterfall.js +3 -12
  774. package/esm/series/waterfall/waterfall.js.map +1 -1
  775. package/esm/series/word-cloud/base.js +3 -12
  776. package/esm/series/word-cloud/base.js.map +1 -1
  777. package/esm/series/word-cloud/constant.d.ts +2 -0
  778. package/esm/series/word-cloud/constant.js +17 -0
  779. package/esm/series/word-cloud/constant.js.map +1 -0
  780. package/esm/series/word-cloud/word-cloud-3d.d.ts +1 -1
  781. package/esm/series/word-cloud/word-cloud-3d.js.map +1 -1
  782. package/esm/series/word-cloud/word-cloud.d.ts +1 -1
  783. package/esm/series/word-cloud/word-cloud.js.map +1 -1
  784. package/esm/theme/builtin/common/component/axis/band-axis.d.ts +2 -0
  785. package/esm/theme/builtin/common/component/axis/band-axis.js.map +1 -0
  786. package/esm/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -0
  787. package/esm/theme/builtin/common/component/axis/common-axis.js.map +1 -0
  788. package/esm/theme/builtin/common/component/axis/linear-axis.js.map +1 -0
  789. package/esm/theme/builtin/common/component/axis/log-axis.js.map +1 -0
  790. package/esm/theme/builtin/common/component/axis/polar-axis.js.map +1 -0
  791. package/esm/theme/builtin/common/component/brush.js.map +1 -0
  792. package/esm/theme/{buildin-theme/light → builtin/common}/component/crosshair.js +16 -4
  793. package/esm/theme/builtin/common/component/crosshair.js.map +1 -0
  794. package/esm/theme/builtin/common/component/data-zoom.js +156 -0
  795. package/esm/theme/builtin/common/component/data-zoom.js.map +1 -0
  796. package/esm/theme/builtin/common/component/index.js.map +1 -0
  797. package/esm/theme/builtin/common/component/indicator.js.map +1 -0
  798. package/esm/theme/builtin/common/component/legend/color-legend.js.map +1 -0
  799. package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.js +1 -1
  800. package/esm/theme/builtin/common/component/legend/continuous.js.map +1 -0
  801. package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.js +8 -5
  802. package/esm/theme/builtin/common/component/legend/discrete-legend.js.map +1 -0
  803. package/esm/theme/builtin/common/component/legend/size-legend.js.map +1 -0
  804. package/esm/theme/builtin/common/component/map-label.js.map +1 -0
  805. package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-area.js +8 -2
  806. package/esm/theme/builtin/common/component/mark-area.js.map +1 -0
  807. package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-line.js +8 -2
  808. package/esm/theme/builtin/common/component/mark-line.js.map +1 -0
  809. package/esm/theme/builtin/common/component/mark-point.js.map +1 -0
  810. package/esm/theme/{buildin-theme/light → builtin/common}/component/player.js +4 -1
  811. package/esm/theme/builtin/common/component/player.js.map +1 -0
  812. package/esm/theme/{buildin-theme/light → builtin/common}/component/poptip.js +16 -4
  813. package/esm/theme/builtin/common/component/poptip.js.map +1 -0
  814. package/esm/theme/{buildin-theme/light → builtin/common}/component/title.js +2 -2
  815. package/esm/theme/builtin/common/component/title.js.map +1 -0
  816. package/esm/theme/{buildin-theme/light → builtin/common}/component/tooltip.js +25 -6
  817. package/esm/theme/builtin/common/component/tooltip.js.map +1 -0
  818. package/esm/theme/{buildin-theme/light → builtin/common}/component/total-label.js +4 -1
  819. package/esm/theme/builtin/common/component/total-label.js.map +1 -0
  820. package/esm/theme/{buildin-theme/light → builtin/common}/constants.js +1 -1
  821. package/esm/theme/builtin/common/constants.js.map +1 -0
  822. package/esm/theme/{buildin-theme/light → builtin/common}/mark.js +12 -3
  823. package/esm/theme/builtin/common/mark.js.map +1 -0
  824. package/esm/theme/builtin/common/series/area.js.map +1 -0
  825. package/esm/theme/builtin/common/series/bar.js.map +1 -0
  826. package/esm/theme/builtin/common/series/bar3d.js.map +1 -0
  827. package/esm/theme/builtin/common/series/box-plot.js.map +1 -0
  828. package/esm/theme/{buildin-theme/light → builtin/common}/series/circle-packing.js +8 -2
  829. package/esm/theme/builtin/common/series/circle-packing.js.map +1 -0
  830. package/esm/theme/builtin/common/series/circular-progress.js.map +1 -0
  831. package/esm/theme/builtin/common/series/dot.js.map +1 -0
  832. package/esm/theme/builtin/common/series/funnel.js.map +1 -0
  833. package/esm/theme/builtin/common/series/funnel3d.js.map +1 -0
  834. package/esm/theme/builtin/common/series/gauge-pointer.js.map +1 -0
  835. package/esm/theme/builtin/common/series/gauge.js.map +1 -0
  836. package/esm/theme/builtin/common/series/heatmap.js.map +1 -0
  837. package/esm/theme/builtin/common/series/index.js.map +1 -0
  838. package/esm/theme/builtin/common/series/line.js.map +1 -0
  839. package/esm/theme/builtin/common/series/linear-progress.js.map +1 -0
  840. package/esm/theme/builtin/common/series/link.js.map +1 -0
  841. package/esm/theme/builtin/common/series/map.js.map +1 -0
  842. package/esm/theme/builtin/common/series/pie.js.map +1 -0
  843. package/esm/theme/builtin/common/series/pie3d.js.map +1 -0
  844. package/esm/theme/builtin/common/series/radar.js.map +1 -0
  845. package/esm/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.js +4 -1
  846. package/esm/theme/builtin/common/series/rangeColumn.js.map +1 -0
  847. package/esm/theme/builtin/common/series/rose.js.map +1 -0
  848. package/esm/theme/builtin/common/series/sankey.js.map +1 -0
  849. package/esm/theme/builtin/common/series/scatter.js.map +1 -0
  850. package/esm/theme/{buildin-theme/light → builtin/common}/series/sunburst.js +8 -2
  851. package/esm/theme/builtin/common/series/sunburst.js.map +1 -0
  852. package/esm/theme/builtin/common/series/treemap.js.map +1 -0
  853. package/esm/theme/builtin/common/series/waterfall.js.map +1 -0
  854. package/esm/theme/builtin/common/series/word-cloud.js.map +1 -0
  855. package/esm/theme/builtin/common/series/word-cloud3d.js.map +1 -0
  856. package/esm/theme/{buildin-theme/config.js → builtin/constant.js} +1 -1
  857. package/esm/theme/builtin/constant.js.map +1 -0
  858. package/esm/theme/builtin/dark/color-scheme.d.ts +2 -0
  859. package/esm/theme/builtin/dark/color-scheme.js +27 -0
  860. package/esm/theme/builtin/dark/color-scheme.js.map +1 -0
  861. package/esm/theme/builtin/dark/index.d.ts +2 -0
  862. package/esm/theme/builtin/dark/index.js +7 -0
  863. package/esm/theme/builtin/dark/index.js.map +1 -0
  864. package/{cjs/theme/buildin-theme → esm/theme/builtin}/index.d.ts +2 -2
  865. package/esm/theme/builtin/index.js +12 -0
  866. package/esm/theme/builtin/index.js.map +1 -0
  867. package/esm/theme/builtin/light/color-scheme.d.ts +2 -0
  868. package/esm/theme/builtin/light/color-scheme.js +27 -0
  869. package/esm/theme/builtin/light/color-scheme.js.map +1 -0
  870. package/esm/theme/{buildin-theme → builtin}/light/index.js +8 -4
  871. package/esm/theme/builtin/light/index.js.map +1 -0
  872. package/esm/theme/color-scheme/builtin/default.d.ts +2 -0
  873. package/esm/theme/color-scheme/builtin/default.js +7 -0
  874. package/esm/theme/color-scheme/builtin/default.js.map +1 -0
  875. package/esm/theme/color-scheme/util.d.ts +2 -1
  876. package/esm/theme/color-scheme/util.js +6 -0
  877. package/esm/theme/color-scheme/util.js.map +1 -1
  878. package/esm/theme/index.d.ts +1 -1
  879. package/esm/theme/index.js +1 -1
  880. package/esm/theme/index.js.map +1 -1
  881. package/esm/theme/interface.d.ts +2 -2
  882. package/esm/theme/interface.js.map +1 -1
  883. package/esm/theme/theme-manager.js +6 -6
  884. package/esm/theme/theme-manager.js.map +1 -1
  885. package/esm/typings/spec/common.d.ts +5 -0
  886. package/esm/typings/spec/common.js.map +1 -1
  887. package/esm/util/spec.d.ts +7 -0
  888. package/esm/util/spec.js +52 -4
  889. package/esm/util/spec.js.map +1 -1
  890. package/esm/util/text.d.ts +0 -4
  891. package/esm/util/text.js +2 -8
  892. package/esm/util/text.js.map +1 -1
  893. package/esm/vchart-all.js +2 -2
  894. package/esm/vchart-all.js.map +1 -1
  895. package/package.json +8 -8
  896. package/cjs/theme/buildin-theme/config.js.map +0 -1
  897. package/cjs/theme/buildin-theme/index.js.map +0 -1
  898. package/cjs/theme/buildin-theme/light/color-scheme.js +0 -21
  899. package/cjs/theme/buildin-theme/light/color-scheme.js.map +0 -1
  900. package/cjs/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
  901. package/cjs/theme/buildin-theme/light/component/axis/band-axis.js.map +0 -1
  902. package/cjs/theme/buildin-theme/light/component/axis/cartesian-axis.js.map +0 -1
  903. package/cjs/theme/buildin-theme/light/component/axis/common-axis.js.map +0 -1
  904. package/cjs/theme/buildin-theme/light/component/axis/linear-axis.js.map +0 -1
  905. package/cjs/theme/buildin-theme/light/component/axis/log-axis.js.map +0 -1
  906. package/cjs/theme/buildin-theme/light/component/axis/polar-axis.js.map +0 -1
  907. package/cjs/theme/buildin-theme/light/component/brush.js.map +0 -1
  908. package/cjs/theme/buildin-theme/light/component/crosshair.js.map +0 -1
  909. package/cjs/theme/buildin-theme/light/component/data-zoom.js +0 -105
  910. package/cjs/theme/buildin-theme/light/component/data-zoom.js.map +0 -1
  911. package/cjs/theme/buildin-theme/light/component/index.js.map +0 -1
  912. package/cjs/theme/buildin-theme/light/component/indicator.js.map +0 -1
  913. package/cjs/theme/buildin-theme/light/component/legend/color-legend.js.map +0 -1
  914. package/cjs/theme/buildin-theme/light/component/legend/continuous.js.map +0 -1
  915. package/cjs/theme/buildin-theme/light/component/legend/discrete-legend.js.map +0 -1
  916. package/cjs/theme/buildin-theme/light/component/legend/size-legend.js.map +0 -1
  917. package/cjs/theme/buildin-theme/light/component/map-label.js.map +0 -1
  918. package/cjs/theme/buildin-theme/light/component/mark-area.js.map +0 -1
  919. package/cjs/theme/buildin-theme/light/component/mark-line.js.map +0 -1
  920. package/cjs/theme/buildin-theme/light/component/mark-point.js.map +0 -1
  921. package/cjs/theme/buildin-theme/light/component/player.js.map +0 -1
  922. package/cjs/theme/buildin-theme/light/component/poptip.js.map +0 -1
  923. package/cjs/theme/buildin-theme/light/component/title.js.map +0 -1
  924. package/cjs/theme/buildin-theme/light/component/tooltip.js.map +0 -1
  925. package/cjs/theme/buildin-theme/light/component/total-label.js.map +0 -1
  926. package/cjs/theme/buildin-theme/light/constants.js.map +0 -1
  927. package/cjs/theme/buildin-theme/light/index.js.map +0 -1
  928. package/cjs/theme/buildin-theme/light/mark.js.map +0 -1
  929. package/cjs/theme/buildin-theme/light/series/area.js.map +0 -1
  930. package/cjs/theme/buildin-theme/light/series/bar.js.map +0 -1
  931. package/cjs/theme/buildin-theme/light/series/bar3d.js.map +0 -1
  932. package/cjs/theme/buildin-theme/light/series/box-plot.js.map +0 -1
  933. package/cjs/theme/buildin-theme/light/series/circle-packing.js.map +0 -1
  934. package/cjs/theme/buildin-theme/light/series/circular-progress.js.map +0 -1
  935. package/cjs/theme/buildin-theme/light/series/dot.js.map +0 -1
  936. package/cjs/theme/buildin-theme/light/series/funnel.js.map +0 -1
  937. package/cjs/theme/buildin-theme/light/series/funnel3d.js.map +0 -1
  938. package/cjs/theme/buildin-theme/light/series/gauge-pointer.js.map +0 -1
  939. package/cjs/theme/buildin-theme/light/series/gauge.js.map +0 -1
  940. package/cjs/theme/buildin-theme/light/series/heatmap.js.map +0 -1
  941. package/cjs/theme/buildin-theme/light/series/index.js.map +0 -1
  942. package/cjs/theme/buildin-theme/light/series/line.js.map +0 -1
  943. package/cjs/theme/buildin-theme/light/series/linear-progress.js.map +0 -1
  944. package/cjs/theme/buildin-theme/light/series/link.js.map +0 -1
  945. package/cjs/theme/buildin-theme/light/series/map.js.map +0 -1
  946. package/cjs/theme/buildin-theme/light/series/pie.js.map +0 -1
  947. package/cjs/theme/buildin-theme/light/series/pie3d.js.map +0 -1
  948. package/cjs/theme/buildin-theme/light/series/radar.js.map +0 -1
  949. package/cjs/theme/buildin-theme/light/series/rangeColumn.js.map +0 -1
  950. package/cjs/theme/buildin-theme/light/series/rose.js.map +0 -1
  951. package/cjs/theme/buildin-theme/light/series/sankey.js.map +0 -1
  952. package/cjs/theme/buildin-theme/light/series/scatter.js.map +0 -1
  953. package/cjs/theme/buildin-theme/light/series/sunburst.js.map +0 -1
  954. package/cjs/theme/buildin-theme/light/series/treemap.js.map +0 -1
  955. package/cjs/theme/buildin-theme/light/series/waterfall.js.map +0 -1
  956. package/cjs/theme/buildin-theme/light/series/word-cloud.js.map +0 -1
  957. package/cjs/theme/buildin-theme/light/series/word-cloud3d.js.map +0 -1
  958. package/esm/theme/buildin-theme/config.js.map +0 -1
  959. package/esm/theme/buildin-theme/index.js +0 -10
  960. package/esm/theme/buildin-theme/index.js.map +0 -1
  961. package/esm/theme/buildin-theme/light/color-scheme.js +0 -17
  962. package/esm/theme/buildin-theme/light/color-scheme.js.map +0 -1
  963. package/esm/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
  964. package/esm/theme/buildin-theme/light/component/axis/band-axis.js.map +0 -1
  965. package/esm/theme/buildin-theme/light/component/axis/cartesian-axis.js.map +0 -1
  966. package/esm/theme/buildin-theme/light/component/axis/common-axis.js.map +0 -1
  967. package/esm/theme/buildin-theme/light/component/axis/linear-axis.js.map +0 -1
  968. package/esm/theme/buildin-theme/light/component/axis/log-axis.js.map +0 -1
  969. package/esm/theme/buildin-theme/light/component/axis/polar-axis.js.map +0 -1
  970. package/esm/theme/buildin-theme/light/component/brush.js.map +0 -1
  971. package/esm/theme/buildin-theme/light/component/crosshair.js.map +0 -1
  972. package/esm/theme/buildin-theme/light/component/data-zoom.js +0 -101
  973. package/esm/theme/buildin-theme/light/component/data-zoom.js.map +0 -1
  974. package/esm/theme/buildin-theme/light/component/index.js.map +0 -1
  975. package/esm/theme/buildin-theme/light/component/indicator.js.map +0 -1
  976. package/esm/theme/buildin-theme/light/component/legend/color-legend.js.map +0 -1
  977. package/esm/theme/buildin-theme/light/component/legend/continuous.js.map +0 -1
  978. package/esm/theme/buildin-theme/light/component/legend/discrete-legend.js.map +0 -1
  979. package/esm/theme/buildin-theme/light/component/legend/size-legend.js.map +0 -1
  980. package/esm/theme/buildin-theme/light/component/map-label.js.map +0 -1
  981. package/esm/theme/buildin-theme/light/component/mark-area.js.map +0 -1
  982. package/esm/theme/buildin-theme/light/component/mark-line.js.map +0 -1
  983. package/esm/theme/buildin-theme/light/component/mark-point.js.map +0 -1
  984. package/esm/theme/buildin-theme/light/component/player.js.map +0 -1
  985. package/esm/theme/buildin-theme/light/component/poptip.js.map +0 -1
  986. package/esm/theme/buildin-theme/light/component/title.js.map +0 -1
  987. package/esm/theme/buildin-theme/light/component/tooltip.js.map +0 -1
  988. package/esm/theme/buildin-theme/light/component/total-label.js.map +0 -1
  989. package/esm/theme/buildin-theme/light/constants.js.map +0 -1
  990. package/esm/theme/buildin-theme/light/index.js.map +0 -1
  991. package/esm/theme/buildin-theme/light/mark.js.map +0 -1
  992. package/esm/theme/buildin-theme/light/series/area.js.map +0 -1
  993. package/esm/theme/buildin-theme/light/series/bar.js.map +0 -1
  994. package/esm/theme/buildin-theme/light/series/bar3d.js.map +0 -1
  995. package/esm/theme/buildin-theme/light/series/box-plot.js.map +0 -1
  996. package/esm/theme/buildin-theme/light/series/circle-packing.js.map +0 -1
  997. package/esm/theme/buildin-theme/light/series/circular-progress.js.map +0 -1
  998. package/esm/theme/buildin-theme/light/series/dot.js.map +0 -1
  999. package/esm/theme/buildin-theme/light/series/funnel.js.map +0 -1
  1000. package/esm/theme/buildin-theme/light/series/funnel3d.js.map +0 -1
  1001. package/esm/theme/buildin-theme/light/series/gauge-pointer.js.map +0 -1
  1002. package/esm/theme/buildin-theme/light/series/gauge.js.map +0 -1
  1003. package/esm/theme/buildin-theme/light/series/heatmap.js.map +0 -1
  1004. package/esm/theme/buildin-theme/light/series/index.js.map +0 -1
  1005. package/esm/theme/buildin-theme/light/series/line.js.map +0 -1
  1006. package/esm/theme/buildin-theme/light/series/linear-progress.js.map +0 -1
  1007. package/esm/theme/buildin-theme/light/series/link.js.map +0 -1
  1008. package/esm/theme/buildin-theme/light/series/map.js.map +0 -1
  1009. package/esm/theme/buildin-theme/light/series/pie.js.map +0 -1
  1010. package/esm/theme/buildin-theme/light/series/pie3d.js.map +0 -1
  1011. package/esm/theme/buildin-theme/light/series/radar.js.map +0 -1
  1012. package/esm/theme/buildin-theme/light/series/rangeColumn.js.map +0 -1
  1013. package/esm/theme/buildin-theme/light/series/rose.js.map +0 -1
  1014. package/esm/theme/buildin-theme/light/series/sankey.js.map +0 -1
  1015. package/esm/theme/buildin-theme/light/series/scatter.js.map +0 -1
  1016. package/esm/theme/buildin-theme/light/series/sunburst.js.map +0 -1
  1017. package/esm/theme/buildin-theme/light/series/treemap.js.map +0 -1
  1018. package/esm/theme/buildin-theme/light/series/waterfall.js.map +0 -1
  1019. package/esm/theme/buildin-theme/light/series/word-cloud.js.map +0 -1
  1020. package/esm/theme/buildin-theme/light/series/word-cloud3d.js.map +0 -1
  1021. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/band-axis.js +0 -0
  1022. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.d.ts +0 -0
  1023. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.js +0 -0
  1024. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.d.ts +0 -0
  1025. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.js +0 -0
  1026. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.d.ts +0 -0
  1027. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.js +0 -0
  1028. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.d.ts +0 -0
  1029. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.js +0 -0
  1030. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.d.ts +0 -0
  1031. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.js +0 -0
  1032. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/brush.d.ts +0 -0
  1033. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/brush.js +0 -0
  1034. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/crosshair.d.ts +0 -0
  1035. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/data-zoom.d.ts +0 -0
  1036. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/index.d.ts +0 -0
  1037. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/index.js +0 -0
  1038. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/indicator.d.ts +0 -0
  1039. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/indicator.js +0 -0
  1040. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.d.ts +0 -0
  1041. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.js +0 -0
  1042. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.d.ts +0 -0
  1043. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.d.ts +0 -0
  1044. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.d.ts +0 -0
  1045. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.js +0 -0
  1046. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/map-label.d.ts +0 -0
  1047. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/map-label.js +0 -0
  1048. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-area.d.ts +0 -0
  1049. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-line.d.ts +0 -0
  1050. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-point.d.ts +0 -0
  1051. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-point.js +0 -0
  1052. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/player.d.ts +0 -0
  1053. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/poptip.d.ts +0 -0
  1054. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/title.d.ts +0 -0
  1055. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/tooltip.d.ts +0 -0
  1056. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/total-label.d.ts +0 -0
  1057. /package/cjs/theme/{buildin-theme/light → builtin/common}/constants.d.ts +0 -0
  1058. /package/cjs/theme/{buildin-theme/light → builtin/common}/mark.d.ts +0 -0
  1059. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/area.d.ts +0 -0
  1060. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/area.js +0 -0
  1061. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar.d.ts +0 -0
  1062. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar.js +0 -0
  1063. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar3d.d.ts +0 -0
  1064. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar3d.js +0 -0
  1065. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/box-plot.d.ts +0 -0
  1066. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/box-plot.js +0 -0
  1067. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circle-packing.d.ts +0 -0
  1068. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circular-progress.d.ts +0 -0
  1069. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circular-progress.js +0 -0
  1070. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/dot.d.ts +0 -0
  1071. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/dot.js +0 -0
  1072. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel.d.ts +0 -0
  1073. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel.js +0 -0
  1074. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel3d.d.ts +0 -0
  1075. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel3d.js +0 -0
  1076. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.d.ts +0 -0
  1077. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.js +0 -0
  1078. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge.d.ts +0 -0
  1079. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge.js +0 -0
  1080. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/heatmap.d.ts +0 -0
  1081. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/heatmap.js +0 -0
  1082. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/index.d.ts +0 -0
  1083. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/index.js +0 -0
  1084. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/line.d.ts +0 -0
  1085. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/line.js +0 -0
  1086. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/linear-progress.d.ts +0 -0
  1087. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/linear-progress.js +0 -0
  1088. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/link.d.ts +0 -0
  1089. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/link.js +0 -0
  1090. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/map.d.ts +0 -0
  1091. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/map.js +0 -0
  1092. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie.d.ts +0 -0
  1093. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie.js +0 -0
  1094. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie3d.d.ts +0 -0
  1095. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie3d.js +0 -0
  1096. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/radar.d.ts +0 -0
  1097. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/radar.js +0 -0
  1098. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.d.ts +0 -0
  1099. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rose.d.ts +0 -0
  1100. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rose.js +0 -0
  1101. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sankey.d.ts +0 -0
  1102. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sankey.js +0 -0
  1103. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/scatter.d.ts +0 -0
  1104. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/scatter.js +0 -0
  1105. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sunburst.d.ts +0 -0
  1106. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/treemap.d.ts +0 -0
  1107. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/treemap.js +0 -0
  1108. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/waterfall.d.ts +0 -0
  1109. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/waterfall.js +0 -0
  1110. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud.d.ts +0 -0
  1111. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud.js +0 -0
  1112. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.d.ts +0 -0
  1113. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.js +0 -0
  1114. /package/cjs/theme/{buildin-theme/config.d.ts → builtin/constant.d.ts} +0 -0
  1115. /package/cjs/theme/{buildin-theme/light → builtin/dark}/color-scheme.d.ts +0 -0
  1116. /package/{esm/theme/buildin-theme → cjs/theme/builtin}/light/color-scheme.d.ts +0 -0
  1117. /package/cjs/theme/{buildin-theme → builtin}/light/index.d.ts +0 -0
  1118. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/band-axis.js +0 -0
  1119. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.d.ts +0 -0
  1120. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.js +0 -0
  1121. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.d.ts +0 -0
  1122. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.js +0 -0
  1123. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.d.ts +0 -0
  1124. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.js +0 -0
  1125. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.d.ts +0 -0
  1126. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.js +0 -0
  1127. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.d.ts +0 -0
  1128. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.js +0 -0
  1129. /package/esm/theme/{buildin-theme/light → builtin/common}/component/brush.d.ts +0 -0
  1130. /package/esm/theme/{buildin-theme/light → builtin/common}/component/brush.js +0 -0
  1131. /package/esm/theme/{buildin-theme/light → builtin/common}/component/crosshair.d.ts +0 -0
  1132. /package/esm/theme/{buildin-theme/light → builtin/common}/component/data-zoom.d.ts +0 -0
  1133. /package/esm/theme/{buildin-theme/light → builtin/common}/component/index.d.ts +0 -0
  1134. /package/esm/theme/{buildin-theme/light → builtin/common}/component/index.js +0 -0
  1135. /package/esm/theme/{buildin-theme/light → builtin/common}/component/indicator.d.ts +0 -0
  1136. /package/esm/theme/{buildin-theme/light → builtin/common}/component/indicator.js +0 -0
  1137. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.d.ts +0 -0
  1138. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.js +0 -0
  1139. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.d.ts +0 -0
  1140. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.d.ts +0 -0
  1141. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.d.ts +0 -0
  1142. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.js +0 -0
  1143. /package/esm/theme/{buildin-theme/light → builtin/common}/component/map-label.d.ts +0 -0
  1144. /package/esm/theme/{buildin-theme/light → builtin/common}/component/map-label.js +0 -0
  1145. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-area.d.ts +0 -0
  1146. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-line.d.ts +0 -0
  1147. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-point.d.ts +0 -0
  1148. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-point.js +0 -0
  1149. /package/esm/theme/{buildin-theme/light → builtin/common}/component/player.d.ts +0 -0
  1150. /package/esm/theme/{buildin-theme/light → builtin/common}/component/poptip.d.ts +0 -0
  1151. /package/esm/theme/{buildin-theme/light → builtin/common}/component/title.d.ts +0 -0
  1152. /package/esm/theme/{buildin-theme/light → builtin/common}/component/tooltip.d.ts +0 -0
  1153. /package/esm/theme/{buildin-theme/light → builtin/common}/component/total-label.d.ts +0 -0
  1154. /package/esm/theme/{buildin-theme/light → builtin/common}/constants.d.ts +0 -0
  1155. /package/esm/theme/{buildin-theme/light → builtin/common}/mark.d.ts +0 -0
  1156. /package/esm/theme/{buildin-theme/light → builtin/common}/series/area.d.ts +0 -0
  1157. /package/esm/theme/{buildin-theme/light → builtin/common}/series/area.js +0 -0
  1158. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar.d.ts +0 -0
  1159. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar.js +0 -0
  1160. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar3d.d.ts +0 -0
  1161. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar3d.js +0 -0
  1162. /package/esm/theme/{buildin-theme/light → builtin/common}/series/box-plot.d.ts +0 -0
  1163. /package/esm/theme/{buildin-theme/light → builtin/common}/series/box-plot.js +0 -0
  1164. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circle-packing.d.ts +0 -0
  1165. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circular-progress.d.ts +0 -0
  1166. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circular-progress.js +0 -0
  1167. /package/esm/theme/{buildin-theme/light → builtin/common}/series/dot.d.ts +0 -0
  1168. /package/esm/theme/{buildin-theme/light → builtin/common}/series/dot.js +0 -0
  1169. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel.d.ts +0 -0
  1170. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel.js +0 -0
  1171. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel3d.d.ts +0 -0
  1172. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel3d.js +0 -0
  1173. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.d.ts +0 -0
  1174. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.js +0 -0
  1175. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge.d.ts +0 -0
  1176. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge.js +0 -0
  1177. /package/esm/theme/{buildin-theme/light → builtin/common}/series/heatmap.d.ts +0 -0
  1178. /package/esm/theme/{buildin-theme/light → builtin/common}/series/heatmap.js +0 -0
  1179. /package/esm/theme/{buildin-theme/light → builtin/common}/series/index.d.ts +0 -0
  1180. /package/esm/theme/{buildin-theme/light → builtin/common}/series/index.js +0 -0
  1181. /package/esm/theme/{buildin-theme/light → builtin/common}/series/line.d.ts +0 -0
  1182. /package/esm/theme/{buildin-theme/light → builtin/common}/series/line.js +0 -0
  1183. /package/esm/theme/{buildin-theme/light → builtin/common}/series/linear-progress.d.ts +0 -0
  1184. /package/esm/theme/{buildin-theme/light → builtin/common}/series/linear-progress.js +0 -0
  1185. /package/esm/theme/{buildin-theme/light → builtin/common}/series/link.d.ts +0 -0
  1186. /package/esm/theme/{buildin-theme/light → builtin/common}/series/link.js +0 -0
  1187. /package/esm/theme/{buildin-theme/light → builtin/common}/series/map.d.ts +0 -0
  1188. /package/esm/theme/{buildin-theme/light → builtin/common}/series/map.js +0 -0
  1189. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie.d.ts +0 -0
  1190. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie.js +0 -0
  1191. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie3d.d.ts +0 -0
  1192. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie3d.js +0 -0
  1193. /package/esm/theme/{buildin-theme/light → builtin/common}/series/radar.d.ts +0 -0
  1194. /package/esm/theme/{buildin-theme/light → builtin/common}/series/radar.js +0 -0
  1195. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.d.ts +0 -0
  1196. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rose.d.ts +0 -0
  1197. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rose.js +0 -0
  1198. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sankey.d.ts +0 -0
  1199. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sankey.js +0 -0
  1200. /package/esm/theme/{buildin-theme/light → builtin/common}/series/scatter.d.ts +0 -0
  1201. /package/esm/theme/{buildin-theme/light → builtin/common}/series/scatter.js +0 -0
  1202. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sunburst.d.ts +0 -0
  1203. /package/esm/theme/{buildin-theme/light → builtin/common}/series/treemap.d.ts +0 -0
  1204. /package/esm/theme/{buildin-theme/light → builtin/common}/series/treemap.js +0 -0
  1205. /package/esm/theme/{buildin-theme/light → builtin/common}/series/waterfall.d.ts +0 -0
  1206. /package/esm/theme/{buildin-theme/light → builtin/common}/series/waterfall.js +0 -0
  1207. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud.d.ts +0 -0
  1208. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud.js +0 -0
  1209. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.d.ts +0 -0
  1210. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.js +0 -0
  1211. /package/esm/theme/{buildin-theme/config.d.ts → builtin/constant.d.ts} +0 -0
  1212. /package/esm/theme/{buildin-theme → builtin}/light/index.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/crosshair.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AAEpC,QAAA,SAAS,GAAoB;IACxC,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACoB;QACvB,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;gBACvD,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;gBACvD,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;IACD,aAAa,EAAE;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;gBACvD,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;gBACvD,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;CACF,CAAC","file":"crosshair.js","sourcesContent":["import type { ICrosshairRectSpec, ICrosshairTheme } from '../../../../component/crosshair/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const crosshair: ICrosshairTheme = {\n trigger: 'hover',\n xField: {\n visible: false,\n line: {\n type: 'rect',\n visible: true,\n style: {\n fill: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n } as ICrosshairRectSpec,\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n },\n yField: {\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n },\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n },\n categoryField: {\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n },\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n },\n valueField: {\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n },\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,160 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.dataZoom = void 0, exports.dataZoom = {
6
+ padding: [ 12, 0 ],
7
+ showDetail: "auto",
8
+ brushSelect: !1,
9
+ middleHandler: {
10
+ visible: !1,
11
+ background: {
12
+ size: 6,
13
+ style: {
14
+ stroke: {
15
+ type: "palette",
16
+ key: "dataZoomHandlerStrokeColor"
17
+ },
18
+ cornerRadius: 2
19
+ }
20
+ },
21
+ icon: {
22
+ style: {
23
+ size: 4,
24
+ fill: {
25
+ type: "palette",
26
+ key: "dataZoomHandlerFillColor"
27
+ },
28
+ stroke: {
29
+ type: "palette",
30
+ key: "dataZoomHandlerStrokeColor"
31
+ },
32
+ symbolType: "M 0.3 -0.5 C 0.41 -0.5 0.5 -0.41 0.5 -0.3 C 0.5 -0.3 0.5 0.3 0.5 0.3 C 0.5 0.41 0.41 0.5 0.3 0.5 C 0.3 0.5 -0.3 0.5 -0.3 0.5 C -0.41 0.5 -0.5 0.41 -0.5 0.3 C -0.5 0.3 -0.5 -0.3 -0.5 -0.3 C -0.5 -0.41 -0.41 -0.5 -0.3 -0.5 C -0.3 -0.5 0.3 -0.5 0.3 -0.5 Z",
33
+ lineWidth: .5
34
+ }
35
+ }
36
+ },
37
+ background: {
38
+ size: 20,
39
+ style: {
40
+ fill: {
41
+ type: "palette",
42
+ key: "dataZoomBackgroundColor"
43
+ },
44
+ lineWidth: 0
45
+ }
46
+ },
47
+ selectedBackground: {
48
+ style: {
49
+ lineWidth: 0
50
+ }
51
+ },
52
+ startHandler: {
53
+ style: {
54
+ symbolType: "M-0.5-2.4h0.9c0.4,0,0.7,0.3,0.7,0.7v3.3c0,0.4-0.3,0.7-0.7,0.7h-0.9c-0.4,0-0.7-0.3-0.7-0.7v-3.3\n C-1.2-2-0.9-2.4-0.5-2.4z M-0.4-1.4L-0.4-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C-0.4-1.4-0.4-1.4-0.4-1.4z M0.3-1.4L0.3-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C0.3-1.4,0.3-1.4,0.3-1.4z",
55
+ fill: {
56
+ type: "palette",
57
+ key: "dataZoomHandlerFillColor"
58
+ },
59
+ scaleX: 1.2,
60
+ scaleY: 1.2,
61
+ stroke: {
62
+ type: "palette",
63
+ key: "dataZoomHandlerStrokeColor"
64
+ },
65
+ lineWidth: 1
66
+ }
67
+ },
68
+ endHandler: {
69
+ style: {
70
+ symbolType: "M-0.5-2.4h0.9c0.4,0,0.7,0.3,0.7,0.7v3.3c0,0.4-0.3,0.7-0.7,0.7h-0.9c-0.4,0-0.7-0.3-0.7-0.7v-3.3\n C-1.2-2-0.9-2.4-0.5-2.4z M-0.4-1.4L-0.4-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C-0.4-1.4-0.4-1.4-0.4-1.4z M0.3-1.4L0.3-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C0.3-1.4,0.3-1.4,0.3-1.4z",
71
+ fill: {
72
+ type: "palette",
73
+ key: "dataZoomHandlerFillColor"
74
+ },
75
+ scaleX: 1.2,
76
+ scaleY: 1.2,
77
+ stroke: {
78
+ type: "palette",
79
+ key: "dataZoomHandlerStrokeColor"
80
+ },
81
+ lineWidth: 1
82
+ }
83
+ },
84
+ startText: {
85
+ padding: 8,
86
+ style: {
87
+ fontSize: 10,
88
+ fill: {
89
+ type: "palette",
90
+ key: "labelFontColor"
91
+ }
92
+ }
93
+ },
94
+ endText: {
95
+ padding: 8,
96
+ style: {
97
+ fontSize: 10,
98
+ fill: {
99
+ type: "palette",
100
+ key: "labelFontColor"
101
+ }
102
+ }
103
+ },
104
+ dragMask: {
105
+ style: {
106
+ fill: {
107
+ type: "palette",
108
+ key: "dataZoomSelectedColor",
109
+ a: .1
110
+ },
111
+ stroke: {
112
+ type: "palette",
113
+ key: "dataZoomSelectedColor",
114
+ a: .2
115
+ },
116
+ lineWidth: 3
117
+ }
118
+ },
119
+ backgroundChart: {
120
+ area: {
121
+ style: {
122
+ stroke: !1,
123
+ fill: {
124
+ type: "palette",
125
+ key: "dataZoomChartColor"
126
+ }
127
+ }
128
+ },
129
+ line: {
130
+ style: {
131
+ stroke: {
132
+ type: "palette",
133
+ key: "dataZoomChartColor"
134
+ },
135
+ lineWidth: 1
136
+ }
137
+ }
138
+ },
139
+ selectedBackgroundChart: {
140
+ area: {
141
+ style: {
142
+ stroke: !1,
143
+ fill: {
144
+ type: "palette",
145
+ key: "dataZoomChartColor"
146
+ }
147
+ }
148
+ },
149
+ line: {
150
+ style: {
151
+ stroke: {
152
+ type: "palette",
153
+ key: "dataZoomChartColor"
154
+ },
155
+ lineWidth: 1
156
+ }
157
+ }
158
+ }
159
+ };
160
+ //# sourceMappingURL=data-zoom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/data-zoom.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAmB;IACtC,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IAChB,UAAU,EAAE,MAAM;IAClB,WAAW,EAAE,KAAK;IAClB,aAAa,EAAE;QACb,OAAO,EAAE,KAAK;QACd,UAAU,EAAE;YACV,IAAI,EAAE,CAAC;YACP,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,4BAA4B,EAAE;gBAC9D,YAAY,EAAE,CAAC;aAChB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,IAAI,EAAE,CAAC;gBACP,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;gBAC1D,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,4BAA4B,EAAE;gBAC9D,UAAU,EAER,8PAA8P;gBAChQ,SAAS,EAAE,GAAG;aACf;SACF;KACF;IACD,UAAU,EAAE;QACV,IAAI,EAAE,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,yBAAyB,EAAE;YACzD,SAAS,EAAE,CAAC;SACb;KACF;IACD,kBAAkB,EAAE;QAClB,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;SACb;KACF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,UAAU,EAAE;;;gCAGc;YAC1B,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;YAC1D,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,4BAA4B,EAAE;YAC9D,SAAS,EAAE,CAAC;SACb;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,UAAU,EAAE;;;gCAGc;YAC1B,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;YAC1D,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,4BAA4B,EAAE;YAC9D,SAAS,EAAE,CAAC;SACb;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE,CAAC,EAAE,GAAG,EAAE;YAC/D,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE,CAAC,EAAE,GAAG,EAAE;YACjE,SAAS,EAAE,CAAC;SACb;KACF;IACD,eAAe,EAAE;QACf,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;aACrD;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;gBACtD,SAAS,EAAE,CAAC;aACb;SACF;KACF;IACD,uBAAuB,EAAE;QACvB,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;aACrD;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;gBACtD,SAAS,EAAE,CAAC;aACb;SACF;KACF;CACF,CAAC","file":"data-zoom.js","sourcesContent":["import type { IDataZoomTheme } from '../../../../component/data-zoom';\n\nexport const dataZoom: IDataZoomTheme = {\n padding: [12, 0],\n showDetail: 'auto',\n brushSelect: false,\n middleHandler: {\n visible: false,\n background: {\n size: 6,\n style: {\n stroke: { type: 'palette', key: 'dataZoomHandlerStrokeColor' },\n cornerRadius: 2\n }\n },\n icon: {\n style: {\n size: 4,\n fill: { type: 'palette', key: 'dataZoomHandlerFillColor' },\n stroke: { type: 'palette', key: 'dataZoomHandlerStrokeColor' },\n symbolType:\n // eslint-disable-next-line max-len\n 'M 0.3 -0.5 C 0.41 -0.5 0.5 -0.41 0.5 -0.3 C 0.5 -0.3 0.5 0.3 0.5 0.3 C 0.5 0.41 0.41 0.5 0.3 0.5 C 0.3 0.5 -0.3 0.5 -0.3 0.5 C -0.41 0.5 -0.5 0.41 -0.5 0.3 C -0.5 0.3 -0.5 -0.3 -0.5 -0.3 C -0.5 -0.41 -0.41 -0.5 -0.3 -0.5 C -0.3 -0.5 0.3 -0.5 0.3 -0.5 Z',\n lineWidth: 0.5\n }\n }\n },\n background: {\n size: 20,\n style: {\n fill: { type: 'palette', key: 'dataZoomBackgroundColor' },\n lineWidth: 0\n }\n },\n selectedBackground: {\n style: {\n lineWidth: 0\n }\n },\n startHandler: {\n style: {\n symbolType: `M-0.5-2.4h0.9c0.4,0,0.7,0.3,0.7,0.7v3.3c0,0.4-0.3,0.7-0.7,0.7h-0.9c-0.4,0-0.7-0.3-0.7-0.7v-3.3\n C-1.2-2-0.9-2.4-0.5-2.4z M-0.4-1.4L-0.4-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C-0.4-1.4-0.4-1.4-0.4-1.4z M0.3-1.4L0.3-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C0.3-1.4,0.3-1.4,0.3-1.4z`,\n fill: { type: 'palette', key: 'dataZoomHandlerFillColor' },\n scaleX: 1.2,\n scaleY: 1.2,\n stroke: { type: 'palette', key: 'dataZoomHandlerStrokeColor' },\n lineWidth: 1\n }\n },\n endHandler: {\n style: {\n symbolType: `M-0.5-2.4h0.9c0.4,0,0.7,0.3,0.7,0.7v3.3c0,0.4-0.3,0.7-0.7,0.7h-0.9c-0.4,0-0.7-0.3-0.7-0.7v-3.3\n C-1.2-2-0.9-2.4-0.5-2.4z M-0.4-1.4L-0.4-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C-0.4-1.4-0.4-1.4-0.4-1.4z M0.3-1.4L0.3-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\n C0.3-1.4,0.3-1.4,0.3-1.4z`,\n fill: { type: 'palette', key: 'dataZoomHandlerFillColor' },\n scaleX: 1.2,\n scaleY: 1.2,\n stroke: { type: 'palette', key: 'dataZoomHandlerStrokeColor' },\n lineWidth: 1\n }\n },\n startText: {\n padding: 8,\n style: {\n fontSize: 10,\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n endText: {\n padding: 8,\n style: {\n fontSize: 10,\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n dragMask: {\n style: {\n fill: { type: 'palette', key: 'dataZoomSelectedColor', a: 0.1 },\n stroke: { type: 'palette', key: 'dataZoomSelectedColor', a: 0.2 },\n lineWidth: 3\n }\n },\n backgroundChart: {\n area: {\n style: {\n stroke: false,\n fill: { type: 'palette', key: 'dataZoomChartColor' }\n }\n },\n line: {\n style: {\n stroke: { type: 'palette', key: 'dataZoomChartColor' },\n lineWidth: 1\n }\n }\n },\n selectedBackgroundChart: {\n area: {\n style: {\n stroke: false,\n fill: { type: 'palette', key: 'dataZoomChartColor' }\n }\n },\n line: {\n style: {\n stroke: { type: 'palette', key: 'dataZoomChartColor' },\n lineWidth: 1\n }\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/index.ts"],"names":[],"mappings":";;;AACA,gDAA4C;AAC5C,0DAAqD;AACrD,oDAAgD;AAChD,oDAAgD;AAChD,kDAA0D;AAC1D,mCAAgC;AAChC,2CAAwC;AACxC,2CAAuC;AACvC,2CAAwC;AACxC,wDAAoD;AACpD,8DAA0D;AAC1D,sDAAkD;AAClD,2CAAuC;AACvC,2CAAuC;AACvC,2CAAuC;AACvC,6CAAyC;AACzC,qCAAkC;AAClC,mCAAgC;AAChC,uCAAoC;AACpC,qCAAkC;AAClC,+CAA2C;AAE9B,QAAA,SAAS,GAAoB;IACxC,cAAc,EAAd,gCAAc;IACd,WAAW,EAAX,0BAAW;IACX,UAAU,EAAV,wBAAU;IACV,IAAI,EAAE,wBAAU;IAChB,QAAQ,EAAR,oBAAQ;IACR,UAAU,EAAV,wBAAU;IACV,KAAK,EAAL,sBAAK;IACL,KAAK,EAAL,sBAAK;IACL,SAAS,EAAT,sBAAS;IACT,UAAU,EAAV,uBAAU;IACV,QAAQ,EAAR,oBAAQ;IACR,QAAQ,EAAR,oBAAQ;IACR,SAAS,EAAT,sBAAS;IACT,OAAO,EAAP,iBAAO;IACP,QAAQ,EAAR,oBAAQ;IACR,SAAS,EAAT,qBAAS;IACT,MAAM,EAAN,eAAM;IACN,KAAK,EAAL,aAAK;IACL,SAAS,EAAT,qBAAS;IACT,KAAK,EAAL,aAAK;IACL,QAAQ,EAAR,oBAAQ;IACR,MAAM,EAAN,eAAM;IACN,UAAU,EAAV,wBAAU;CACX,CAAC","file":"index.js","sourcesContent":["import type { IComponentTheme } from '../../../../component/interface';\nimport { axisBand } from './axis/band-axis';\nimport { axisX, axisY } from './axis/cartesian-axis';\nimport { commonAxis } from './axis/common-axis';\nimport { axisLinear } from './axis/linear-axis';\nimport { axisAngle, axisRadius } from './axis/polar-axis';\nimport { brush } from './brush';\nimport { crosshair } from './crosshair';\nimport { dataZoom } from './data-zoom';\nimport { indicator } from './indicator';\nimport { colorLegend } from './legend/color-legend';\nimport { discreteLegend } from './legend/discrete-legend';\nimport { sizeLegend } from './legend/size-legend';\nimport { mapLabel } from './map-label';\nimport { markArea } from './mark-area';\nimport { markLine } from './mark-line';\nimport { markPoint } from './mark-point';\nimport { player } from './player';\nimport { title } from './title';\nimport { tooltip } from './tooltip';\nimport { poptip } from './poptip';\nimport { totalLabel } from './total-label';\n\nexport const component: IComponentTheme = {\n discreteLegend,\n colorLegend,\n sizeLegend,\n axis: commonAxis,\n axisBand,\n axisLinear,\n axisX,\n axisY,\n axisAngle,\n axisRadius,\n markLine,\n markArea,\n markPoint,\n tooltip,\n dataZoom,\n crosshair,\n player,\n brush,\n indicator,\n title,\n mapLabel,\n poptip,\n totalLabel\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/indicator.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAoB;IACxC,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,SAAS,EAAE,KAAK;QAChB,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,OAAO;YACb,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,KAAK;YACnB,SAAS,EAAE,QAAQ;SACpB;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,OAAO;YACb,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,KAAK;YACnB,SAAS,EAAE,QAAQ;SACpB;KACF;CACF,CAAC","file":"indicator.js","sourcesContent":["import type { IIndicatorTheme } from '../../../../component/indicator/interface';\n\nexport const indicator: IIndicatorTheme = {\n title: {\n visible: true,\n autoLimit: false,\n autoFit: false,\n style: {\n fontSize: 20,\n fill: 'black',\n fontWeight: 'normal',\n fillOpacity: 1,\n textBaseline: 'top',\n textAlign: 'center'\n }\n },\n content: {\n visible: true,\n style: {\n fontSize: 16,\n fill: 'black',\n fontWeight: 'normal',\n fillOpacity: 1,\n textBaseline: 'top',\n textAlign: 'center'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/legend/color-legend.ts"],"names":[],"mappings":";;;AACA,6CAA+D;AAElD,QAAA,WAAW,GAAsB;IAC5C,UAAU,kCACL,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;YACT,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,GACF;IACD,QAAQ,kCACH,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,GAAG;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,GACF;CACF,CAAC","file":"color-legend.js","sourcesContent":["import type { IColorLegendTheme } from '../../../../../component/legend';\nimport { DEFAULT_CONTINUOUS_LEGEND_THEME } from './continuous';\n\nexport const colorLegend: IColorLegendTheme = {\n horizontal: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 200,\n height: 8,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n }\n },\n vertical: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 8,\n height: 200,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n }\n }\n};\n"]}
@@ -18,7 +18,7 @@ exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
18
18
  fontWeight: "normal",
19
19
  fill: {
20
20
  type: "palette",
21
- key: "titleFontColor"
21
+ key: "primaryFontColor"
22
22
  }
23
23
  },
24
24
  space: 12
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/legend/continuous.ts"],"names":[],"mappings":";;;AACA,+CAAkD;AAErC,QAAA,+BAA+B,GAA2B;IACrE,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,EAAE;IACX,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;SACnD;QACD,KAAK,EAAE,EAAE;KACV;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;KACd;IACD,SAAS,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,OAAO,EAAE;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,WAAW,EAAE;QACX,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;CACF,CAAC","file":"continuous.js","sourcesContent":["import type { IContinuousLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme = {\n orient: 'right',\n position: 'middle',\n padding: 30,\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n space: 12\n },\n handler: {\n visible: true\n },\n startText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n endText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n handlerText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n }\n};\n"]}
@@ -9,7 +9,7 @@ const constants_1 = require("../../constants");
9
9
  exports.discreteLegend = {
10
10
  orient: "bottom",
11
11
  position: "middle",
12
- padding: 30,
12
+ padding: [ 16, 24 ],
13
13
  title: {
14
14
  visible: !1,
15
15
  padding: 0,
@@ -17,7 +17,7 @@ exports.discreteLegend = {
17
17
  fontSize: constants_1.THEME_CONSTANTS.LABEL_FONT_SIZE,
18
18
  fill: {
19
19
  type: "palette",
20
- key: "titleFontColor"
20
+ key: "primaryFontColor"
21
21
  },
22
22
  fontWeight: "normal"
23
23
  },
@@ -41,7 +41,7 @@ exports.discreteLegend = {
41
41
  }
42
42
  },
43
43
  shape: {
44
- space: 4,
44
+ space: 6,
45
45
  state: {
46
46
  unSelected: {
47
47
  fillOpacity: .5
@@ -49,7 +49,7 @@ exports.discreteLegend = {
49
49
  }
50
50
  },
51
51
  label: {
52
- space: 4,
52
+ space: 6,
53
53
  style: {
54
54
  fill: {
55
55
  type: "palette",
@@ -59,7 +59,10 @@ exports.discreteLegend = {
59
59
  },
60
60
  state: {
61
61
  unSelected: {
62
- fillOpacity: .5
62
+ fill: {
63
+ type: "palette",
64
+ key: "disableFontColor"
65
+ }
63
66
  }
64
67
  }
65
68
  }
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/legend/discrete-legend.ts"],"names":[],"mappings":";;;AACA,+CAAkD;AAErC,QAAA,cAAc,GAAyB;IAClD,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;IACjB,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;YAClD,UAAU,EAAE,QAAQ;SACrB;QACD,KAAK,EAAE,EAAE;KACV;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,CAAC;QACV,UAAU,EAAE;YACV,KAAK,EAAE;gBACL,aAAa,EAAE;oBACb,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,GAAG;iBACjB;gBACD,eAAe,EAAE;oBACf,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;gBAChD,QAAQ,EAAE,2BAAe,CAAC,eAAe;aAC1C;YACD,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;iBACnD;aACF;SACF;KACF;IACD,gBAAgB,EAAE,KAAK;CACxB,CAAC","file":"discrete-legend.js","sourcesContent":["import type { IDiscreteLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const discreteLegend: IDiscreteLegendTheme = {\n orient: 'bottom',\n position: 'middle',\n padding: [16, 24],\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fill: { type: 'palette', key: 'primaryFontColor' },\n fontWeight: 'normal'\n },\n space: 12\n },\n item: {\n visible: true,\n spaceCol: 10,\n spaceRow: 10,\n padding: 2,\n background: {\n state: {\n selectedHover: {\n fill: 'gray',\n fillOpacity: 0.7\n },\n unSelectedHover: {\n fill: 'gray',\n fillOpacity: 0.2\n }\n }\n },\n shape: {\n space: 6,\n state: {\n unSelected: {\n fillOpacity: 0.5\n }\n }\n },\n label: {\n space: 6,\n style: {\n fill: { type: 'palette', key: 'labelFontColor' },\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n },\n state: {\n unSelected: {\n fill: { type: 'palette', key: 'disableFontColor' }\n }\n }\n }\n },\n allowAllCanceled: false\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/legend/size-legend.ts"],"names":[],"mappings":";;;AACA,6CAA+D;AAElD,QAAA,UAAU,GAAqB;IAC1C,UAAU,kBACR,cAAc,EAAE;YACd,IAAI,EAAE,SAAS;SAChB,EACD,KAAK,EAAE;YACL,KAAK,EAAE;gBACL,IAAI,EAAE,oBAAoB;aAC3B;SACF,EACD,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;YACT,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,IACE,4CAA+B,CACnC;IACD,QAAQ,kBACN,cAAc,EAAE;YACd,IAAI,EAAE,SAAS;SAChB,EACD,KAAK,EAAE;YACL,KAAK,EAAE;gBACL,IAAI,EAAE,oBAAoB;aAC3B;SACF,EACD,IAAI,EAAE;YACJ,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,GAAG;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,IACE,4CAA+B,CACnC;CACF,CAAC","file":"size-legend.js","sourcesContent":["import type { ISizeLegendTheme } from '../../../../../component/legend';\nimport { DEFAULT_CONTINUOUS_LEGEND_THEME } from './continuous';\n\nexport const sizeLegend: ISizeLegendTheme = {\n horizontal: {\n sizeBackground: {\n fill: '#cdcdcd'\n },\n track: {\n style: {\n fill: 'rgba(20,20,20,0.1)'\n }\n },\n rail: {\n width: 200,\n height: 4,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n },\n ...DEFAULT_CONTINUOUS_LEGEND_THEME\n },\n vertical: {\n sizeBackground: {\n fill: '#cdcdcd'\n },\n track: {\n style: {\n fill: 'rgba(20,20,20,0.1)'\n }\n },\n rail: {\n width: 4,\n height: 200,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n },\n ...DEFAULT_CONTINUOUS_LEGEND_THEME\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/map-label.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AACjD,MAAM,UAAU,GAAG,2BAAe,CAAC,WAAW,CAAC;AAElC,QAAA,QAAQ,GAAmB;IACtC,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,EAAE;IACV,QAAQ,EAAE,KAAK;IACf,KAAK,EAAE,EAAE;IACT,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,MAAM;YACjB,IAAI,EAAE,OAAO;YACb,QAAQ;YACR,UAAU;SACX;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,MAAM;YACjB,IAAI,EAAE,OAAO;YACb,QAAQ;YACR,UAAU;SACX;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE;QACjD,KAAK,EAAE;YACL,YAAY,EAAE,CAAC;YACf,SAAS,EAAE,CAAC;YACZ,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,MAAM;SACf;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,KAAK;SACd;KACF;CACF,CAAC","file":"map-label.js","sourcesContent":["import type { IMapLabelTheme } from '../../../../component/map-label';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\nconst fontFamily = THEME_CONSTANTS.FONT_FAMILY;\n\nexport const mapLabel: IMapLabelTheme = {\n visible: true,\n offset: 12,\n position: 'top',\n space: 10,\n nameLabel: {\n visible: true,\n style: {\n textBaseline: 'middle',\n textAlign: 'left',\n fill: 'black',\n fontSize,\n fontFamily\n }\n },\n valueLabel: {\n visible: true,\n style: {\n textBaseline: 'middle',\n textAlign: 'left',\n fill: 'black',\n fontSize,\n fontFamily\n }\n },\n background: {\n visible: true,\n padding: { top: 4, bottom: 4, left: 6, right: 6 },\n style: {\n cornerRadius: 2,\n lineWidth: 1,\n fill: 'white',\n stroke: 'grey'\n }\n },\n leader: {\n visible: false,\n style: {\n lineWidth: 1,\n stroke: 'red'\n }\n }\n};\n"]}
@@ -13,8 +13,14 @@ Object.defineProperty(exports, "__esModule", {
13
13
  fontSize: 14,
14
14
  fontWeight: "normal",
15
15
  fontStyle: "normal",
16
- fill: "#fff",
17
- stroke: "#fff",
16
+ fill: {
17
+ type: "palette",
18
+ key: "labelReverseFontColor"
19
+ },
20
+ stroke: {
21
+ type: "palette",
22
+ key: "labelReverseFontColor"
23
+ },
18
24
  lineWidth: 0
19
25
  },
20
26
  labelBackground: {
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/mark-area.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAmB;IACtC,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,IAAI,EAAE,uBAAuB;SAC9B;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;YACvD,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;YACzD,SAAS,EAAE,CAAC;SACb;QACD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;aACR;YACD,KAAK,EAAE;gBACL,YAAY,EAAE,CAAC;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;KACF;CACF,CAAC","file":"mark-area.js","sourcesContent":["import type { IMarkAreaTheme } from '../../../../component/marker/mark-area/interface';\n\nexport const markArea: IMarkAreaTheme = {\n area: {\n style: {\n fill: 'rgba(46, 47, 50, 0.1)'\n }\n },\n label: {\n style: {\n fontSize: 14,\n fontWeight: 'normal',\n fontStyle: 'normal',\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n stroke: { type: 'palette', key: 'labelReverseFontColor' },\n lineWidth: 0\n },\n labelBackground: {\n padding: {\n top: 2,\n bottom: 2,\n right: 4,\n left: 4\n },\n style: {\n cornerRadius: 0,\n fill: '#F68484'\n }\n }\n }\n};\n"]}
@@ -35,8 +35,14 @@ Object.defineProperty(exports, "__esModule", {
35
35
  fontSize: 14,
36
36
  fontWeight: "normal",
37
37
  fontStyle: "normal",
38
- fill: "#fff",
39
- stroke: "#fff",
38
+ fill: {
39
+ type: "palette",
40
+ key: "labelReverseFontColor"
41
+ },
42
+ stroke: {
43
+ type: "palette",
44
+ key: "labelReverseFontColor"
45
+ },
40
46
  lineWidth: 0
41
47
  },
42
48
  labelBackground: {
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/mark-line.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAmB;IACtC,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YAChB,MAAM,EAAE,kBAAkB;SAC3B;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,KAAK;QACd,UAAU,EAAE,UAAU;QACtB,KAAK,EAAE;YACL,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,CAAC;YACZ,IAAI,EAAE,kBAAkB;YACxB,IAAI,EAAE,EAAE;SACT;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,UAAU,EAAE,UAAU;QACtB,KAAK,EAAE;YACL,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,CAAC;YACZ,IAAI,EAAE,kBAAkB;YACxB,IAAI,EAAE,EAAE;SACT;KACF;IACD,KAAK,EAAE;QACL,IAAI,EAAE,CAAC;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;YACvD,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;YACzD,SAAS,EAAE,CAAC;SACb;QACD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;aACR;YACD,KAAK,EAAE;gBACL,YAAY,EAAE,CAAC;gBACf,IAAI,EAAE,mBAAmB;aAC1B;SACF;KACF;CACF,CAAC","file":"mark-line.js","sourcesContent":["import type { IMarkLineTheme } from '../../../../component/marker/mark-line/interface';\n\nexport const markLine: IMarkLineTheme = {\n line: {\n style: {\n lineDash: [3, 3],\n stroke: 'rgba(46, 47, 50)'\n }\n },\n startSymbol: {\n visible: false,\n symbolType: 'triangle',\n style: {\n stroke: null,\n lineWidth: 0,\n fill: 'rgba(46, 47, 50)',\n size: 10\n }\n },\n endSymbol: {\n visible: true,\n symbolType: 'triangle',\n style: {\n stroke: null,\n lineWidth: 0,\n fill: 'rgba(46, 47, 50)',\n size: 10\n }\n },\n label: {\n refY: 5,\n style: {\n fontSize: 14,\n fontWeight: 'normal',\n fontStyle: 'normal',\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n stroke: { type: 'palette', key: 'labelReverseFontColor' },\n lineWidth: 0\n },\n labelBackground: {\n padding: {\n top: 2,\n bottom: 2,\n right: 4,\n left: 4\n },\n style: {\n cornerRadius: 0,\n fill: 'rgb(48, 115, 242)'\n }\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/mark-point.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAoB;IACxC,QAAQ,EAAE;QACR,cAAc,EAAE;YACd,OAAO,EAAE,KAAK;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,CAAC;YACP,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,IAAI,EAAE,MAAM;aACb;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,MAAM;aACf;SACF;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,EAAE;KACb;CACF,CAAC","file":"mark-point.js","sourcesContent":["import type { IMarkPointTheme } from '../../../../component/marker/mark-point/interface';\n\nexport const markPoint: IMarkPointTheme = {\n itemLine: {\n decorativeLine: {\n visible: false\n },\n startSymbol: {\n size: 5,\n visible: true,\n style: {\n fill: '#eee'\n }\n },\n line: {\n style: {\n stroke: '#eee'\n }\n }\n },\n itemContent: {\n offsetY: -50\n }\n};\n"]}
@@ -19,7 +19,10 @@ Object.defineProperty(exports, "__esModule", {
19
19
  },
20
20
  handlerStyle: {
21
21
  size: 15,
22
- stroke: "#FFFFFF",
22
+ stroke: {
23
+ type: "palette",
24
+ key: "backgroundColor"
25
+ },
23
26
  lineWidth: 2,
24
27
  fill: "#0564FE"
25
28
  }
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/player.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAiB;IAClC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE;QACP,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,EAAE;KACX;IACD,MAAM,EAAE;QACN,KAAK,EAAE,EAAE;QACT,UAAU,EAAE;YACV,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;SAChB;QACD,YAAY,EAAE;YACZ,IAAI,EAAE,EAAE;YACR,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACnD,SAAS,EAAE,CAAC;YACZ,IAAI,EAAE,SAAS;SAChB;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,QAAQ,EAAE;YACR,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,EAAE;YACT,QAAQ,EAAE,OAAO;YACjB,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,OAAO,EAAE;YACP,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,EAAE;YACT,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;KACF;CACF,CAAC","file":"player.js","sourcesContent":["import type { IPlayerTheme } from '../../../../component/player';\n\nexport const player: IPlayerTheme = {\n visible: true,\n position: 'start',\n padding: {\n top: 20,\n bottom: 20\n },\n slider: {\n space: 10,\n trackStyle: {\n fill: '#3073F2'\n },\n railStyle: {\n fill: '#D1D5DA'\n },\n handlerStyle: {\n size: 15,\n stroke: { type: 'palette', key: 'backgroundColor' },\n lineWidth: 2,\n fill: '#0564FE'\n }\n },\n controller: {\n start: {\n order: 0,\n space: 0,\n style: {\n size: 25,\n fill: '#3073F2'\n }\n },\n pause: {\n order: 0,\n space: 0,\n style: {\n size: 25,\n fill: '#3073F2'\n }\n },\n backward: {\n order: 0,\n space: 10,\n position: 'start',\n style: {\n size: 12,\n fill: '#3073F2'\n }\n },\n forward: {\n order: 0,\n space: 10,\n position: 'end',\n style: {\n size: 12,\n fill: '#3073F2'\n }\n }\n }\n};\n"]}
@@ -9,16 +9,28 @@ Object.defineProperty(exports, "__esModule", {
9
9
  titleStyle: {
10
10
  fontSize: 12,
11
11
  fontWeight: "bold",
12
- fill: "#4E5969"
12
+ fill: {
13
+ type: "palette",
14
+ key: "labelFontColor"
15
+ }
13
16
  },
14
17
  contentStyle: {
15
18
  fontSize: 12,
16
- fill: "#4E5969"
19
+ fill: {
20
+ type: "palette",
21
+ key: "labelFontColor"
22
+ }
17
23
  },
18
24
  panel: {
19
25
  visible: !0,
20
- fill: "#fff",
21
- stroke: "#ffffff",
26
+ fill: {
27
+ type: "palette",
28
+ key: "backgroundColor"
29
+ },
30
+ stroke: {
31
+ type: "palette",
32
+ key: "backgroundColor"
33
+ },
22
34
  lineWidth: 0,
23
35
  cornerRadius: 3,
24
36
  shadowBlur: 12,
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/poptip.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAqB;IACtC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,CAAC;IACV,UAAU,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAS;KACxD;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAS;KACxD;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAS;QACxD,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAS;QAC1D,SAAS,EAAE,CAAC;QACZ,YAAY,EAAE,CAAC;QACf,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,CAAC;QAChB,aAAa,EAAE,CAAC;QAChB,WAAW,EAAE,oBAAoB;QACjC,IAAI,EAAE,CAAC;QACP,KAAK,EAAE,EAAE;KACV;CACF,CAAC","file":"poptip.js","sourcesContent":["import type { PopTipAttributes } from '@visactor/vrender-components';\n\nexport const poptip: PopTipAttributes = {\n visible: true,\n position: 'auto',\n padding: 8,\n titleStyle: {\n fontSize: 12,\n fontWeight: 'bold',\n fill: { type: 'palette', key: 'labelFontColor' } as any\n },\n contentStyle: {\n fontSize: 12,\n fill: { type: 'palette', key: 'labelFontColor' } as any\n },\n panel: {\n visible: true,\n fill: { type: 'palette', key: 'backgroundColor' } as any,\n stroke: { type: 'palette', key: 'backgroundColor' } as any,\n lineWidth: 0,\n cornerRadius: 3,\n shadowBlur: 12,\n shadowOffsetX: 0,\n shadowOffsetY: 4,\n shadowColor: 'rgba(0, 0, 0, 0.1)',\n size: 0,\n space: 12\n }\n};\n"]}
@@ -14,7 +14,7 @@ exports.title = {
14
14
  fontSize: constants_1.THEME_CONSTANTS.TITLE_FONT_SIZE,
15
15
  fill: {
16
16
  type: "palette",
17
- key: "titleFontColor"
17
+ key: "primaryFontColor"
18
18
  }
19
19
  },
20
20
  subtextStyle: {
@@ -22,7 +22,7 @@ exports.title = {
22
22
  lineHeight: constants_1.THEME_CONSTANTS.TITLE_FONT_SIZE,
23
23
  fill: {
24
24
  type: "palette",
25
- key: "labelFontColor"
25
+ key: "secondaryFontColor"
26
26
  }
27
27
  }
28
28
  };
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/title.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,KAAK,GAAgB;IAChC,OAAO,EAAE;QACP,MAAM,EAAE,EAAE;KACX;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,2BAAe,CAAC,eAAe;QACzC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;KACnD;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,2BAAe,CAAC,eAAe;QACzC,UAAU,EAAE,2BAAe,CAAC,eAAe;QAC3C,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;KACrD;CACF,CAAC","file":"title.js","sourcesContent":["import type { ITitleTheme } from '../../../../component/title/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const title: ITitleTheme = {\n padding: {\n bottom: 30\n },\n textStyle: {\n fontSize: THEME_CONSTANTS.TITLE_FONT_SIZE,\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n subtextStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n lineHeight: THEME_CONSTANTS.TITLE_FONT_SIZE,\n fill: { type: 'palette', key: 'secondaryFontColor' }\n }\n};\n"]}
@@ -18,9 +18,15 @@ exports.tooltip = {
18
18
  right: 10,
19
19
  bottom: 10
20
20
  },
21
- backgroundColor: "#fff",
21
+ backgroundColor: {
22
+ type: "palette",
23
+ key: "tooltipBackgroundColor"
24
+ },
22
25
  border: {
23
- color: "#ffffff",
26
+ color: {
27
+ type: "palette",
28
+ key: "tooltipBackgroundColor"
29
+ },
24
30
  width: 0,
25
31
  radius: 3
26
32
  },
@@ -29,13 +35,20 @@ exports.tooltip = {
29
35
  y: 4,
30
36
  blur: 12,
31
37
  spread: 0,
32
- color: "rgba(0, 0, 0, 0.1)"
38
+ color: {
39
+ type: "palette",
40
+ key: "tooltipShadowColor",
41
+ a: .1
42
+ }
33
43
  }
34
44
  },
35
45
  spaceRow: 6,
36
46
  titleLabel: {
37
47
  fontSize: 14,
38
- fontColor: "#4E5969",
48
+ fontColor: {
49
+ type: "palette",
50
+ key: "primaryFontColor"
51
+ },
39
52
  fontWeight: "bold",
40
53
  textAlign: "left",
41
54
  lineHeight: 18,
@@ -48,7 +61,10 @@ exports.tooltip = {
48
61
  },
49
62
  keyLabel: {
50
63
  fontSize: fontSize,
51
- fontColor: "#4E5969",
64
+ fontColor: {
65
+ type: "palette",
66
+ key: "secondaryFontColor"
67
+ },
52
68
  textAlign: "left",
53
69
  lineHeight: 18,
54
70
  textBaseline: "middle",
@@ -56,7 +72,10 @@ exports.tooltip = {
56
72
  },
57
73
  valueLabel: {
58
74
  fontSize: fontSize,
59
- fontColor: "#4E5969",
75
+ fontColor: {
76
+ type: "palette",
77
+ key: "primaryFontColor"
78
+ },
60
79
  lineHeight: 18,
61
80
  textBaseline: "middle",
62
81
  spacing: 0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/tooltip.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AAEpC,QAAA,OAAO,GAAkB;IACpC,MAAM,EAAE;QACN,CAAC,EAAE,EAAE;QACL,CAAC,EAAE,EAAE;KACN;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,GAAG,EAAE,EAAE;YACP,IAAI,EAAE,EAAE;YACR,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;SACX;QACD,eAAe,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,wBAAwB,EAAE;QACnE,MAAM,EAAE;YACN,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,wBAAwB,EAAE;YACzD,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,CAAC;SACV;QACD,MAAM,EAAE;YACN,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;YACJ,IAAI,EAAE,EAAE;YACR,MAAM,EAAE,CAAC;YACT,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,CAAC,EAAE,GAAG,EAAE;SAC9D;KACF;IACD,QAAQ,EAAE,CAAC;IACX,UAAU,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;QACvD,UAAU,EAAE,MAAM;QAClB,SAAS,EAAE,MAAM;QACjB,UAAU,EAAE,EAAE;QACd,YAAY,EAAE,QAAQ;QACtB,OAAO,EAAE,CAAC;KACX;IACD,KAAK,EAAE;QACL,IAAI,EAAE,CAAC;QACP,OAAO,EAAE,CAAC;KACX;IACD,QAAQ,EAAE;QACR,QAAQ;QACR,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;QACzD,SAAS,EAAE,MAAM;QACjB,UAAU,EAAE,EAAE;QACd,YAAY,EAAE,QAAQ;QACtB,OAAO,EAAE,EAAE;KACZ;IACD,UAAU,EAAE;QACV,QAAQ;QACR,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;QACvD,UAAU,EAAE,EAAE;QACd,YAAY,EAAE,QAAQ;QACtB,OAAO,EAAE,CAAC;KACX;CACF,CAAC","file":"tooltip.js","sourcesContent":["import type { ITooltipTheme } from '../../../../component/tooltip/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const tooltip: ITooltipTheme = {\n offset: {\n x: 10,\n y: 10\n },\n panel: {\n padding: {\n top: 10,\n left: 10,\n right: 10,\n bottom: 10\n },\n backgroundColor: { type: 'palette', key: 'tooltipBackgroundColor' },\n border: {\n color: { type: 'palette', key: 'tooltipBackgroundColor' },\n width: 0,\n radius: 3\n },\n shadow: {\n x: 0,\n y: 4,\n blur: 12,\n spread: 0,\n color: { type: 'palette', key: 'tooltipShadowColor', a: 0.1 }\n }\n },\n spaceRow: 6,\n titleLabel: {\n fontSize: 14,\n fontColor: { type: 'palette', key: 'primaryFontColor' },\n fontWeight: 'bold',\n textAlign: 'left',\n lineHeight: 18,\n textBaseline: 'middle',\n spacing: 0\n },\n shape: {\n size: 8,\n spacing: 6\n },\n keyLabel: {\n fontSize,\n fontColor: { type: 'palette', key: 'secondaryFontColor' },\n textAlign: 'left',\n lineHeight: 18,\n textBaseline: 'middle',\n spacing: 26\n },\n valueLabel: {\n fontSize,\n fontColor: { type: 'palette', key: 'primaryFontColor' },\n lineHeight: 18,\n textBaseline: 'middle',\n spacing: 0\n }\n};\n"]}
@@ -18,7 +18,10 @@ exports.totalLabel = {
18
18
  style: {
19
19
  fontSize: fontSize,
20
20
  fontFamily: fontFamily,
21
- fill: "black"
21
+ fill: {
22
+ type: "palette",
23
+ key: "primaryFontColor"
24
+ }
22
25
  }
23
26
  };
24
27
  //# sourceMappingURL=total-label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/component/total-label.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AACjD,MAAM,UAAU,GAAG,2BAAe,CAAC,WAAW,CAAC;AAElC,QAAA,UAAU,GAAqB;IAC1C,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,CAAC;IACT,OAAO,EAAE;QACP,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,EAAE;KACb;IACD,WAAW,EAAE,KAAK;IAClB,SAAS,EAAE,KAAK;IAChB,KAAK,EAAE;QACL,QAAQ;QACR,UAAU;QACV,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;KACnD;CACF,CAAC","file":"total-label.js","sourcesContent":["import type { ITotalLabelTheme } from '../../../../component/label';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\nconst fontFamily = THEME_CONSTANTS.FONT_FAMILY;\n\nexport const totalLabel: ITotalLabelTheme = {\n visible: false,\n offset: 5,\n overlap: {\n clampForce: true,\n strategy: []\n },\n smartInvert: false,\n animation: false,\n style: {\n fontSize,\n fontFamily,\n fill: { type: 'palette', key: 'primaryFontColor' }\n }\n};\n"]}
@@ -4,11 +4,11 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  }), exports.THEME_CONSTANTS = void 0;
6
6
 
7
- const config_1 = require("../config");
7
+ const constant_1 = require("../constant");
8
8
 
9
9
  exports.THEME_CONSTANTS = {
10
- FONT_FAMILY: config_1.DEFAULT_TEXT_FONT_FAMILY,
11
- LABEL_FONT_SIZE: config_1.DEFAULT_TEXT_FONT_SIZE,
10
+ FONT_FAMILY: constant_1.DEFAULT_TEXT_FONT_FAMILY,
11
+ LABEL_FONT_SIZE: constant_1.DEFAULT_TEXT_FONT_SIZE,
12
12
  MAP_LABEL_FONT_SIZE: 10,
13
13
  TITLE_FONT_SIZE: 18,
14
14
  AXIS_TICK_SIZE: 4
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/constants.ts"],"names":[],"mappings":";;;AACA,0CAA+E;AAElE,QAAA,eAAe,GAAoB;IAC9C,WAAW,EAAE,mCAAwB;IACrC,eAAe,EAAE,iCAAsB;IACvC,mBAAmB,EAAE,EAAE;IACvB,eAAe,EAAE,EAAE;IACnB,cAAc,EAAE,CAAC;CAClB,CAAC","file":"constants.js","sourcesContent":["import type { IThemeConstants } from '../../interface';\nimport { DEFAULT_TEXT_FONT_FAMILY, DEFAULT_TEXT_FONT_SIZE } from '../constant';\n\nexport const THEME_CONSTANTS: IThemeConstants = {\n FONT_FAMILY: DEFAULT_TEXT_FONT_FAMILY,\n LABEL_FONT_SIZE: DEFAULT_TEXT_FONT_SIZE,\n MAP_LABEL_FONT_SIZE: 10,\n TITLE_FONT_SIZE: 18,\n AXIS_TICK_SIZE: 4\n};\n"]}
@@ -36,7 +36,10 @@ exports.markByType = {
36
36
  point: {
37
37
  style: {
38
38
  size: 8,
39
- stroke: "#ffffff",
39
+ stroke: {
40
+ type: "palette",
41
+ key: "backgroundColor"
42
+ },
40
43
  lineWidth: 1,
41
44
  fillOpacity: 1
42
45
  }
@@ -54,13 +57,19 @@ exports.markByType = {
54
57
  sunburst: {
55
58
  style: {
56
59
  lineWidth: 1,
57
- stroke: "#fff"
60
+ stroke: {
61
+ type: "palette",
62
+ key: "backgroundColor"
63
+ }
58
64
  }
59
65
  },
60
66
  circlePacking: {
61
67
  style: {
62
68
  lineWidth: 1,
63
- stroke: "#fff"
69
+ stroke: {
70
+ type: "palette",
71
+ key: "backgroundColor"
72
+ }
64
73
  }
65
74
  },
66
75
  funnel3d: {
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/mark.ts"],"names":[],"mappings":";;;AACA,2CAA8C;AAEjC,QAAA,UAAU,GAA2B;IAChD,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;SACf;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA2B;IAChD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;SACf;KACF;IACD,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,WAAW,EAAE,GAAG;SACjB;KACF;IACD,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,OAAO,EAAE,OAAO;SACjB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,CAAC;YACP,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACnD,SAAS,EAAE,CAAC;YACZ,WAAW,EAAE,CAAC;SACf;KACF;IACD,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,QAAQ,EAAE,IAAI;SACf;KACF;IACD,WAAW,EAAE;QACX,KAAK,EAAE;YACL,QAAQ,EAAE,IAAI;SACf;KACF;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;SACpD;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;SACpD;KACF;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,MAAM,EAAE,KAAK;SACd;KACF;CACF,CAAC","file":"mark.js","sourcesContent":["import type { IGlobalMarkThemeByName, IGlobalMarkThemeByType } from '../../interface';\nimport { THEME_CONSTANTS } from './constants';\n\nexport const markByType: IGlobalMarkThemeByType = {\n text: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fillOpacity: 1\n }\n }\n};\n\nexport const markByName: IGlobalMarkThemeByName = {\n label: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fillOpacity: 1\n }\n },\n area: {\n style: {\n fillOpacity: 0.2\n }\n },\n line: {\n style: {\n lineWidth: 2,\n lineCap: 'round'\n }\n },\n point: {\n style: {\n size: 8,\n stroke: { type: 'palette', key: 'backgroundColor' },\n lineWidth: 1,\n fillOpacity: 1\n }\n },\n word: {\n style: {\n fontSize: null\n }\n },\n fillingWord: {\n style: {\n fontSize: null\n }\n },\n sunburst: {\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'backgroundColor' }\n }\n },\n circlePacking: {\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'backgroundColor' }\n }\n },\n funnel3d: {\n style: {\n stroke: false\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/area.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,IAAI,GAAqB;IACpC,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,KAAK;QACf,KAAK,EAAE;YACL,MAAM,EAAE,OAAO;YACf,SAAS,EAAE,CAAC;YACZ,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,UAAU,EAAE,QAAQ;SACrB;KACF;CACF,CAAC","file":"area.js","sourcesContent":["import type { IAreaSeriesTheme } from '../../../../series/area/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const area: IAreaSeriesTheme = {\n label: {\n visible: false,\n offset: 5,\n position: 'top',\n style: {\n stroke: 'white',\n lineWidth: 2,\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n }\n },\n point: {\n style: {\n symbolType: 'circle'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/bar.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,GAAG,GAAoB;IAClC,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,CAAC;QACT,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;KACF;CACF,CAAC","file":"bar.js","sourcesContent":["import type { IBarSeriesTheme } from '../../../../series/bar/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const bar: IBarSeriesTheme = {\n label: {\n visible: false,\n position: 'outside',\n offset: 5,\n style: {\n lineWidth: 2,\n stroke: 'white',\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/bar3d.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,KAAK,GAAsB;IACtC,KAAK,EAAE;QACL,KAAK,EAAE;YACL,MAAM,EAAE,CAAC;SACV;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,MAAM,EAAE,EAAE;YACV,QAAQ,EAAE,SAAS;SACpB;KACF;CACF,CAAC","file":"bar3d.js","sourcesContent":["import type { IBar3dSeriesTheme } from '../../../../series/bar/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const bar3d: IBar3dSeriesTheme = {\n bar3d: {\n style: {\n length: 3\n }\n },\n label: {\n visible: false,\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n offset: 12,\n position: 'outside'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/box-plot.ts"],"names":[],"mappings":";;;AAEa,QAAA,OAAO,GAAwB;IAC1C,OAAO,EAAE;QACP,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;SACb;KACF;CACF,CAAC","file":"box-plot.js","sourcesContent":["import type { IBoxPlotSeriesTheme } from '../../../../series/box-plot/interface';\n\nexport const boxPlot: IBoxPlotSeriesTheme = {\n boxPlot: {\n style: {\n lineWidth: 1\n }\n }\n};\n"]}
@@ -8,14 +8,20 @@ Object.defineProperty(exports, "__esModule", {
8
8
  visible: !0,
9
9
  style: {
10
10
  cursor: "pointer",
11
- stroke: "#ffffff"
11
+ stroke: {
12
+ type: "palette",
13
+ key: "backgroundColor"
14
+ }
12
15
  }
13
16
  },
14
17
  label: {
15
18
  visible: !0,
16
19
  style: {
17
20
  cursor: "pointer",
18
- fill: "#000000"
21
+ fill: {
22
+ type: "palette",
23
+ key: "labelFontColor"
24
+ }
19
25
  }
20
26
  }
21
27
  };