@visactor/vchart 1.3.0-beta.6 → 1.3.0-beta.8

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 (1368) hide show
  1. package/build/es5/index.js +3 -3
  2. package/build/index.js +36361 -35492
  3. package/build/index.min.js +2 -2
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/cjs/animation/spec.d.ts +1 -1
  6. package/cjs/animation/spec.js.map +1 -1
  7. package/cjs/chart/area/area.js +0 -1
  8. package/cjs/chart/area/area.js.map +1 -1
  9. package/cjs/chart/base-chart.d.ts +2 -1
  10. package/cjs/chart/base-chart.js +21 -30
  11. package/cjs/chart/base-chart.js.map +1 -1
  12. package/cjs/chart/cartesian/cartesian.js +2 -1
  13. package/cjs/chart/cartesian/cartesian.js.map +1 -1
  14. package/cjs/chart/index.d.ts +2 -2
  15. package/cjs/chart/index.js +3 -3
  16. package/cjs/chart/index.js.map +1 -1
  17. package/cjs/chart/interface/chart.d.ts +2 -1
  18. package/cjs/chart/interface/chart.js.map +1 -1
  19. package/cjs/chart/line/line.js +0 -1
  20. package/cjs/chart/line/line.js.map +1 -1
  21. package/cjs/chart/radar/radar.js +0 -1
  22. package/cjs/chart/radar/radar.js.map +1 -1
  23. package/cjs/chart/stack.d.ts +1 -0
  24. package/cjs/chart/stack.js +14 -0
  25. package/cjs/chart/stack.js.map +1 -1
  26. package/cjs/chart/treemap/treemap.d.ts +1 -1
  27. package/cjs/chart/treemap/treemap.js +5 -5
  28. package/cjs/chart/treemap/treemap.js.map +1 -1
  29. package/cjs/chart/util.d.ts +8 -0
  30. package/cjs/chart/util.js +33 -3
  31. package/cjs/chart/util.js.map +1 -1
  32. package/cjs/compile/compiler.js +2 -1
  33. package/cjs/compile/compiler.js.map +1 -1
  34. package/cjs/component/axis/base-axis.d.ts +16 -14
  35. package/cjs/component/axis/base-axis.js.map +1 -1
  36. package/cjs/component/axis/cartesian/axis.d.ts +2 -2
  37. package/cjs/component/axis/cartesian/axis.js +1 -0
  38. package/cjs/component/axis/cartesian/axis.js.map +1 -1
  39. package/cjs/component/axis/cartesian/band-axis.d.ts +2 -3
  40. package/cjs/component/axis/cartesian/band-axis.js.map +1 -1
  41. package/cjs/component/axis/cartesian/interface/common.d.ts +3 -1
  42. package/cjs/component/axis/cartesian/interface/common.js.map +1 -1
  43. package/cjs/component/axis/cartesian/linear-axis.d.ts +3 -3
  44. package/cjs/component/axis/cartesian/linear-axis.js.map +1 -1
  45. package/cjs/component/axis/cartesian/log-axis.d.ts +3 -2
  46. package/cjs/component/axis/cartesian/log-axis.js.map +1 -1
  47. package/cjs/component/axis/cartesian/time-axis.d.ts +3 -2
  48. package/cjs/component/axis/cartesian/time-axis.js.map +1 -1
  49. package/cjs/component/axis/interface.d.ts +6 -1
  50. package/cjs/component/axis/interface.js.map +1 -1
  51. package/cjs/component/axis/mixin/linear-axis-mixin.js +1 -1
  52. package/cjs/component/axis/mixin/linear-axis-mixin.js.map +1 -1
  53. package/cjs/component/axis/polar/axis.d.ts +2 -2
  54. package/cjs/component/axis/polar/axis.js +3 -2
  55. package/cjs/component/axis/polar/axis.js.map +1 -1
  56. package/cjs/component/axis/polar/band-axis.d.ts +3 -2
  57. package/cjs/component/axis/polar/band-axis.js.map +1 -1
  58. package/cjs/component/axis/polar/interface/spec.d.ts +7 -2
  59. package/cjs/component/axis/polar/interface/spec.js.map +1 -1
  60. package/cjs/component/axis/polar/linear-axis.d.ts +2 -3
  61. package/cjs/component/axis/polar/linear-axis.js.map +1 -1
  62. package/cjs/component/base/base-component.d.ts +7 -4
  63. package/cjs/component/base/base-component.js +14 -7
  64. package/cjs/component/base/base-component.js.map +1 -1
  65. package/cjs/component/brush/brush.d.ts +2 -2
  66. package/cjs/component/brush/brush.js +1 -1
  67. package/cjs/component/brush/brush.js.map +1 -1
  68. package/cjs/component/brush/interface.d.ts +1 -0
  69. package/cjs/component/brush/interface.js.map +1 -1
  70. package/cjs/component/crosshair/base.d.ts +3 -2
  71. package/cjs/component/crosshair/base.js +4 -3
  72. package/cjs/component/crosshair/base.js.map +1 -1
  73. package/cjs/component/crosshair/cartesian.d.ts +3 -3
  74. package/cjs/component/crosshair/cartesian.js +1 -1
  75. package/cjs/component/crosshair/cartesian.js.map +1 -1
  76. package/cjs/component/crosshair/polar.d.ts +3 -3
  77. package/cjs/component/crosshair/polar.js.map +1 -1
  78. package/cjs/component/custom-mark/custom-mark.d.ts +2 -1
  79. package/cjs/component/custom-mark/custom-mark.js.map +1 -1
  80. package/cjs/component/data-zoom/data-filter-base-component.d.ts +5 -4
  81. package/cjs/component/data-zoom/data-filter-base-component.js.map +1 -1
  82. package/cjs/component/data-zoom/data-zoom/data-zoom.d.ts +5 -4
  83. package/cjs/component/data-zoom/data-zoom/data-zoom.js +1 -1
  84. package/cjs/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  85. package/cjs/component/data-zoom/data-zoom/interface.d.ts +3 -1
  86. package/cjs/component/data-zoom/data-zoom/interface.js.map +1 -1
  87. package/cjs/component/data-zoom/interface.d.ts +4 -1
  88. package/cjs/component/data-zoom/interface.js.map +1 -1
  89. package/cjs/component/data-zoom/scroll-bar/scroll-bar.d.ts +3 -2
  90. package/cjs/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  91. package/cjs/component/geo/geo-coordinate.d.ts +8 -4
  92. package/cjs/component/geo/geo-coordinate.js +38 -14
  93. package/cjs/component/geo/geo-coordinate.js.map +1 -1
  94. package/cjs/component/index.d.ts +2 -1
  95. package/cjs/component/index.js +10 -2
  96. package/cjs/component/index.js.map +1 -1
  97. package/cjs/component/indicator/indicator.d.ts +2 -2
  98. package/cjs/component/indicator/indicator.js +1 -1
  99. package/cjs/component/indicator/indicator.js.map +1 -1
  100. package/cjs/component/indicator/interface.d.ts +2 -0
  101. package/cjs/component/indicator/interface.js.map +1 -1
  102. package/cjs/component/interface/theme.d.ts +2 -0
  103. package/cjs/component/interface/theme.js.map +1 -1
  104. package/cjs/component/interface/type.d.ts +1 -0
  105. package/cjs/component/interface/type.js +2 -2
  106. package/cjs/component/interface/type.js.map +1 -1
  107. package/cjs/component/label/base-label.d.ts +40 -0
  108. package/cjs/component/label/base-label.js +44 -0
  109. package/cjs/component/label/base-label.js.map +1 -0
  110. package/cjs/component/label/interface.d.ts +7 -0
  111. package/cjs/component/label/interface.js.map +1 -1
  112. package/cjs/component/label/label.d.ts +7 -28
  113. package/cjs/component/label/label.js +30 -33
  114. package/cjs/component/label/label.js.map +1 -1
  115. package/cjs/component/label/pie.d.ts +5 -0
  116. package/cjs/component/label/pie.js +21 -0
  117. package/cjs/component/label/pie.js.map +1 -0
  118. package/cjs/component/label/totalLabel.d.ts +27 -0
  119. package/cjs/component/label/totalLabel.js +107 -0
  120. package/cjs/component/label/totalLabel.js.map +1 -0
  121. package/cjs/component/label/util.d.ts +3 -1
  122. package/cjs/component/label/util.js +5 -5
  123. package/cjs/component/label/util.js.map +1 -1
  124. package/cjs/component/legend/base-legend.d.ts +3 -2
  125. package/cjs/component/legend/base-legend.js.map +1 -1
  126. package/cjs/component/legend/continuous/legend.d.ts +3 -4
  127. package/cjs/component/legend/continuous/legend.js +5 -2
  128. package/cjs/component/legend/continuous/legend.js.map +1 -1
  129. package/cjs/component/legend/discrete/legend.d.ts +1 -2
  130. package/cjs/component/legend/discrete/legend.js.map +1 -1
  131. package/cjs/component/map-label/component.d.ts +1 -2
  132. package/cjs/component/map-label/component.js.map +1 -1
  133. package/cjs/component/marker/base-marker.d.ts +8 -2
  134. package/cjs/component/marker/base-marker.js +14 -0
  135. package/cjs/component/marker/base-marker.js.map +1 -1
  136. package/cjs/component/marker/interface.d.ts +1 -0
  137. package/cjs/component/marker/interface.js.map +1 -1
  138. package/cjs/component/marker/mark-area/mark-area.d.ts +1 -2
  139. package/cjs/component/marker/mark-area/mark-area.js +17 -6
  140. package/cjs/component/marker/mark-area/mark-area.js.map +1 -1
  141. package/cjs/component/marker/mark-line/mark-line.d.ts +1 -2
  142. package/cjs/component/marker/mark-line/mark-line.js +17 -6
  143. package/cjs/component/marker/mark-line/mark-line.js.map +1 -1
  144. package/cjs/component/marker/mark-point/mark-point.d.ts +1 -2
  145. package/cjs/component/marker/mark-point/mark-point.js +18 -7
  146. package/cjs/component/marker/mark-point/mark-point.js.map +1 -1
  147. package/cjs/component/player/player.d.ts +1 -2
  148. package/cjs/component/player/player.js.map +1 -1
  149. package/cjs/component/title/title.d.ts +2 -2
  150. package/cjs/component/title/title.js +2 -1
  151. package/cjs/component/title/title.js.map +1 -1
  152. package/cjs/component/tooltip/handler/base.js +9 -6
  153. package/cjs/component/tooltip/handler/base.js.map +1 -1
  154. package/cjs/component/tooltip/handler/dom/dom-tooltip-handler.js +1 -1
  155. package/cjs/component/tooltip/handler/dom/dom-tooltip-handler.js.map +1 -1
  156. package/cjs/component/tooltip/handler/utils/attribute.js +3 -2
  157. package/cjs/component/tooltip/handler/utils/attribute.js.map +1 -1
  158. package/cjs/component/tooltip/handler/utils/common.js +2 -2
  159. package/cjs/component/tooltip/handler/utils/common.js.map +1 -1
  160. package/cjs/component/tooltip/handler/utils/style.js.map +1 -1
  161. package/cjs/component/tooltip/interface/theme.d.ts +6 -5
  162. package/cjs/component/tooltip/interface/theme.js.map +1 -1
  163. package/cjs/component/tooltip/tooltip.d.ts +3 -2
  164. package/cjs/component/tooltip/tooltip.js +10 -7
  165. package/cjs/component/tooltip/tooltip.js.map +1 -1
  166. package/cjs/constant/index.d.ts +3 -0
  167. package/cjs/constant/index.js +4 -3
  168. package/cjs/constant/index.js.map +1 -1
  169. package/cjs/constant/marker.js +2 -1
  170. package/cjs/core/factory.js +1 -2
  171. package/cjs/core/index.d.ts +1 -1
  172. package/cjs/core/index.js +1 -1
  173. package/cjs/core/index.js.map +1 -1
  174. package/cjs/core/vchart.js +19 -14
  175. package/cjs/core/vchart.js.map +1 -1
  176. package/cjs/data/initialize.js.map +1 -1
  177. package/cjs/data/transforms/data-key.d.ts +2 -2
  178. package/cjs/data/transforms/data-key.js.map +1 -1
  179. package/cjs/data/transforms/invalid-travel.js +1 -2
  180. package/cjs/data/transforms/invalid-travel.js.map +1 -1
  181. package/cjs/data/transforms/legend-data/continuous/continuous.js +1 -2
  182. package/cjs/data/transforms/legend-data/continuous/continuous.js.map +1 -1
  183. package/cjs/event/event-dispatcher.js +4 -2
  184. package/cjs/event/event-dispatcher.js.map +1 -1
  185. package/cjs/event/interface.d.ts +3 -3
  186. package/cjs/event/interface.js.map +1 -1
  187. package/cjs/interaction/trigger.js +4 -0
  188. package/cjs/interaction/trigger.js.map +1 -1
  189. package/cjs/layout/label/arc-label.js.map +1 -1
  190. package/cjs/model/base-model.d.ts +6 -4
  191. package/cjs/model/base-model.js +15 -15
  192. package/cjs/model/base-model.js.map +1 -1
  193. package/cjs/model/interface.d.ts +7 -1
  194. package/cjs/model/interface.js.map +1 -1
  195. package/cjs/model/layout-item.d.ts +3 -3
  196. package/cjs/model/layout-item.js.map +1 -1
  197. package/cjs/model/tooltip-helper.d.ts +0 -2
  198. package/cjs/model/tooltip-helper.js +0 -3
  199. package/cjs/model/tooltip-helper.js.map +1 -1
  200. package/cjs/plugin/components/axis-sync-plugin/axis-sync.js.map +1 -1
  201. package/cjs/region/region.d.ts +3 -3
  202. package/cjs/region/region.js.map +1 -1
  203. package/cjs/series/area/area.d.ts +6 -4
  204. package/cjs/series/area/area.js +38 -19
  205. package/cjs/series/area/area.js.map +1 -1
  206. package/cjs/series/area/constant.d.ts +2 -0
  207. package/cjs/series/area/constant.js +15 -0
  208. package/cjs/series/area/constant.js.map +1 -0
  209. package/cjs/series/area/interface.d.ts +2 -0
  210. package/cjs/series/area/interface.js.map +1 -1
  211. package/cjs/series/area/tooltip-helpter.d.ts +5 -0
  212. package/cjs/series/area/tooltip-helpter.js +24 -0
  213. package/cjs/series/area/tooltip-helpter.js.map +1 -0
  214. package/cjs/series/bar/bar-3d.d.ts +3 -1
  215. package/cjs/series/bar/bar-3d.js +2 -7
  216. package/cjs/series/bar/bar-3d.js.map +1 -1
  217. package/cjs/series/bar/bar.d.ts +1 -0
  218. package/cjs/series/bar/bar.js +2 -7
  219. package/cjs/series/bar/bar.js.map +1 -1
  220. package/cjs/series/bar/constant.d.ts +3 -0
  221. package/cjs/series/bar/constant.js +20 -0
  222. package/cjs/series/bar/constant.js.map +1 -0
  223. package/cjs/series/bar/interface.d.ts +3 -2
  224. package/cjs/series/bar/interface.js.map +1 -1
  225. package/cjs/series/base/base-series.d.ts +6 -6
  226. package/cjs/series/base/base-series.js +17 -27
  227. package/cjs/series/base/base-series.js.map +1 -1
  228. package/cjs/series/base/constant.d.ts +2 -0
  229. package/cjs/series/base/constant.js +15 -0
  230. package/cjs/series/base/constant.js.map +1 -0
  231. package/cjs/series/base/tooltip-helper.d.ts +0 -1
  232. package/cjs/series/base/tooltip-helper.js +1 -4
  233. package/cjs/series/base/tooltip-helper.js.map +1 -1
  234. package/cjs/series/box-plot/box-plot.d.ts +1 -2
  235. package/cjs/series/box-plot/box-plot.js +5 -14
  236. package/cjs/series/box-plot/box-plot.js.map +1 -1
  237. package/cjs/series/box-plot/constant.d.ts +2 -0
  238. package/cjs/series/box-plot/constant.js +19 -0
  239. package/cjs/series/box-plot/constant.js.map +1 -0
  240. package/cjs/series/cartesian/cartesian.d.ts +1 -0
  241. package/cjs/series/cartesian/cartesian.js +12 -2
  242. package/cjs/series/cartesian/cartesian.js.map +1 -1
  243. package/cjs/series/cartesian/interface.d.ts +2 -2
  244. package/cjs/series/cartesian/interface.js.map +1 -1
  245. package/cjs/series/circle-packing/circle-packing.d.ts +1 -2
  246. package/cjs/series/circle-packing/circle-packing.js +6 -11
  247. package/cjs/series/circle-packing/circle-packing.js.map +1 -1
  248. package/cjs/series/circle-packing/constant.d.ts +2 -0
  249. package/cjs/series/circle-packing/constant.js +15 -0
  250. package/cjs/series/circle-packing/constant.js.map +1 -0
  251. package/cjs/series/dot/constant.d.ts +2 -0
  252. package/cjs/series/dot/constant.js +39 -0
  253. package/cjs/series/dot/constant.js.map +1 -0
  254. package/cjs/series/dot/dot.d.ts +2 -1
  255. package/cjs/series/dot/dot.js +5 -31
  256. package/cjs/series/dot/dot.js.map +1 -1
  257. package/cjs/series/funnel/constant.d.ts +3 -0
  258. package/cjs/series/funnel/constant.js +52 -0
  259. package/cjs/series/funnel/constant.js.map +1 -0
  260. package/cjs/series/funnel/funnel-3d.d.ts +3 -2
  261. package/cjs/series/funnel/funnel-3d.js +2 -23
  262. package/cjs/series/funnel/funnel-3d.js.map +1 -1
  263. package/cjs/series/funnel/funnel.d.ts +2 -1
  264. package/cjs/series/funnel/funnel.js +2 -23
  265. package/cjs/series/funnel/funnel.js.map +1 -1
  266. package/cjs/series/gauge/constant.d.ts +3 -0
  267. package/cjs/series/gauge/constant.js +32 -0
  268. package/cjs/series/gauge/constant.js.map +1 -0
  269. package/cjs/series/gauge/gauge-pointer.d.ts +2 -2
  270. package/cjs/series/gauge/gauge-pointer.js +5 -15
  271. package/cjs/series/gauge/gauge-pointer.js.map +1 -1
  272. package/cjs/series/gauge/gauge.d.ts +2 -1
  273. package/cjs/series/gauge/gauge.js +8 -14
  274. package/cjs/series/gauge/gauge.js.map +1 -1
  275. package/cjs/series/geo/geo.d.ts +2 -0
  276. package/cjs/series/geo/geo.js +5 -1
  277. package/cjs/series/geo/geo.js.map +1 -1
  278. package/cjs/series/heatmap/constant.d.ts +2 -0
  279. package/cjs/series/heatmap/constant.js +19 -0
  280. package/cjs/series/heatmap/constant.js.map +1 -0
  281. package/cjs/series/heatmap/heatmap.d.ts +2 -1
  282. package/cjs/series/heatmap/heatmap.js +5 -14
  283. package/cjs/series/heatmap/heatmap.js.map +1 -1
  284. package/cjs/series/index.d.ts +2 -2
  285. package/cjs/series/index.js +3 -3
  286. package/cjs/series/index.js.map +1 -1
  287. package/cjs/series/interface/common.d.ts +1 -0
  288. package/cjs/series/interface/common.js.map +1 -1
  289. package/cjs/series/interface/series.d.ts +3 -2
  290. package/cjs/series/interface/series.js.map +1 -1
  291. package/cjs/series/interface/theme.d.ts +3 -2
  292. package/cjs/series/interface/theme.js +34 -1
  293. package/cjs/series/interface/theme.js.map +1 -1
  294. package/cjs/series/line/constant.d.ts +2 -0
  295. package/cjs/series/line/constant.js +10 -0
  296. package/cjs/series/line/constant.js.map +1 -0
  297. package/cjs/series/line/interface.d.ts +2 -0
  298. package/cjs/series/line/interface.js.map +1 -1
  299. package/cjs/series/line/line.d.ts +4 -4
  300. package/cjs/series/line/line.js +8 -5
  301. package/cjs/series/line/line.js.map +1 -1
  302. package/cjs/series/link/constant.d.ts +2 -0
  303. package/cjs/series/link/constant.js +23 -0
  304. package/cjs/series/link/constant.js.map +1 -0
  305. package/cjs/series/link/link.d.ts +1 -1
  306. package/cjs/series/link/link.js +2 -15
  307. package/cjs/series/link/link.js.map +1 -1
  308. package/cjs/series/map/constant.d.ts +2 -0
  309. package/cjs/series/map/constant.js +15 -0
  310. package/cjs/series/map/constant.js.map +1 -0
  311. package/cjs/series/map/map.d.ts +2 -3
  312. package/cjs/series/map/map.js +3 -12
  313. package/cjs/series/map/map.js.map +1 -1
  314. package/cjs/series/mixin/line-mixin.d.ts +3 -1
  315. package/cjs/series/mixin/line-mixin.js +12 -13
  316. package/cjs/series/mixin/line-mixin.js.map +1 -1
  317. package/cjs/series/pie/constant.d.ts +3 -0
  318. package/cjs/series/pie/constant.js +28 -0
  319. package/cjs/series/pie/constant.js.map +1 -0
  320. package/cjs/series/pie/interface.d.ts +4 -7
  321. package/cjs/series/pie/interface.js.map +1 -1
  322. package/cjs/series/pie/pie-3d.d.ts +1 -1
  323. package/cjs/series/pie/pie-3d.js +2 -11
  324. package/cjs/series/pie/pie-3d.js.map +1 -1
  325. package/cjs/series/pie/pie.d.ts +3 -1
  326. package/cjs/series/pie/pie.js +21 -67
  327. package/cjs/series/pie/pie.js.map +1 -1
  328. package/cjs/series/polar/polar.d.ts +1 -0
  329. package/cjs/series/progress/circular/circular.d.ts +1 -1
  330. package/cjs/series/progress/circular/circular.js +6 -15
  331. package/cjs/series/progress/circular/circular.js.map +1 -1
  332. package/cjs/series/progress/circular/constant.d.ts +2 -0
  333. package/cjs/series/progress/circular/constant.js +19 -0
  334. package/cjs/series/progress/circular/constant.js.map +1 -0
  335. package/cjs/series/progress/linear/constant.d.ts +2 -0
  336. package/cjs/series/progress/linear/constant.js +23 -0
  337. package/cjs/series/progress/linear/constant.js.map +1 -0
  338. package/cjs/series/progress/linear/linear.d.ts +1 -1
  339. package/cjs/series/progress/linear/linear.js +2 -15
  340. package/cjs/series/progress/linear/linear.js.map +1 -1
  341. package/cjs/series/radar/constant.d.ts +2 -0
  342. package/cjs/series/radar/constant.js +15 -0
  343. package/cjs/series/radar/constant.js.map +1 -0
  344. package/cjs/series/radar/radar.d.ts +3 -2
  345. package/cjs/series/radar/radar.js +8 -10
  346. package/cjs/series/radar/radar.js.map +1 -1
  347. package/cjs/series/range-area/constant.d.ts +2 -0
  348. package/cjs/series/range-area/constant.js +10 -0
  349. package/cjs/series/range-area/constant.js.map +1 -0
  350. package/cjs/series/range-area/range-area.d.ts +2 -1
  351. package/cjs/series/range-area/range-area.js +6 -3
  352. package/cjs/series/range-area/range-area.js.map +1 -1
  353. package/cjs/series/range-column/constant.d.ts +3 -0
  354. package/cjs/series/range-column/constant.js +28 -0
  355. package/cjs/series/range-column/constant.js.map +1 -0
  356. package/cjs/series/range-column/range-column-3d.d.ts +5 -1
  357. package/cjs/series/range-column/range-column-3d.js +3 -2
  358. package/cjs/series/range-column/range-column-3d.js.map +1 -1
  359. package/cjs/series/range-column/range-column.d.ts +2 -2
  360. package/cjs/series/range-column/range-column.js +2 -11
  361. package/cjs/series/range-column/range-column.js.map +1 -1
  362. package/cjs/series/rose/constant.d.ts +2 -0
  363. package/cjs/series/rose/constant.js +15 -0
  364. package/cjs/series/rose/constant.js.map +1 -0
  365. package/cjs/series/rose/interface.d.ts +3 -0
  366. package/cjs/series/rose/interface.js.map +1 -1
  367. package/cjs/series/rose/rose.d.ts +3 -3
  368. package/cjs/series/rose/rose.js +24 -45
  369. package/cjs/series/rose/rose.js.map +1 -1
  370. package/cjs/series/sankey/constant.d.ts +2 -0
  371. package/cjs/series/sankey/constant.js +19 -0
  372. package/cjs/series/sankey/constant.js.map +1 -0
  373. package/cjs/series/sankey/sankey.d.ts +1 -2
  374. package/cjs/series/sankey/sankey.js +2 -11
  375. package/cjs/series/sankey/sankey.js.map +1 -1
  376. package/cjs/series/scatter/constant.d.ts +2 -0
  377. package/cjs/series/scatter/constant.js +15 -0
  378. package/cjs/series/scatter/constant.js.map +1 -0
  379. package/cjs/series/scatter/interface.d.ts +3 -2
  380. package/cjs/series/scatter/interface.js.map +1 -1
  381. package/cjs/series/scatter/scatter.d.ts +3 -3
  382. package/cjs/series/scatter/scatter.js +14 -15
  383. package/cjs/series/scatter/scatter.js.map +1 -1
  384. package/cjs/series/sunburst/constant.d.ts +2 -0
  385. package/cjs/series/sunburst/constant.js +15 -0
  386. package/cjs/series/sunburst/constant.js.map +1 -0
  387. package/cjs/series/sunburst/sunburst.js +2 -7
  388. package/cjs/series/sunburst/sunburst.js.map +1 -1
  389. package/cjs/series/treemap/constant.d.ts +2 -0
  390. package/cjs/series/treemap/constant.js +23 -0
  391. package/cjs/series/treemap/constant.js.map +1 -0
  392. package/cjs/series/treemap/treemap.d.ts +1 -1
  393. package/cjs/series/treemap/treemap.js +10 -22
  394. package/cjs/series/treemap/treemap.js.map +1 -1
  395. package/cjs/series/waterfall/constant.d.ts +2 -0
  396. package/cjs/series/waterfall/constant.js +19 -0
  397. package/cjs/series/waterfall/constant.js.map +1 -0
  398. package/cjs/series/waterfall/waterfall.d.ts +2 -2
  399. package/cjs/series/waterfall/waterfall.js +2 -11
  400. package/cjs/series/waterfall/waterfall.js.map +1 -1
  401. package/cjs/series/word-cloud/base.d.ts +1 -0
  402. package/cjs/series/word-cloud/base.js +4 -13
  403. package/cjs/series/word-cloud/base.js.map +1 -1
  404. package/cjs/series/word-cloud/constant.d.ts +2 -0
  405. package/cjs/series/word-cloud/constant.js +19 -0
  406. package/cjs/series/word-cloud/constant.js.map +1 -0
  407. package/cjs/series/word-cloud/interface.d.ts +3 -3
  408. package/cjs/series/word-cloud/interface.js.map +1 -1
  409. package/cjs/series/word-cloud/word-cloud-3d.d.ts +1 -1
  410. package/cjs/series/word-cloud/word-cloud-3d.js +1 -1
  411. package/cjs/series/word-cloud/word-cloud-3d.js.map +1 -1
  412. package/cjs/series/word-cloud/word-cloud.d.ts +1 -1
  413. package/cjs/series/word-cloud/word-cloud.js.map +1 -1
  414. package/cjs/theme/builtin/common/component/axis/band-axis.d.ts +2 -0
  415. package/cjs/theme/builtin/common/component/axis/band-axis.js.map +1 -0
  416. package/cjs/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -0
  417. package/cjs/theme/builtin/common/component/axis/common-axis.js.map +1 -0
  418. package/cjs/theme/builtin/common/component/axis/linear-axis.js.map +1 -0
  419. package/cjs/theme/builtin/common/component/axis/log-axis.js.map +1 -0
  420. package/cjs/theme/builtin/common/component/axis/polar-axis.js.map +1 -0
  421. package/cjs/theme/builtin/common/component/brush.js.map +1 -0
  422. package/cjs/theme/{buildin-theme/light → builtin/common}/component/crosshair.js +16 -4
  423. package/cjs/theme/builtin/common/component/crosshair.js.map +1 -0
  424. package/cjs/theme/builtin/common/component/data-zoom.js +160 -0
  425. package/cjs/theme/builtin/common/component/data-zoom.js.map +1 -0
  426. package/cjs/theme/{buildin-theme/light → builtin/common}/component/index.js +3 -2
  427. package/cjs/theme/builtin/common/component/index.js.map +1 -0
  428. package/cjs/theme/builtin/common/component/indicator.js.map +1 -0
  429. package/cjs/theme/builtin/common/component/legend/color-legend.js.map +1 -0
  430. package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.js +1 -1
  431. package/cjs/theme/builtin/common/component/legend/continuous.js.map +1 -0
  432. package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.js +8 -5
  433. package/cjs/theme/builtin/common/component/legend/discrete-legend.js.map +1 -0
  434. package/cjs/theme/builtin/common/component/legend/size-legend.js.map +1 -0
  435. package/cjs/theme/builtin/common/component/map-label.js.map +1 -0
  436. package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-area.js +8 -2
  437. package/cjs/theme/builtin/common/component/mark-area.js.map +1 -0
  438. package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-line.js +8 -2
  439. package/cjs/theme/builtin/common/component/mark-line.js.map +1 -0
  440. package/cjs/theme/builtin/common/component/mark-point.js.map +1 -0
  441. package/cjs/theme/{buildin-theme/light → builtin/common}/component/player.js +4 -1
  442. package/cjs/theme/builtin/common/component/player.js.map +1 -0
  443. package/cjs/theme/{buildin-theme/light → builtin/common}/component/poptip.js +16 -4
  444. package/cjs/theme/builtin/common/component/poptip.js.map +1 -0
  445. package/cjs/theme/{buildin-theme/light → builtin/common}/component/title.js +2 -2
  446. package/cjs/theme/builtin/common/component/title.js.map +1 -0
  447. package/cjs/theme/{buildin-theme/light → builtin/common}/component/tooltip.js +25 -6
  448. package/cjs/theme/builtin/common/component/tooltip.js.map +1 -0
  449. package/cjs/theme/builtin/common/component/total-label.d.ts +2 -0
  450. package/cjs/theme/builtin/common/component/total-label.js +27 -0
  451. package/cjs/theme/builtin/common/component/total-label.js.map +1 -0
  452. package/cjs/theme/{buildin-theme/light → builtin/common}/constants.js +3 -3
  453. package/cjs/theme/builtin/common/constants.js.map +1 -0
  454. package/cjs/theme/{buildin-theme/light → builtin/common}/mark.js +12 -3
  455. package/cjs/theme/builtin/common/mark.js.map +1 -0
  456. package/cjs/theme/builtin/common/series/area.js.map +1 -0
  457. package/cjs/theme/builtin/common/series/bar.js.map +1 -0
  458. package/cjs/theme/builtin/common/series/bar3d.js.map +1 -0
  459. package/cjs/theme/builtin/common/series/box-plot.js.map +1 -0
  460. package/cjs/theme/{buildin-theme/light → builtin/common}/series/circle-packing.js +8 -2
  461. package/cjs/theme/builtin/common/series/circle-packing.js.map +1 -0
  462. package/cjs/theme/builtin/common/series/circular-progress.js.map +1 -0
  463. package/cjs/theme/builtin/common/series/dot.js.map +1 -0
  464. package/cjs/theme/builtin/common/series/funnel.js.map +1 -0
  465. package/cjs/theme/builtin/common/series/funnel3d.js.map +1 -0
  466. package/cjs/theme/builtin/common/series/gauge-pointer.js.map +1 -0
  467. package/cjs/theme/builtin/common/series/gauge.js.map +1 -0
  468. package/cjs/theme/builtin/common/series/heatmap.js.map +1 -0
  469. package/cjs/theme/builtin/common/series/index.js.map +1 -0
  470. package/cjs/theme/builtin/common/series/line.js.map +1 -0
  471. package/cjs/theme/builtin/common/series/linear-progress.js.map +1 -0
  472. package/cjs/theme/builtin/common/series/link.js.map +1 -0
  473. package/cjs/theme/builtin/common/series/map.js.map +1 -0
  474. package/cjs/theme/builtin/common/series/pie.js.map +1 -0
  475. package/cjs/theme/builtin/common/series/pie3d.js.map +1 -0
  476. package/cjs/theme/builtin/common/series/radar.js.map +1 -0
  477. package/cjs/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.js +4 -1
  478. package/cjs/theme/builtin/common/series/rangeColumn.js.map +1 -0
  479. package/cjs/theme/{buildin-theme/light → builtin/common}/series/rose.js +0 -1
  480. package/cjs/theme/builtin/common/series/rose.js.map +1 -0
  481. package/cjs/theme/builtin/common/series/sankey.js.map +1 -0
  482. package/cjs/theme/builtin/common/series/scatter.js.map +1 -0
  483. package/cjs/theme/{buildin-theme/light → builtin/common}/series/sunburst.js +8 -2
  484. package/cjs/theme/builtin/common/series/sunburst.js.map +1 -0
  485. package/cjs/theme/builtin/common/series/treemap.js.map +1 -0
  486. package/cjs/theme/builtin/common/series/waterfall.js.map +1 -0
  487. package/cjs/theme/builtin/common/series/word-cloud.js.map +1 -0
  488. package/cjs/theme/builtin/common/series/word-cloud3d.js.map +1 -0
  489. package/cjs/theme/{buildin-theme/config.js → builtin/constant.js} +1 -1
  490. package/cjs/theme/builtin/constant.js.map +1 -0
  491. package/cjs/theme/builtin/dark/color-scheme.js +33 -0
  492. package/cjs/theme/builtin/dark/color-scheme.js.map +1 -0
  493. package/cjs/theme/builtin/dark/index.d.ts +2 -0
  494. package/cjs/theme/builtin/dark/index.js +13 -0
  495. package/cjs/theme/builtin/dark/index.js.map +1 -0
  496. package/{esm/theme/buildin-theme → cjs/theme/builtin}/index.d.ts +2 -2
  497. package/cjs/theme/{buildin-theme → builtin}/index.js +3 -3
  498. package/cjs/theme/builtin/index.js.map +1 -0
  499. package/cjs/theme/builtin/light/color-scheme.js +33 -0
  500. package/cjs/theme/builtin/light/color-scheme.js.map +1 -0
  501. package/cjs/theme/{buildin-theme → builtin}/light/index.js +5 -1
  502. package/cjs/theme/builtin/light/index.js.map +1 -0
  503. package/cjs/theme/color-scheme/builtin/default.d.ts +2 -0
  504. package/cjs/theme/color-scheme/builtin/default.js +11 -0
  505. package/cjs/theme/color-scheme/builtin/default.js.map +1 -0
  506. package/cjs/theme/color-scheme/util.d.ts +2 -1
  507. package/cjs/theme/color-scheme/util.js +9 -2
  508. package/cjs/theme/color-scheme/util.js.map +1 -1
  509. package/cjs/theme/index.d.ts +1 -1
  510. package/cjs/theme/index.js +1 -1
  511. package/cjs/theme/index.js.map +1 -1
  512. package/cjs/theme/interface.d.ts +2 -2
  513. package/cjs/theme/interface.js.map +1 -1
  514. package/cjs/theme/theme-manager.js +7 -7
  515. package/cjs/theme/theme-manager.js.map +1 -1
  516. package/cjs/typings/spec/common.d.ts +7 -0
  517. package/cjs/typings/spec/common.js.map +1 -1
  518. package/cjs/typings/visual.d.ts +1 -1
  519. package/cjs/typings/visual.js.map +1 -1
  520. package/cjs/util/space.d.ts +2 -0
  521. package/cjs/util/space.js +12 -6
  522. package/cjs/util/space.js.map +1 -1
  523. package/cjs/util/spec.d.ts +7 -0
  524. package/cjs/util/spec.js +55 -6
  525. package/cjs/util/spec.js.map +1 -1
  526. package/cjs/util/text.d.ts +0 -4
  527. package/cjs/util/text.js +6 -14
  528. package/cjs/util/text.js.map +1 -1
  529. package/cjs/vchart-all.js +2 -2
  530. package/cjs/vchart-all.js.map +1 -1
  531. package/esm/animation/spec.d.ts +1 -1
  532. package/esm/animation/spec.js.map +1 -1
  533. package/esm/chart/area/area.js +0 -1
  534. package/esm/chart/area/area.js.map +1 -1
  535. package/esm/chart/base-chart.d.ts +2 -1
  536. package/esm/chart/base-chart.js +24 -31
  537. package/esm/chart/base-chart.js.map +1 -1
  538. package/esm/chart/cartesian/cartesian.js +2 -1
  539. package/esm/chart/cartesian/cartesian.js.map +1 -1
  540. package/esm/chart/index.d.ts +2 -2
  541. package/esm/chart/index.js +2 -2
  542. package/esm/chart/index.js.map +1 -1
  543. package/esm/chart/interface/chart.d.ts +2 -1
  544. package/esm/chart/interface/chart.js.map +1 -1
  545. package/esm/chart/line/line.js +0 -1
  546. package/esm/chart/line/line.js.map +1 -1
  547. package/esm/chart/radar/radar.js +0 -1
  548. package/esm/chart/radar/radar.js.map +1 -1
  549. package/esm/chart/stack.d.ts +1 -0
  550. package/esm/chart/stack.js +16 -2
  551. package/esm/chart/stack.js.map +1 -1
  552. package/esm/chart/treemap/treemap.d.ts +1 -1
  553. package/esm/chart/treemap/treemap.js +4 -4
  554. package/esm/chart/treemap/treemap.js.map +1 -1
  555. package/esm/chart/util.d.ts +8 -0
  556. package/esm/chart/util.js +35 -2
  557. package/esm/chart/util.js.map +1 -1
  558. package/esm/compile/compiler.js +2 -1
  559. package/esm/compile/compiler.js.map +1 -1
  560. package/esm/component/axis/base-axis.d.ts +16 -14
  561. package/esm/component/axis/base-axis.js.map +1 -1
  562. package/esm/component/axis/cartesian/axis.d.ts +2 -2
  563. package/esm/component/axis/cartesian/axis.js +1 -0
  564. package/esm/component/axis/cartesian/axis.js.map +1 -1
  565. package/esm/component/axis/cartesian/band-axis.d.ts +2 -3
  566. package/esm/component/axis/cartesian/band-axis.js.map +1 -1
  567. package/esm/component/axis/cartesian/interface/common.d.ts +3 -1
  568. package/esm/component/axis/cartesian/interface/common.js.map +1 -1
  569. package/esm/component/axis/cartesian/linear-axis.d.ts +3 -3
  570. package/esm/component/axis/cartesian/linear-axis.js.map +1 -1
  571. package/esm/component/axis/cartesian/log-axis.d.ts +3 -2
  572. package/esm/component/axis/cartesian/log-axis.js.map +1 -1
  573. package/esm/component/axis/cartesian/time-axis.d.ts +3 -2
  574. package/esm/component/axis/cartesian/time-axis.js.map +1 -1
  575. package/esm/component/axis/interface.d.ts +6 -1
  576. package/esm/component/axis/interface.js.map +1 -1
  577. package/esm/component/axis/mixin/linear-axis-mixin.js +1 -1
  578. package/esm/component/axis/mixin/linear-axis-mixin.js.map +1 -1
  579. package/esm/component/axis/polar/axis.d.ts +2 -2
  580. package/esm/component/axis/polar/axis.js +3 -2
  581. package/esm/component/axis/polar/axis.js.map +1 -1
  582. package/esm/component/axis/polar/band-axis.d.ts +3 -2
  583. package/esm/component/axis/polar/band-axis.js.map +1 -1
  584. package/esm/component/axis/polar/interface/spec.d.ts +7 -2
  585. package/esm/component/axis/polar/interface/spec.js.map +1 -1
  586. package/esm/component/axis/polar/linear-axis.d.ts +2 -3
  587. package/esm/component/axis/polar/linear-axis.js.map +1 -1
  588. package/esm/component/base/base-component.d.ts +7 -4
  589. package/esm/component/base/base-component.js +14 -4
  590. package/esm/component/base/base-component.js.map +1 -1
  591. package/esm/component/brush/brush.d.ts +2 -2
  592. package/esm/component/brush/brush.js +1 -1
  593. package/esm/component/brush/brush.js.map +1 -1
  594. package/esm/component/brush/interface.d.ts +1 -0
  595. package/esm/component/brush/interface.js.map +1 -1
  596. package/esm/component/crosshair/base.d.ts +3 -2
  597. package/esm/component/crosshair/base.js +4 -3
  598. package/esm/component/crosshair/base.js.map +1 -1
  599. package/esm/component/crosshair/cartesian.d.ts +3 -3
  600. package/esm/component/crosshair/cartesian.js +1 -1
  601. package/esm/component/crosshair/cartesian.js.map +1 -1
  602. package/esm/component/crosshair/polar.d.ts +3 -3
  603. package/esm/component/crosshair/polar.js.map +1 -1
  604. package/esm/component/custom-mark/custom-mark.d.ts +2 -1
  605. package/esm/component/custom-mark/custom-mark.js.map +1 -1
  606. package/esm/component/data-zoom/data-filter-base-component.d.ts +5 -4
  607. package/esm/component/data-zoom/data-filter-base-component.js.map +1 -1
  608. package/esm/component/data-zoom/data-zoom/data-zoom.d.ts +5 -4
  609. package/esm/component/data-zoom/data-zoom/data-zoom.js +1 -1
  610. package/esm/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  611. package/esm/component/data-zoom/data-zoom/interface.d.ts +3 -1
  612. package/esm/component/data-zoom/data-zoom/interface.js.map +1 -1
  613. package/esm/component/data-zoom/interface.d.ts +4 -1
  614. package/esm/component/data-zoom/interface.js.map +1 -1
  615. package/esm/component/data-zoom/scroll-bar/scroll-bar.d.ts +3 -2
  616. package/esm/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  617. package/esm/component/geo/geo-coordinate.d.ts +8 -4
  618. package/esm/component/geo/geo-coordinate.js +40 -14
  619. package/esm/component/geo/geo-coordinate.js.map +1 -1
  620. package/esm/component/index.d.ts +2 -1
  621. package/esm/component/index.js +3 -2
  622. package/esm/component/index.js.map +1 -1
  623. package/esm/component/indicator/indicator.d.ts +2 -2
  624. package/esm/component/indicator/indicator.js +1 -1
  625. package/esm/component/indicator/indicator.js.map +1 -1
  626. package/esm/component/indicator/interface.d.ts +2 -0
  627. package/esm/component/indicator/interface.js.map +1 -1
  628. package/esm/component/interface/theme.d.ts +2 -0
  629. package/esm/component/interface/theme.js.map +1 -1
  630. package/esm/component/interface/type.d.ts +1 -0
  631. package/esm/component/interface/type.js +2 -2
  632. package/esm/component/interface/type.js.map +1 -1
  633. package/esm/component/label/base-label.d.ts +40 -0
  634. package/esm/component/label/base-label.js +42 -0
  635. package/esm/component/label/base-label.js.map +1 -0
  636. package/esm/component/label/interface.d.ts +7 -0
  637. package/esm/component/label/interface.js.map +1 -1
  638. package/esm/component/label/label.d.ts +7 -28
  639. package/esm/component/label/label.js +32 -35
  640. package/esm/component/label/label.js.map +1 -1
  641. package/esm/component/label/pie.d.ts +5 -0
  642. package/esm/component/label/pie.js +13 -0
  643. package/esm/component/label/pie.js.map +1 -0
  644. package/esm/component/label/totalLabel.d.ts +27 -0
  645. package/esm/component/label/totalLabel.js +110 -0
  646. package/esm/component/label/totalLabel.js.map +1 -0
  647. package/esm/component/label/util.d.ts +3 -1
  648. package/esm/component/label/util.js +6 -4
  649. package/esm/component/label/util.js.map +1 -1
  650. package/esm/component/legend/base-legend.d.ts +3 -2
  651. package/esm/component/legend/base-legend.js.map +1 -1
  652. package/esm/component/legend/continuous/legend.d.ts +3 -4
  653. package/esm/component/legend/continuous/legend.js +5 -2
  654. package/esm/component/legend/continuous/legend.js.map +1 -1
  655. package/esm/component/legend/discrete/legend.d.ts +1 -2
  656. package/esm/component/legend/discrete/legend.js.map +1 -1
  657. package/esm/component/map-label/component.d.ts +1 -2
  658. package/esm/component/map-label/component.js.map +1 -1
  659. package/esm/component/marker/base-marker.d.ts +8 -2
  660. package/esm/component/marker/base-marker.js +14 -0
  661. package/esm/component/marker/base-marker.js.map +1 -1
  662. package/esm/component/marker/interface.d.ts +1 -0
  663. package/esm/component/marker/interface.js.map +1 -1
  664. package/esm/component/marker/mark-area/mark-area.d.ts +1 -2
  665. package/esm/component/marker/mark-area/mark-area.js +17 -6
  666. package/esm/component/marker/mark-area/mark-area.js.map +1 -1
  667. package/esm/component/marker/mark-line/mark-line.d.ts +1 -2
  668. package/esm/component/marker/mark-line/mark-line.js +17 -6
  669. package/esm/component/marker/mark-line/mark-line.js.map +1 -1
  670. package/esm/component/marker/mark-point/mark-point.d.ts +1 -2
  671. package/esm/component/marker/mark-point/mark-point.js +18 -7
  672. package/esm/component/marker/mark-point/mark-point.js.map +1 -1
  673. package/esm/component/player/player.d.ts +1 -2
  674. package/esm/component/player/player.js.map +1 -1
  675. package/esm/component/title/title.d.ts +2 -2
  676. package/esm/component/title/title.js +2 -1
  677. package/esm/component/title/title.js.map +1 -1
  678. package/esm/component/tooltip/handler/base.js +9 -6
  679. package/esm/component/tooltip/handler/base.js.map +1 -1
  680. package/esm/component/tooltip/handler/dom/dom-tooltip-handler.js +1 -1
  681. package/esm/component/tooltip/handler/dom/dom-tooltip-handler.js.map +1 -1
  682. package/esm/component/tooltip/handler/utils/attribute.js +4 -3
  683. package/esm/component/tooltip/handler/utils/attribute.js.map +1 -1
  684. package/esm/component/tooltip/handler/utils/common.js +2 -2
  685. package/esm/component/tooltip/handler/utils/common.js.map +1 -1
  686. package/esm/component/tooltip/handler/utils/style.js.map +1 -1
  687. package/esm/component/tooltip/interface/theme.d.ts +6 -5
  688. package/esm/component/tooltip/interface/theme.js.map +1 -1
  689. package/esm/component/tooltip/tooltip.d.ts +3 -2
  690. package/esm/component/tooltip/tooltip.js +10 -7
  691. package/esm/component/tooltip/tooltip.js.map +1 -1
  692. package/esm/constant/index.d.ts +3 -0
  693. package/esm/constant/index.js +6 -0
  694. package/esm/constant/index.js.map +1 -1
  695. package/esm/constant/marker.js +2 -1
  696. package/esm/core/factory.js +1 -2
  697. package/esm/core/index.d.ts +1 -1
  698. package/esm/core/index.js +1 -1
  699. package/esm/core/index.js.map +1 -1
  700. package/esm/core/vchart.js +22 -14
  701. package/esm/core/vchart.js.map +1 -1
  702. package/esm/data/initialize.js.map +1 -1
  703. package/esm/data/transforms/data-key.d.ts +2 -2
  704. package/esm/data/transforms/data-key.js.map +1 -1
  705. package/esm/data/transforms/invalid-travel.js +1 -2
  706. package/esm/data/transforms/invalid-travel.js.map +1 -1
  707. package/esm/data/transforms/legend-data/continuous/continuous.js +1 -1
  708. package/esm/data/transforms/legend-data/continuous/continuous.js.map +1 -1
  709. package/esm/event/event-dispatcher.js +3 -2
  710. package/esm/event/event-dispatcher.js.map +1 -1
  711. package/esm/event/interface.d.ts +3 -3
  712. package/esm/event/interface.js.map +1 -1
  713. package/esm/interaction/trigger.js +4 -0
  714. package/esm/interaction/trigger.js.map +1 -1
  715. package/esm/layout/label/arc-label.js.map +1 -1
  716. package/esm/model/base-model.d.ts +6 -4
  717. package/esm/model/base-model.js +16 -16
  718. package/esm/model/base-model.js.map +1 -1
  719. package/esm/model/interface.d.ts +7 -1
  720. package/esm/model/interface.js.map +1 -1
  721. package/esm/model/layout-item.d.ts +3 -3
  722. package/esm/model/layout-item.js.map +1 -1
  723. package/esm/model/tooltip-helper.d.ts +0 -2
  724. package/esm/model/tooltip-helper.js +0 -3
  725. package/esm/model/tooltip-helper.js.map +1 -1
  726. package/esm/plugin/components/axis-sync-plugin/axis-sync.js.map +1 -1
  727. package/esm/region/region.d.ts +3 -3
  728. package/esm/region/region.js.map +1 -1
  729. package/esm/series/area/area.d.ts +6 -4
  730. package/esm/series/area/area.js +41 -19
  731. package/esm/series/area/area.js.map +1 -1
  732. package/esm/series/area/constant.d.ts +2 -0
  733. package/esm/series/area/constant.js +15 -0
  734. package/esm/series/area/constant.js.map +1 -0
  735. package/esm/series/area/interface.d.ts +2 -0
  736. package/esm/series/area/interface.js.map +1 -1
  737. package/esm/series/area/tooltip-helpter.d.ts +5 -0
  738. package/esm/series/area/tooltip-helpter.js +18 -0
  739. package/esm/series/area/tooltip-helpter.js.map +1 -0
  740. package/esm/series/bar/bar-3d.d.ts +3 -1
  741. package/esm/series/bar/bar-3d.js +3 -8
  742. package/esm/series/bar/bar-3d.js.map +1 -1
  743. package/esm/series/bar/bar.d.ts +1 -0
  744. package/esm/series/bar/bar.js +3 -8
  745. package/esm/series/bar/bar.js.map +1 -1
  746. package/esm/series/bar/constant.d.ts +3 -0
  747. package/esm/series/bar/constant.js +20 -0
  748. package/esm/series/bar/constant.js.map +1 -0
  749. package/esm/series/bar/interface.d.ts +3 -2
  750. package/esm/series/bar/interface.js.map +1 -1
  751. package/esm/series/base/base-series.d.ts +6 -6
  752. package/esm/series/base/base-series.js +18 -29
  753. package/esm/series/base/base-series.js.map +1 -1
  754. package/esm/series/base/constant.d.ts +2 -0
  755. package/esm/series/base/constant.js +11 -0
  756. package/esm/series/base/constant.js.map +1 -0
  757. package/esm/series/base/tooltip-helper.d.ts +0 -1
  758. package/esm/series/base/tooltip-helper.js +1 -4
  759. package/esm/series/base/tooltip-helper.js.map +1 -1
  760. package/esm/series/box-plot/box-plot.d.ts +1 -2
  761. package/esm/series/box-plot/box-plot.js +3 -14
  762. package/esm/series/box-plot/box-plot.js.map +1 -1
  763. package/esm/series/box-plot/constant.d.ts +2 -0
  764. package/esm/series/box-plot/constant.js +17 -0
  765. package/esm/series/box-plot/constant.js.map +1 -0
  766. package/esm/series/cartesian/cartesian.d.ts +1 -0
  767. package/esm/series/cartesian/cartesian.js +12 -2
  768. package/esm/series/cartesian/cartesian.js.map +1 -1
  769. package/esm/series/cartesian/interface.d.ts +2 -2
  770. package/esm/series/cartesian/interface.js.map +1 -1
  771. package/esm/series/circle-packing/circle-packing.d.ts +1 -2
  772. package/esm/series/circle-packing/circle-packing.js +4 -10
  773. package/esm/series/circle-packing/circle-packing.js.map +1 -1
  774. package/esm/series/circle-packing/constant.d.ts +2 -0
  775. package/esm/series/circle-packing/constant.js +13 -0
  776. package/esm/series/circle-packing/constant.js.map +1 -0
  777. package/esm/series/dot/constant.d.ts +2 -0
  778. package/esm/series/dot/constant.js +37 -0
  779. package/esm/series/dot/constant.js.map +1 -0
  780. package/esm/series/dot/dot.d.ts +2 -1
  781. package/esm/series/dot/dot.js +6 -34
  782. package/esm/series/dot/dot.js.map +1 -1
  783. package/esm/series/funnel/constant.d.ts +3 -0
  784. package/esm/series/funnel/constant.js +52 -0
  785. package/esm/series/funnel/constant.js.map +1 -0
  786. package/esm/series/funnel/funnel-3d.d.ts +3 -2
  787. package/esm/series/funnel/funnel-3d.js +3 -24
  788. package/esm/series/funnel/funnel-3d.js.map +1 -1
  789. package/esm/series/funnel/funnel.d.ts +2 -1
  790. package/esm/series/funnel/funnel.js +3 -22
  791. package/esm/series/funnel/funnel.js.map +1 -1
  792. package/esm/series/gauge/constant.d.ts +3 -0
  793. package/esm/series/gauge/constant.js +32 -0
  794. package/esm/series/gauge/constant.js.map +1 -0
  795. package/esm/series/gauge/gauge-pointer.d.ts +2 -2
  796. package/esm/series/gauge/gauge-pointer.js +6 -16
  797. package/esm/series/gauge/gauge-pointer.js.map +1 -1
  798. package/esm/series/gauge/gauge.d.ts +2 -1
  799. package/esm/series/gauge/gauge.js +6 -14
  800. package/esm/series/gauge/gauge.js.map +1 -1
  801. package/esm/series/geo/geo.d.ts +2 -0
  802. package/esm/series/geo/geo.js +4 -1
  803. package/esm/series/geo/geo.js.map +1 -1
  804. package/esm/series/heatmap/constant.d.ts +2 -0
  805. package/esm/series/heatmap/constant.js +17 -0
  806. package/esm/series/heatmap/constant.js.map +1 -0
  807. package/esm/series/heatmap/heatmap.d.ts +2 -1
  808. package/esm/series/heatmap/heatmap.js +3 -14
  809. package/esm/series/heatmap/heatmap.js.map +1 -1
  810. package/esm/series/index.d.ts +2 -2
  811. package/esm/series/index.js +2 -2
  812. package/esm/series/index.js.map +1 -1
  813. package/esm/series/interface/common.d.ts +1 -0
  814. package/esm/series/interface/common.js.map +1 -1
  815. package/esm/series/interface/series.d.ts +3 -2
  816. package/esm/series/interface/series.js.map +1 -1
  817. package/esm/series/interface/theme.d.ts +3 -2
  818. package/esm/series/interface/theme.js +78 -1
  819. package/esm/series/interface/theme.js.map +1 -1
  820. package/esm/series/line/constant.d.ts +2 -0
  821. package/esm/series/line/constant.js +6 -0
  822. package/esm/series/line/constant.js.map +1 -0
  823. package/esm/series/line/interface.d.ts +2 -0
  824. package/esm/series/line/interface.js.map +1 -1
  825. package/esm/series/line/line.d.ts +4 -4
  826. package/esm/series/line/line.js +10 -7
  827. package/esm/series/line/line.js.map +1 -1
  828. package/esm/series/link/constant.d.ts +2 -0
  829. package/esm/series/link/constant.js +21 -0
  830. package/esm/series/link/constant.js.map +1 -0
  831. package/esm/series/link/link.d.ts +1 -1
  832. package/esm/series/link/link.js +3 -20
  833. package/esm/series/link/link.js.map +1 -1
  834. package/esm/series/map/constant.d.ts +2 -0
  835. package/esm/series/map/constant.js +13 -0
  836. package/esm/series/map/constant.js.map +1 -0
  837. package/esm/series/map/map.d.ts +2 -3
  838. package/esm/series/map/map.js +4 -13
  839. package/esm/series/map/map.js.map +1 -1
  840. package/esm/series/mixin/line-mixin.d.ts +3 -1
  841. package/esm/series/mixin/line-mixin.js +12 -11
  842. package/esm/series/mixin/line-mixin.js.map +1 -1
  843. package/esm/series/pie/constant.d.ts +3 -0
  844. package/esm/series/pie/constant.js +28 -0
  845. package/esm/series/pie/constant.js.map +1 -0
  846. package/esm/series/pie/interface.d.ts +4 -7
  847. package/esm/series/pie/interface.js.map +1 -1
  848. package/esm/series/pie/pie-3d.d.ts +1 -1
  849. package/esm/series/pie/pie-3d.js +3 -12
  850. package/esm/series/pie/pie-3d.js.map +1 -1
  851. package/esm/series/pie/pie.d.ts +3 -1
  852. package/esm/series/pie/pie.js +26 -67
  853. package/esm/series/pie/pie.js.map +1 -1
  854. package/esm/series/polar/polar.d.ts +1 -0
  855. package/esm/series/progress/circular/circular.d.ts +1 -1
  856. package/esm/series/progress/circular/circular.js +3 -14
  857. package/esm/series/progress/circular/circular.js.map +1 -1
  858. package/esm/series/progress/circular/constant.d.ts +2 -0
  859. package/esm/series/progress/circular/constant.js +17 -0
  860. package/esm/series/progress/circular/constant.js.map +1 -0
  861. package/esm/series/progress/linear/constant.d.ts +2 -0
  862. package/esm/series/progress/linear/constant.js +21 -0
  863. package/esm/series/progress/linear/constant.js.map +1 -0
  864. package/esm/series/progress/linear/linear.d.ts +1 -1
  865. package/esm/series/progress/linear/linear.js +3 -18
  866. package/esm/series/progress/linear/linear.js.map +1 -1
  867. package/esm/series/radar/constant.d.ts +2 -0
  868. package/esm/series/radar/constant.js +15 -0
  869. package/esm/series/radar/constant.js.map +1 -0
  870. package/esm/series/radar/radar.d.ts +3 -2
  871. package/esm/series/radar/radar.js +7 -11
  872. package/esm/series/radar/radar.js.map +1 -1
  873. package/esm/series/range-area/constant.d.ts +2 -0
  874. package/esm/series/range-area/constant.js +4 -0
  875. package/esm/series/range-area/constant.js.map +1 -0
  876. package/esm/series/range-area/range-area.d.ts +2 -1
  877. package/esm/series/range-area/range-area.js +7 -4
  878. package/esm/series/range-area/range-area.js.map +1 -1
  879. package/esm/series/range-column/constant.d.ts +3 -0
  880. package/esm/series/range-column/constant.js +28 -0
  881. package/esm/series/range-column/constant.js.map +1 -0
  882. package/esm/series/range-column/range-column-3d.d.ts +5 -1
  883. package/esm/series/range-column/range-column-3d.js +3 -1
  884. package/esm/series/range-column/range-column-3d.js.map +1 -1
  885. package/esm/series/range-column/range-column.d.ts +2 -2
  886. package/esm/series/range-column/range-column.js +3 -10
  887. package/esm/series/range-column/range-column.js.map +1 -1
  888. package/esm/series/rose/constant.d.ts +2 -0
  889. package/esm/series/rose/constant.js +13 -0
  890. package/esm/series/rose/constant.js.map +1 -0
  891. package/esm/series/rose/interface.d.ts +3 -0
  892. package/esm/series/rose/interface.js.map +1 -1
  893. package/esm/series/rose/rose.d.ts +3 -3
  894. package/esm/series/rose/rose.js +23 -47
  895. package/esm/series/rose/rose.js.map +1 -1
  896. package/esm/series/sankey/constant.d.ts +2 -0
  897. package/esm/series/sankey/constant.js +17 -0
  898. package/esm/series/sankey/constant.js.map +1 -0
  899. package/esm/series/sankey/sankey.d.ts +1 -2
  900. package/esm/series/sankey/sankey.js +3 -14
  901. package/esm/series/sankey/sankey.js.map +1 -1
  902. package/esm/series/scatter/constant.d.ts +2 -0
  903. package/esm/series/scatter/constant.js +13 -0
  904. package/esm/series/scatter/constant.js.map +1 -0
  905. package/esm/series/scatter/interface.d.ts +3 -2
  906. package/esm/series/scatter/interface.js.map +1 -1
  907. package/esm/series/scatter/scatter.d.ts +3 -3
  908. package/esm/series/scatter/scatter.js +14 -17
  909. package/esm/series/scatter/scatter.js.map +1 -1
  910. package/esm/series/sunburst/constant.d.ts +2 -0
  911. package/esm/series/sunburst/constant.js +13 -0
  912. package/esm/series/sunburst/constant.js.map +1 -0
  913. package/esm/series/sunburst/sunburst.js +5 -9
  914. package/esm/series/sunburst/sunburst.js.map +1 -1
  915. package/esm/series/treemap/constant.d.ts +2 -0
  916. package/esm/series/treemap/constant.js +21 -0
  917. package/esm/series/treemap/constant.js.map +1 -0
  918. package/esm/series/treemap/treemap.d.ts +1 -1
  919. package/esm/series/treemap/treemap.js +10 -22
  920. package/esm/series/treemap/treemap.js.map +1 -1
  921. package/esm/series/waterfall/constant.d.ts +2 -0
  922. package/esm/series/waterfall/constant.js +17 -0
  923. package/esm/series/waterfall/constant.js.map +1 -0
  924. package/esm/series/waterfall/waterfall.d.ts +2 -2
  925. package/esm/series/waterfall/waterfall.js +3 -12
  926. package/esm/series/waterfall/waterfall.js.map +1 -1
  927. package/esm/series/word-cloud/base.d.ts +1 -0
  928. package/esm/series/word-cloud/base.js +4 -13
  929. package/esm/series/word-cloud/base.js.map +1 -1
  930. package/esm/series/word-cloud/constant.d.ts +2 -0
  931. package/esm/series/word-cloud/constant.js +17 -0
  932. package/esm/series/word-cloud/constant.js.map +1 -0
  933. package/esm/series/word-cloud/interface.d.ts +3 -3
  934. package/esm/series/word-cloud/interface.js.map +1 -1
  935. package/esm/series/word-cloud/word-cloud-3d.d.ts +1 -1
  936. package/esm/series/word-cloud/word-cloud-3d.js +1 -1
  937. package/esm/series/word-cloud/word-cloud-3d.js.map +1 -1
  938. package/esm/series/word-cloud/word-cloud.d.ts +1 -1
  939. package/esm/series/word-cloud/word-cloud.js.map +1 -1
  940. package/esm/theme/builtin/common/component/axis/band-axis.d.ts +2 -0
  941. package/esm/theme/builtin/common/component/axis/band-axis.js.map +1 -0
  942. package/esm/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -0
  943. package/esm/theme/builtin/common/component/axis/common-axis.js.map +1 -0
  944. package/esm/theme/builtin/common/component/axis/linear-axis.js.map +1 -0
  945. package/esm/theme/builtin/common/component/axis/log-axis.js.map +1 -0
  946. package/esm/theme/builtin/common/component/axis/polar-axis.js.map +1 -0
  947. package/esm/theme/builtin/common/component/brush.js.map +1 -0
  948. package/esm/theme/{buildin-theme/light → builtin/common}/component/crosshair.js +16 -4
  949. package/esm/theme/builtin/common/component/crosshair.js.map +1 -0
  950. package/esm/theme/builtin/common/component/data-zoom.js +156 -0
  951. package/esm/theme/builtin/common/component/data-zoom.js.map +1 -0
  952. package/esm/theme/{buildin-theme/light → builtin/common}/component/index.js +4 -1
  953. package/esm/theme/builtin/common/component/index.js.map +1 -0
  954. package/esm/theme/builtin/common/component/indicator.js.map +1 -0
  955. package/esm/theme/builtin/common/component/legend/color-legend.js.map +1 -0
  956. package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.js +1 -1
  957. package/esm/theme/builtin/common/component/legend/continuous.js.map +1 -0
  958. package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.js +8 -5
  959. package/esm/theme/builtin/common/component/legend/discrete-legend.js.map +1 -0
  960. package/esm/theme/builtin/common/component/legend/size-legend.js.map +1 -0
  961. package/esm/theme/builtin/common/component/map-label.js.map +1 -0
  962. package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-area.js +8 -2
  963. package/esm/theme/builtin/common/component/mark-area.js.map +1 -0
  964. package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-line.js +8 -2
  965. package/esm/theme/builtin/common/component/mark-line.js.map +1 -0
  966. package/esm/theme/builtin/common/component/mark-point.js.map +1 -0
  967. package/esm/theme/{buildin-theme/light → builtin/common}/component/player.js +4 -1
  968. package/esm/theme/builtin/common/component/player.js.map +1 -0
  969. package/esm/theme/{buildin-theme/light → builtin/common}/component/poptip.js +16 -4
  970. package/esm/theme/builtin/common/component/poptip.js.map +1 -0
  971. package/esm/theme/{buildin-theme/light → builtin/common}/component/title.js +2 -2
  972. package/esm/theme/builtin/common/component/title.js.map +1 -0
  973. package/esm/theme/{buildin-theme/light → builtin/common}/component/tooltip.js +25 -6
  974. package/esm/theme/builtin/common/component/tooltip.js.map +1 -0
  975. package/esm/theme/builtin/common/component/total-label.d.ts +2 -0
  976. package/esm/theme/builtin/common/component/total-label.js +23 -0
  977. package/esm/theme/builtin/common/component/total-label.js.map +1 -0
  978. package/esm/theme/{buildin-theme/light → builtin/common}/constants.js +1 -1
  979. package/esm/theme/builtin/common/constants.js.map +1 -0
  980. package/esm/theme/{buildin-theme/light → builtin/common}/mark.js +12 -3
  981. package/esm/theme/builtin/common/mark.js.map +1 -0
  982. package/esm/theme/builtin/common/series/area.js.map +1 -0
  983. package/esm/theme/builtin/common/series/bar.js.map +1 -0
  984. package/esm/theme/builtin/common/series/bar3d.js.map +1 -0
  985. package/esm/theme/builtin/common/series/box-plot.js.map +1 -0
  986. package/esm/theme/{buildin-theme/light → builtin/common}/series/circle-packing.js +8 -2
  987. package/esm/theme/builtin/common/series/circle-packing.js.map +1 -0
  988. package/esm/theme/builtin/common/series/circular-progress.js.map +1 -0
  989. package/esm/theme/builtin/common/series/dot.js.map +1 -0
  990. package/esm/theme/builtin/common/series/funnel.js.map +1 -0
  991. package/esm/theme/builtin/common/series/funnel3d.js.map +1 -0
  992. package/esm/theme/builtin/common/series/gauge-pointer.js.map +1 -0
  993. package/esm/theme/builtin/common/series/gauge.js.map +1 -0
  994. package/esm/theme/builtin/common/series/heatmap.js.map +1 -0
  995. package/esm/theme/builtin/common/series/index.js.map +1 -0
  996. package/esm/theme/builtin/common/series/line.js.map +1 -0
  997. package/esm/theme/builtin/common/series/linear-progress.js.map +1 -0
  998. package/esm/theme/builtin/common/series/link.js.map +1 -0
  999. package/esm/theme/builtin/common/series/map.js.map +1 -0
  1000. package/esm/theme/builtin/common/series/pie.js.map +1 -0
  1001. package/esm/theme/builtin/common/series/pie3d.js.map +1 -0
  1002. package/esm/theme/builtin/common/series/radar.js.map +1 -0
  1003. package/esm/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.js +4 -1
  1004. package/esm/theme/builtin/common/series/rangeColumn.js.map +1 -0
  1005. package/esm/theme/{buildin-theme/light → builtin/common}/series/rose.js +0 -1
  1006. package/esm/theme/builtin/common/series/rose.js.map +1 -0
  1007. package/esm/theme/builtin/common/series/sankey.js.map +1 -0
  1008. package/esm/theme/builtin/common/series/scatter.js.map +1 -0
  1009. package/esm/theme/{buildin-theme/light → builtin/common}/series/sunburst.js +8 -2
  1010. package/esm/theme/builtin/common/series/sunburst.js.map +1 -0
  1011. package/esm/theme/builtin/common/series/treemap.js.map +1 -0
  1012. package/esm/theme/builtin/common/series/waterfall.js.map +1 -0
  1013. package/esm/theme/builtin/common/series/word-cloud.js.map +1 -0
  1014. package/esm/theme/builtin/common/series/word-cloud3d.js.map +1 -0
  1015. package/esm/theme/{buildin-theme/config.js → builtin/constant.js} +1 -1
  1016. package/esm/theme/builtin/constant.js.map +1 -0
  1017. package/esm/theme/builtin/dark/color-scheme.d.ts +2 -0
  1018. package/esm/theme/builtin/dark/color-scheme.js +27 -0
  1019. package/esm/theme/builtin/dark/color-scheme.js.map +1 -0
  1020. package/esm/theme/builtin/dark/index.d.ts +2 -0
  1021. package/esm/theme/builtin/dark/index.js +7 -0
  1022. package/esm/theme/builtin/dark/index.js.map +1 -0
  1023. package/{cjs/theme/buildin-theme → esm/theme/builtin}/index.d.ts +2 -2
  1024. package/esm/theme/builtin/index.js +12 -0
  1025. package/esm/theme/builtin/index.js.map +1 -0
  1026. package/esm/theme/builtin/light/color-scheme.d.ts +2 -0
  1027. package/esm/theme/builtin/light/color-scheme.js +27 -0
  1028. package/esm/theme/builtin/light/color-scheme.js.map +1 -0
  1029. package/esm/theme/{buildin-theme → builtin}/light/index.js +8 -4
  1030. package/esm/theme/builtin/light/index.js.map +1 -0
  1031. package/esm/theme/color-scheme/builtin/default.d.ts +2 -0
  1032. package/esm/theme/color-scheme/builtin/default.js +7 -0
  1033. package/esm/theme/color-scheme/builtin/default.js.map +1 -0
  1034. package/esm/theme/color-scheme/util.d.ts +2 -1
  1035. package/esm/theme/color-scheme/util.js +6 -0
  1036. package/esm/theme/color-scheme/util.js.map +1 -1
  1037. package/esm/theme/index.d.ts +1 -1
  1038. package/esm/theme/index.js +1 -1
  1039. package/esm/theme/index.js.map +1 -1
  1040. package/esm/theme/interface.d.ts +2 -2
  1041. package/esm/theme/interface.js.map +1 -1
  1042. package/esm/theme/theme-manager.js +6 -6
  1043. package/esm/theme/theme-manager.js.map +1 -1
  1044. package/esm/typings/spec/common.d.ts +7 -0
  1045. package/esm/typings/spec/common.js.map +1 -1
  1046. package/esm/typings/visual.d.ts +1 -1
  1047. package/esm/typings/visual.js.map +1 -1
  1048. package/esm/util/space.d.ts +2 -0
  1049. package/esm/util/space.js +8 -3
  1050. package/esm/util/space.js.map +1 -1
  1051. package/esm/util/spec.d.ts +7 -0
  1052. package/esm/util/spec.js +52 -4
  1053. package/esm/util/spec.js.map +1 -1
  1054. package/esm/util/text.d.ts +0 -4
  1055. package/esm/util/text.js +2 -8
  1056. package/esm/util/text.js.map +1 -1
  1057. package/esm/vchart-all.js +4 -4
  1058. package/esm/vchart-all.js.map +1 -1
  1059. package/package.json +13 -12
  1060. package/cjs/theme/buildin-theme/config.js.map +0 -1
  1061. package/cjs/theme/buildin-theme/index.js.map +0 -1
  1062. package/cjs/theme/buildin-theme/light/color-scheme.js +0 -21
  1063. package/cjs/theme/buildin-theme/light/color-scheme.js.map +0 -1
  1064. package/cjs/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
  1065. package/cjs/theme/buildin-theme/light/component/axis/band-axis.js.map +0 -1
  1066. package/cjs/theme/buildin-theme/light/component/axis/cartesian-axis.js.map +0 -1
  1067. package/cjs/theme/buildin-theme/light/component/axis/common-axis.js.map +0 -1
  1068. package/cjs/theme/buildin-theme/light/component/axis/linear-axis.js.map +0 -1
  1069. package/cjs/theme/buildin-theme/light/component/axis/log-axis.js.map +0 -1
  1070. package/cjs/theme/buildin-theme/light/component/axis/polar-axis.js.map +0 -1
  1071. package/cjs/theme/buildin-theme/light/component/brush.js.map +0 -1
  1072. package/cjs/theme/buildin-theme/light/component/crosshair.js.map +0 -1
  1073. package/cjs/theme/buildin-theme/light/component/data-zoom.js +0 -105
  1074. package/cjs/theme/buildin-theme/light/component/data-zoom.js.map +0 -1
  1075. package/cjs/theme/buildin-theme/light/component/index.js.map +0 -1
  1076. package/cjs/theme/buildin-theme/light/component/indicator.js.map +0 -1
  1077. package/cjs/theme/buildin-theme/light/component/legend/color-legend.js.map +0 -1
  1078. package/cjs/theme/buildin-theme/light/component/legend/continuous.js.map +0 -1
  1079. package/cjs/theme/buildin-theme/light/component/legend/discrete-legend.js.map +0 -1
  1080. package/cjs/theme/buildin-theme/light/component/legend/size-legend.js.map +0 -1
  1081. package/cjs/theme/buildin-theme/light/component/map-label.js.map +0 -1
  1082. package/cjs/theme/buildin-theme/light/component/mark-area.js.map +0 -1
  1083. package/cjs/theme/buildin-theme/light/component/mark-line.js.map +0 -1
  1084. package/cjs/theme/buildin-theme/light/component/mark-point.js.map +0 -1
  1085. package/cjs/theme/buildin-theme/light/component/player.js.map +0 -1
  1086. package/cjs/theme/buildin-theme/light/component/poptip.js.map +0 -1
  1087. package/cjs/theme/buildin-theme/light/component/title.js.map +0 -1
  1088. package/cjs/theme/buildin-theme/light/component/tooltip.js.map +0 -1
  1089. package/cjs/theme/buildin-theme/light/constants.js.map +0 -1
  1090. package/cjs/theme/buildin-theme/light/index.js.map +0 -1
  1091. package/cjs/theme/buildin-theme/light/mark.js.map +0 -1
  1092. package/cjs/theme/buildin-theme/light/series/area.js.map +0 -1
  1093. package/cjs/theme/buildin-theme/light/series/bar.js.map +0 -1
  1094. package/cjs/theme/buildin-theme/light/series/bar3d.js.map +0 -1
  1095. package/cjs/theme/buildin-theme/light/series/box-plot.js.map +0 -1
  1096. package/cjs/theme/buildin-theme/light/series/circle-packing.js.map +0 -1
  1097. package/cjs/theme/buildin-theme/light/series/circular-progress.js.map +0 -1
  1098. package/cjs/theme/buildin-theme/light/series/dot.js.map +0 -1
  1099. package/cjs/theme/buildin-theme/light/series/funnel.js.map +0 -1
  1100. package/cjs/theme/buildin-theme/light/series/funnel3d.js.map +0 -1
  1101. package/cjs/theme/buildin-theme/light/series/gauge-pointer.js.map +0 -1
  1102. package/cjs/theme/buildin-theme/light/series/gauge.js.map +0 -1
  1103. package/cjs/theme/buildin-theme/light/series/heatmap.js.map +0 -1
  1104. package/cjs/theme/buildin-theme/light/series/index.js.map +0 -1
  1105. package/cjs/theme/buildin-theme/light/series/line.js.map +0 -1
  1106. package/cjs/theme/buildin-theme/light/series/linear-progress.js.map +0 -1
  1107. package/cjs/theme/buildin-theme/light/series/link.js.map +0 -1
  1108. package/cjs/theme/buildin-theme/light/series/map.js.map +0 -1
  1109. package/cjs/theme/buildin-theme/light/series/pie.js.map +0 -1
  1110. package/cjs/theme/buildin-theme/light/series/pie3d.js.map +0 -1
  1111. package/cjs/theme/buildin-theme/light/series/radar.js.map +0 -1
  1112. package/cjs/theme/buildin-theme/light/series/rangeColumn.js.map +0 -1
  1113. package/cjs/theme/buildin-theme/light/series/rose.js.map +0 -1
  1114. package/cjs/theme/buildin-theme/light/series/sankey.js.map +0 -1
  1115. package/cjs/theme/buildin-theme/light/series/scatter.js.map +0 -1
  1116. package/cjs/theme/buildin-theme/light/series/sunburst.js.map +0 -1
  1117. package/cjs/theme/buildin-theme/light/series/treemap.js.map +0 -1
  1118. package/cjs/theme/buildin-theme/light/series/waterfall.js.map +0 -1
  1119. package/cjs/theme/buildin-theme/light/series/word-cloud.js.map +0 -1
  1120. package/cjs/theme/buildin-theme/light/series/word-cloud3d.js.map +0 -1
  1121. package/esm/theme/buildin-theme/config.js.map +0 -1
  1122. package/esm/theme/buildin-theme/index.js +0 -10
  1123. package/esm/theme/buildin-theme/index.js.map +0 -1
  1124. package/esm/theme/buildin-theme/light/color-scheme.js +0 -17
  1125. package/esm/theme/buildin-theme/light/color-scheme.js.map +0 -1
  1126. package/esm/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
  1127. package/esm/theme/buildin-theme/light/component/axis/band-axis.js.map +0 -1
  1128. package/esm/theme/buildin-theme/light/component/axis/cartesian-axis.js.map +0 -1
  1129. package/esm/theme/buildin-theme/light/component/axis/common-axis.js.map +0 -1
  1130. package/esm/theme/buildin-theme/light/component/axis/linear-axis.js.map +0 -1
  1131. package/esm/theme/buildin-theme/light/component/axis/log-axis.js.map +0 -1
  1132. package/esm/theme/buildin-theme/light/component/axis/polar-axis.js.map +0 -1
  1133. package/esm/theme/buildin-theme/light/component/brush.js.map +0 -1
  1134. package/esm/theme/buildin-theme/light/component/crosshair.js.map +0 -1
  1135. package/esm/theme/buildin-theme/light/component/data-zoom.js +0 -101
  1136. package/esm/theme/buildin-theme/light/component/data-zoom.js.map +0 -1
  1137. package/esm/theme/buildin-theme/light/component/index.js.map +0 -1
  1138. package/esm/theme/buildin-theme/light/component/indicator.js.map +0 -1
  1139. package/esm/theme/buildin-theme/light/component/legend/color-legend.js.map +0 -1
  1140. package/esm/theme/buildin-theme/light/component/legend/continuous.js.map +0 -1
  1141. package/esm/theme/buildin-theme/light/component/legend/discrete-legend.js.map +0 -1
  1142. package/esm/theme/buildin-theme/light/component/legend/size-legend.js.map +0 -1
  1143. package/esm/theme/buildin-theme/light/component/map-label.js.map +0 -1
  1144. package/esm/theme/buildin-theme/light/component/mark-area.js.map +0 -1
  1145. package/esm/theme/buildin-theme/light/component/mark-line.js.map +0 -1
  1146. package/esm/theme/buildin-theme/light/component/mark-point.js.map +0 -1
  1147. package/esm/theme/buildin-theme/light/component/player.js.map +0 -1
  1148. package/esm/theme/buildin-theme/light/component/poptip.js.map +0 -1
  1149. package/esm/theme/buildin-theme/light/component/title.js.map +0 -1
  1150. package/esm/theme/buildin-theme/light/component/tooltip.js.map +0 -1
  1151. package/esm/theme/buildin-theme/light/constants.js.map +0 -1
  1152. package/esm/theme/buildin-theme/light/index.js.map +0 -1
  1153. package/esm/theme/buildin-theme/light/mark.js.map +0 -1
  1154. package/esm/theme/buildin-theme/light/series/area.js.map +0 -1
  1155. package/esm/theme/buildin-theme/light/series/bar.js.map +0 -1
  1156. package/esm/theme/buildin-theme/light/series/bar3d.js.map +0 -1
  1157. package/esm/theme/buildin-theme/light/series/box-plot.js.map +0 -1
  1158. package/esm/theme/buildin-theme/light/series/circle-packing.js.map +0 -1
  1159. package/esm/theme/buildin-theme/light/series/circular-progress.js.map +0 -1
  1160. package/esm/theme/buildin-theme/light/series/dot.js.map +0 -1
  1161. package/esm/theme/buildin-theme/light/series/funnel.js.map +0 -1
  1162. package/esm/theme/buildin-theme/light/series/funnel3d.js.map +0 -1
  1163. package/esm/theme/buildin-theme/light/series/gauge-pointer.js.map +0 -1
  1164. package/esm/theme/buildin-theme/light/series/gauge.js.map +0 -1
  1165. package/esm/theme/buildin-theme/light/series/heatmap.js.map +0 -1
  1166. package/esm/theme/buildin-theme/light/series/index.js.map +0 -1
  1167. package/esm/theme/buildin-theme/light/series/line.js.map +0 -1
  1168. package/esm/theme/buildin-theme/light/series/linear-progress.js.map +0 -1
  1169. package/esm/theme/buildin-theme/light/series/link.js.map +0 -1
  1170. package/esm/theme/buildin-theme/light/series/map.js.map +0 -1
  1171. package/esm/theme/buildin-theme/light/series/pie.js.map +0 -1
  1172. package/esm/theme/buildin-theme/light/series/pie3d.js.map +0 -1
  1173. package/esm/theme/buildin-theme/light/series/radar.js.map +0 -1
  1174. package/esm/theme/buildin-theme/light/series/rangeColumn.js.map +0 -1
  1175. package/esm/theme/buildin-theme/light/series/rose.js.map +0 -1
  1176. package/esm/theme/buildin-theme/light/series/sankey.js.map +0 -1
  1177. package/esm/theme/buildin-theme/light/series/scatter.js.map +0 -1
  1178. package/esm/theme/buildin-theme/light/series/sunburst.js.map +0 -1
  1179. package/esm/theme/buildin-theme/light/series/treemap.js.map +0 -1
  1180. package/esm/theme/buildin-theme/light/series/waterfall.js.map +0 -1
  1181. package/esm/theme/buildin-theme/light/series/word-cloud.js.map +0 -1
  1182. package/esm/theme/buildin-theme/light/series/word-cloud3d.js.map +0 -1
  1183. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/band-axis.js +0 -0
  1184. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.d.ts +0 -0
  1185. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.js +0 -0
  1186. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.d.ts +0 -0
  1187. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.js +0 -0
  1188. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.d.ts +0 -0
  1189. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.js +0 -0
  1190. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.d.ts +0 -0
  1191. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.js +0 -0
  1192. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.d.ts +0 -0
  1193. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.js +0 -0
  1194. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/brush.d.ts +0 -0
  1195. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/brush.js +0 -0
  1196. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/crosshair.d.ts +0 -0
  1197. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/data-zoom.d.ts +0 -0
  1198. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/index.d.ts +0 -0
  1199. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/indicator.d.ts +0 -0
  1200. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/indicator.js +0 -0
  1201. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.d.ts +0 -0
  1202. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.js +0 -0
  1203. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.d.ts +0 -0
  1204. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.d.ts +0 -0
  1205. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.d.ts +0 -0
  1206. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.js +0 -0
  1207. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/map-label.d.ts +0 -0
  1208. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/map-label.js +0 -0
  1209. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-area.d.ts +0 -0
  1210. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-line.d.ts +0 -0
  1211. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-point.d.ts +0 -0
  1212. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-point.js +0 -0
  1213. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/player.d.ts +0 -0
  1214. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/poptip.d.ts +0 -0
  1215. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/title.d.ts +0 -0
  1216. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/tooltip.d.ts +0 -0
  1217. /package/cjs/theme/{buildin-theme/light → builtin/common}/constants.d.ts +0 -0
  1218. /package/cjs/theme/{buildin-theme/light → builtin/common}/mark.d.ts +0 -0
  1219. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/area.d.ts +0 -0
  1220. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/area.js +0 -0
  1221. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar.d.ts +0 -0
  1222. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar.js +0 -0
  1223. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar3d.d.ts +0 -0
  1224. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar3d.js +0 -0
  1225. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/box-plot.d.ts +0 -0
  1226. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/box-plot.js +0 -0
  1227. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circle-packing.d.ts +0 -0
  1228. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circular-progress.d.ts +0 -0
  1229. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circular-progress.js +0 -0
  1230. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/dot.d.ts +0 -0
  1231. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/dot.js +0 -0
  1232. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel.d.ts +0 -0
  1233. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel.js +0 -0
  1234. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel3d.d.ts +0 -0
  1235. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel3d.js +0 -0
  1236. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.d.ts +0 -0
  1237. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.js +0 -0
  1238. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge.d.ts +0 -0
  1239. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge.js +0 -0
  1240. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/heatmap.d.ts +0 -0
  1241. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/heatmap.js +0 -0
  1242. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/index.d.ts +0 -0
  1243. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/index.js +0 -0
  1244. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/line.d.ts +0 -0
  1245. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/line.js +0 -0
  1246. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/linear-progress.d.ts +0 -0
  1247. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/linear-progress.js +0 -0
  1248. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/link.d.ts +0 -0
  1249. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/link.js +0 -0
  1250. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/map.d.ts +0 -0
  1251. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/map.js +0 -0
  1252. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie.d.ts +0 -0
  1253. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie.js +0 -0
  1254. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie3d.d.ts +0 -0
  1255. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie3d.js +0 -0
  1256. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/radar.d.ts +0 -0
  1257. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/radar.js +0 -0
  1258. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.d.ts +0 -0
  1259. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rose.d.ts +0 -0
  1260. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sankey.d.ts +0 -0
  1261. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sankey.js +0 -0
  1262. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/scatter.d.ts +0 -0
  1263. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/scatter.js +0 -0
  1264. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sunburst.d.ts +0 -0
  1265. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/treemap.d.ts +0 -0
  1266. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/treemap.js +0 -0
  1267. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/waterfall.d.ts +0 -0
  1268. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/waterfall.js +0 -0
  1269. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud.d.ts +0 -0
  1270. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud.js +0 -0
  1271. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.d.ts +0 -0
  1272. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.js +0 -0
  1273. /package/cjs/theme/{buildin-theme/config.d.ts → builtin/constant.d.ts} +0 -0
  1274. /package/cjs/theme/{buildin-theme/light → builtin/dark}/color-scheme.d.ts +0 -0
  1275. /package/{esm/theme/buildin-theme → cjs/theme/builtin}/light/color-scheme.d.ts +0 -0
  1276. /package/cjs/theme/{buildin-theme → builtin}/light/index.d.ts +0 -0
  1277. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/band-axis.js +0 -0
  1278. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.d.ts +0 -0
  1279. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.js +0 -0
  1280. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.d.ts +0 -0
  1281. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.js +0 -0
  1282. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.d.ts +0 -0
  1283. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.js +0 -0
  1284. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.d.ts +0 -0
  1285. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.js +0 -0
  1286. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.d.ts +0 -0
  1287. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.js +0 -0
  1288. /package/esm/theme/{buildin-theme/light → builtin/common}/component/brush.d.ts +0 -0
  1289. /package/esm/theme/{buildin-theme/light → builtin/common}/component/brush.js +0 -0
  1290. /package/esm/theme/{buildin-theme/light → builtin/common}/component/crosshair.d.ts +0 -0
  1291. /package/esm/theme/{buildin-theme/light → builtin/common}/component/data-zoom.d.ts +0 -0
  1292. /package/esm/theme/{buildin-theme/light → builtin/common}/component/index.d.ts +0 -0
  1293. /package/esm/theme/{buildin-theme/light → builtin/common}/component/indicator.d.ts +0 -0
  1294. /package/esm/theme/{buildin-theme/light → builtin/common}/component/indicator.js +0 -0
  1295. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.d.ts +0 -0
  1296. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.js +0 -0
  1297. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.d.ts +0 -0
  1298. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.d.ts +0 -0
  1299. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.d.ts +0 -0
  1300. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.js +0 -0
  1301. /package/esm/theme/{buildin-theme/light → builtin/common}/component/map-label.d.ts +0 -0
  1302. /package/esm/theme/{buildin-theme/light → builtin/common}/component/map-label.js +0 -0
  1303. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-area.d.ts +0 -0
  1304. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-line.d.ts +0 -0
  1305. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-point.d.ts +0 -0
  1306. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-point.js +0 -0
  1307. /package/esm/theme/{buildin-theme/light → builtin/common}/component/player.d.ts +0 -0
  1308. /package/esm/theme/{buildin-theme/light → builtin/common}/component/poptip.d.ts +0 -0
  1309. /package/esm/theme/{buildin-theme/light → builtin/common}/component/title.d.ts +0 -0
  1310. /package/esm/theme/{buildin-theme/light → builtin/common}/component/tooltip.d.ts +0 -0
  1311. /package/esm/theme/{buildin-theme/light → builtin/common}/constants.d.ts +0 -0
  1312. /package/esm/theme/{buildin-theme/light → builtin/common}/mark.d.ts +0 -0
  1313. /package/esm/theme/{buildin-theme/light → builtin/common}/series/area.d.ts +0 -0
  1314. /package/esm/theme/{buildin-theme/light → builtin/common}/series/area.js +0 -0
  1315. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar.d.ts +0 -0
  1316. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar.js +0 -0
  1317. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar3d.d.ts +0 -0
  1318. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar3d.js +0 -0
  1319. /package/esm/theme/{buildin-theme/light → builtin/common}/series/box-plot.d.ts +0 -0
  1320. /package/esm/theme/{buildin-theme/light → builtin/common}/series/box-plot.js +0 -0
  1321. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circle-packing.d.ts +0 -0
  1322. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circular-progress.d.ts +0 -0
  1323. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circular-progress.js +0 -0
  1324. /package/esm/theme/{buildin-theme/light → builtin/common}/series/dot.d.ts +0 -0
  1325. /package/esm/theme/{buildin-theme/light → builtin/common}/series/dot.js +0 -0
  1326. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel.d.ts +0 -0
  1327. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel.js +0 -0
  1328. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel3d.d.ts +0 -0
  1329. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel3d.js +0 -0
  1330. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.d.ts +0 -0
  1331. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.js +0 -0
  1332. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge.d.ts +0 -0
  1333. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge.js +0 -0
  1334. /package/esm/theme/{buildin-theme/light → builtin/common}/series/heatmap.d.ts +0 -0
  1335. /package/esm/theme/{buildin-theme/light → builtin/common}/series/heatmap.js +0 -0
  1336. /package/esm/theme/{buildin-theme/light → builtin/common}/series/index.d.ts +0 -0
  1337. /package/esm/theme/{buildin-theme/light → builtin/common}/series/index.js +0 -0
  1338. /package/esm/theme/{buildin-theme/light → builtin/common}/series/line.d.ts +0 -0
  1339. /package/esm/theme/{buildin-theme/light → builtin/common}/series/line.js +0 -0
  1340. /package/esm/theme/{buildin-theme/light → builtin/common}/series/linear-progress.d.ts +0 -0
  1341. /package/esm/theme/{buildin-theme/light → builtin/common}/series/linear-progress.js +0 -0
  1342. /package/esm/theme/{buildin-theme/light → builtin/common}/series/link.d.ts +0 -0
  1343. /package/esm/theme/{buildin-theme/light → builtin/common}/series/link.js +0 -0
  1344. /package/esm/theme/{buildin-theme/light → builtin/common}/series/map.d.ts +0 -0
  1345. /package/esm/theme/{buildin-theme/light → builtin/common}/series/map.js +0 -0
  1346. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie.d.ts +0 -0
  1347. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie.js +0 -0
  1348. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie3d.d.ts +0 -0
  1349. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie3d.js +0 -0
  1350. /package/esm/theme/{buildin-theme/light → builtin/common}/series/radar.d.ts +0 -0
  1351. /package/esm/theme/{buildin-theme/light → builtin/common}/series/radar.js +0 -0
  1352. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.d.ts +0 -0
  1353. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rose.d.ts +0 -0
  1354. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sankey.d.ts +0 -0
  1355. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sankey.js +0 -0
  1356. /package/esm/theme/{buildin-theme/light → builtin/common}/series/scatter.d.ts +0 -0
  1357. /package/esm/theme/{buildin-theme/light → builtin/common}/series/scatter.js +0 -0
  1358. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sunburst.d.ts +0 -0
  1359. /package/esm/theme/{buildin-theme/light → builtin/common}/series/treemap.d.ts +0 -0
  1360. /package/esm/theme/{buildin-theme/light → builtin/common}/series/treemap.js +0 -0
  1361. /package/esm/theme/{buildin-theme/light → builtin/common}/series/waterfall.d.ts +0 -0
  1362. /package/esm/theme/{buildin-theme/light → builtin/common}/series/waterfall.js +0 -0
  1363. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud.d.ts +0 -0
  1364. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud.js +0 -0
  1365. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.d.ts +0 -0
  1366. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.js +0 -0
  1367. /package/esm/theme/{buildin-theme/config.d.ts → builtin/constant.d.ts} +0 -0
  1368. /package/esm/theme/{buildin-theme → builtin}/light/index.d.ts +0 -0
@@ -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"]}
@@ -0,0 +1,2 @@
1
+ import type { ITotalLabelTheme } from '../../../../component/label';
2
+ export declare const totalLabel: ITotalLabelTheme;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.totalLabel = void 0;
6
+
7
+ const constants_1 = require("../constants"), fontSize = constants_1.THEME_CONSTANTS.LABEL_FONT_SIZE, fontFamily = constants_1.THEME_CONSTANTS.FONT_FAMILY;
8
+
9
+ exports.totalLabel = {
10
+ visible: !1,
11
+ offset: 5,
12
+ overlap: {
13
+ clampForce: !0,
14
+ strategy: []
15
+ },
16
+ smartInvert: !1,
17
+ animation: !1,
18
+ style: {
19
+ fontSize: fontSize,
20
+ fontFamily: fontFamily,
21
+ fill: {
22
+ type: "palette",
23
+ key: "primaryFontColor"
24
+ }
25
+ }
26
+ };
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
  };
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/circle-packing.ts"],"names":[],"mappings":";;;AAEa,QAAA,aAAa,GAA8B;IACtD,aAAa,EAAE,CAAC;IAChB,aAAa,EAAE;QACb,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,MAAM,EAAE,SAAS;YACjB,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;SACpD;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;CACF,CAAC","file":"circle-packing.js","sourcesContent":["import type { ICirclePackingSeriesTheme } from '../../../../series/circle-packing/interface';\n\nexport const circlePacking: ICirclePackingSeriesTheme = {\n layoutPadding: 5,\n circlePacking: {\n visible: true,\n style: {\n cursor: 'pointer',\n stroke: { type: 'palette', key: 'backgroundColor' }\n }\n },\n label: {\n visible: true,\n style: {\n cursor: 'pointer',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/circular-progress.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAiC;IAC5D,WAAW,EAAE,GAAG;IAChB,WAAW,EAAE,GAAG;IAChB,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,WAAW,EAAE,GAAG;SACjB;KACF;CACF,CAAC","file":"circular-progress.js","sourcesContent":["import type { ICircularProgressSeriesTheme } from '../../../../series/progress/circular/interface';\n\nexport const circularProgress: ICircularProgressSeriesTheme = {\n outerRadius: 0.8,\n innerRadius: 0.6,\n progress: {\n style: {\n fillOpacity: 1\n }\n },\n track: {\n style: {\n fillOpacity: 0.2\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/dot.ts"],"names":[],"mappings":";;;AAEa,QAAA,GAAG,GAAoB;IAClC,GAAG,EAAE;QACH,KAAK,EAAE;YACL,IAAI,EAAE,EAAE;YACR,WAAW,EAAE,CAAC;SACf;KACF;IACD,MAAM,EAAE;QACN,KAAK,EAAE;YACL,IAAI,EAAE,EAAE;SACT;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,SAAS,EAAE,MAAM;YACjB,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,EAAE;SACb;KACF;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,SAAS,EAAE,MAAM;YACjB,YAAY,EAAE,KAAK;YACnB,QAAQ,EAAE,EAAE;SACb;KACF;CACF,CAAC","file":"dot.js","sourcesContent":["import type { IDotSeriesTheme } from '../../../../series/dot/interface';\n\nexport const dot: IDotSeriesTheme = {\n dot: {\n style: {\n size: 10,\n fillOpacity: 1\n }\n },\n symbol: {\n style: {\n size: 10\n }\n },\n title: {\n style: {\n textAlign: 'left',\n textBaseline: 'middle',\n fontSize: 10\n }\n },\n subTitle: {\n style: {\n textAlign: 'left',\n textBaseline: 'top',\n fontSize: 10\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/funnel.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AAEpC,QAAA,MAAM,GAAuB;IACxC,SAAS,EAAE;QACT,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;SAChB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ;YACR,IAAI,EAAE,OAAO;YACb,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,CAAC;SACb;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,QAAQ;YACR,IAAI,EAAE,SAAS;SAChB;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;aACpD;SACF;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE;YACL,QAAQ;YACR,IAAI,EAAE,SAAS;YACf,YAAY,EAAE,QAAQ;SACvB;KACF;CACF,CAAC","file":"funnel.js","sourcesContent":["import type { IFunnelSeriesTheme } from '../../../../series/funnel/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const funnel: IFunnelSeriesTheme = {\n transform: {\n style: {\n fill: '#f5f5f5'\n }\n },\n label: {\n style: {\n fontSize,\n fill: 'white',\n textBaseline: 'middle',\n lineWidth: 2\n }\n },\n outerLabel: {\n style: {\n fontSize,\n fill: '#707070'\n },\n line: {\n style: {\n stroke: { type: 'palette', key: 'axisDomainColor' }\n }\n }\n },\n transformLabel: {\n style: {\n fontSize,\n fill: '#707070',\n textBaseline: 'middle'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/funnel3d.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AAEpC,QAAA,QAAQ,GAAyB;IAC5C,WAAW,EAAE;QACX,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;SAChB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ;YACR,IAAI,EAAE,OAAO;YACb,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,CAAC;SACb;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,QAAQ;YACR,IAAI,EAAE,SAAS;SAChB;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;aACpD;SACF;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE;YACL,QAAQ;YACR,IAAI,EAAE,SAAS;YACf,YAAY,EAAE,QAAQ;SACvB;KACF;CACF,CAAC","file":"funnel3d.js","sourcesContent":["import type { IFunnel3dSeriesTheme } from '../../../../series/funnel/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const funnel3d: IFunnel3dSeriesTheme = {\n transform3d: {\n style: {\n fill: '#f5f5f5'\n }\n },\n label: {\n style: {\n fontSize,\n fill: 'white',\n textBaseline: 'middle',\n lineWidth: 2\n }\n },\n outerLabel: {\n style: {\n fontSize,\n fill: '#707070'\n },\n line: {\n style: {\n stroke: { type: 'palette', key: 'axisDomainColor' }\n }\n }\n },\n transformLabel: {\n style: {\n fontSize,\n fill: '#707070',\n textBaseline: 'middle'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/gauge-pointer.ts"],"names":[],"mappings":";;;AAEA,MAAM,WAAW,GAEf,kYAAkY,CAAC;AACrY,MAAM,UAAU,GAEd,yHAAyH,CAAC;AAE/G,QAAA,YAAY,GAA6B;IACpD,OAAO,EAAE;QACP,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,GAAG;QACX,KAAK,EAAE;YACL,IAAI,EAAE,WAAW;SAClB;KACF;IACD,GAAG,EAAE;QACH,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,KAAK;QACb,KAAK,EAAE;YACL,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,MAAM;SACb;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,IAAI;QACZ,KAAK,EAAE;YACL,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,MAAM;SACb;KACF;CACF,CAAC","file":"gauge-pointer.js","sourcesContent":["import type { IGaugePointerSeriesTheme } from '../../../../series/gauge';\n\nconst pointerPath =\n // eslint-disable-next-line max-len\n 'M-0.020059 -0.978425 C-0.018029 -0.9888053 -0.013378 -1 0 -1 C0.01342 -1 0.01812 -0.989146 0.0201 -0.978425 C0.02161 -0.9702819 0.0692 -0.459505 0.09486 -0.184807 C0.10298 -0.097849 0.1089 -0.034548 0.11047 -0.018339 C0.11698 0.04908 0.07373 0.11111 0.00002 0.11111 C-0.07369 0.11111 -0.117184 0.04991 -0.110423 -0.018339 C-0.103662 -0.086591 -0.022089 -0.9680447 -0.020059 -0.978425Z';\nconst circlePath =\n // eslint-disable-next-line max-len\n 'M1 0 C1 0.55228 0.55228 1 0 1 C-0.552285 1 -1 0.55228 -1 0 C-1 -0.552285 -0.552285 -1 0 -1 C0.55228 -1 1 -0.552285 1 0Z';\n\nexport const gaugePointer: IGaugePointerSeriesTheme = {\n pointer: {\n type: 'path',\n width: 0.4,\n height: 0.4,\n style: {\n path: pointerPath\n }\n },\n pin: {\n width: 0.025,\n height: 0.025,\n style: {\n path: circlePath,\n fill: '#888'\n }\n },\n pinBackground: {\n width: 0.06,\n height: 0.06,\n style: {\n path: circlePath,\n fill: '#ddd'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/gauge.ts"],"names":[],"mappings":";;;AAEa,QAAA,KAAK,GAAsB;IACtC,WAAW,EAAE,GAAG;IAChB,WAAW,EAAE,GAAG;IAChB,QAAQ,EAAE,IAAI;IACd,OAAO,EAAE;QACP,KAAK,EAAE;YACL,WAAW,EAAE,CAAC;SACf;KACF;CACF,CAAC","file":"gauge.js","sourcesContent":["import type { IGaugeSeriesTheme } from '../../../../series/gauge';\n\nexport const gauge: IGaugeSeriesTheme = {\n outerRadius: 0.8,\n innerRadius: 0.6,\n padAngle: 0.02,\n segment: {\n style: {\n fillOpacity: 1\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/heatmap.ts"],"names":[],"mappings":";;;AAEa,QAAA,OAAO,GAAwB;IAC1C,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,CAAC;SACf;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE,KAAK;KACf;CACF,CAAC","file":"heatmap.js","sourcesContent":["import type { IHeatmapSeriesTheme } from '../../../../series/heatmap/interface';\n\nexport const heatmap: IHeatmapSeriesTheme = {\n cell: {\n style: {\n shape: 'square',\n fillOpacity: 1\n }\n },\n cellBackground: {\n visible: false\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/index.ts"],"names":[],"mappings":";;;AACA,iCAA8B;AAC9B,+BAA4B;AAC5B,mCAAgC;AAChC,2DAAuD;AACvD,+BAA4B;AAC5B,qCAAkC;AAClC,yCAAsC;AACtC,mCAAgC;AAChC,mDAA+C;AAC/C,iCAA8B;AAC9B,uDAAmD;AACnD,iCAA8B;AAC9B,+BAA4B;AAC5B,+BAA4B;AAC5B,mCAAgC;AAChC,mCAAgC;AAChC,uCAAoC;AACpC,2CAAwC;AACxC,6CAAyC;AACzC,iDAA6C;AAC7C,uCAAoC;AACpC,yCAAsC;AACtC,+CAA4C;AAC5C,qDAAiD;AACjD,uCAAoC;AACpC,qCAAkC;AAClC,iCAA8B;AAC9B,yCAAqC;AAExB,QAAA,MAAM,GAAiB;IAClC,OAAO,EAAP,iBAAO;IACP,IAAI,EAAJ,WAAI;IACJ,IAAI,EAAJ,WAAI;IACJ,GAAG,EAAH,SAAG;IACH,KAAK,EAAL,aAAK;IACL,GAAG,EAAH,SAAG;IACH,KAAK,EAAL,aAAK;IACL,GAAG,EAAH,SAAG;IACH,KAAK,EAAL,aAAK;IACL,GAAG,EAAH,SAAG;IACH,IAAI,EAAJ,WAAI;IACJ,SAAS,EAAT,sBAAS;IACT,WAAW,EAAX,0BAAW;IACX,MAAM,EAAN,eAAM;IACN,QAAQ,EAAR,mBAAQ;IACR,cAAc,EAAd,gCAAc;IACd,gBAAgB,EAAhB,oCAAgB;IAChB,SAAS,EAAT,qBAAS;IACT,KAAK,EAAL,aAAK;IACL,YAAY,EAAZ,4BAAY;IACZ,OAAO,EAAP,iBAAO;IACP,QAAQ,EAAR,mBAAQ;IACR,WAAW,EAAX,yBAAW;IACX,aAAa,EAAb,8BAAa;IACb,OAAO,EAAP,iBAAO;IACP,MAAM,EAAN,eAAM;IACN,IAAI,EAAJ,WAAI;IACJ,OAAO,EAAP,kBAAO;CACR,CAAC","file":"index.js","sourcesContent":["import type { ISeriesTheme } from '../../../../series/interface';\nimport { area } from './area';\nimport { bar } from './bar';\nimport { bar3d } from './bar3d';\nimport { circularProgress } from './circular-progress';\nimport { dot } from './dot';\nimport { funnel } from './funnel';\nimport { funnel3d } from './funnel3d';\nimport { gauge } from './gauge';\nimport { gaugePointer } from './gauge-pointer';\nimport { line } from './line';\nimport { linearProgress } from './linear-progress';\nimport { link } from './link';\nimport { map } from './map';\nimport { pie } from './pie';\nimport { pie3d } from './pie3d';\nimport { radar } from './radar';\nimport { scatter } from './scatter';\nimport { waterfall } from './waterfall';\nimport { wordCloud } from './word-cloud';\nimport { wordCloud3d } from './word-cloud3d';\nimport { treemap } from './treemap';\nimport { sunburst } from './sunburst';\nimport { rangeColumn } from './rangeColumn';\nimport { circlePacking } from './circle-packing';\nimport { heatmap } from './heatmap';\nimport { sankey } from './sankey';\nimport { rose } from './rose';\nimport { boxPlot } from './box-plot';\n\nexport const series: ISeriesTheme = {\n scatter,\n line,\n area,\n bar,\n bar3d,\n pie,\n pie3d,\n map,\n radar,\n dot,\n link,\n wordCloud,\n wordCloud3d,\n funnel,\n funnel3d,\n linearProgress,\n circularProgress,\n waterfall,\n gauge,\n gaugePointer,\n treemap,\n sunburst,\n rangeColumn,\n circlePacking,\n heatmap,\n sankey,\n rose,\n boxPlot\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/line.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,IAAI,GAAqB;IACpC,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE,KAAK;QACf,MAAM,EAAE,CAAC;QACT,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,UAAU,EAAE,QAAQ;SACrB;KACF;CACF,CAAC","file":"line.js","sourcesContent":["import type { ILineSeriesTheme } from '../../../../series/line/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const line: ILineSeriesTheme = {\n label: {\n visible: false,\n position: 'top',\n offset: 5,\n style: {\n lineWidth: 2,\n stroke: 'white',\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/linear-progress.ts"],"names":[],"mappings":";;;AAEa,QAAA,cAAc,GAA+B;IACxD,SAAS,EAAE,EAAE;IACb,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,CAAC;SACf;KACF;CACF,CAAC","file":"linear-progress.js","sourcesContent":["import type { ILinearProgressSeriesTheme } from '../../../../series/progress/linear/interface';\n\nexport const linearProgress: ILinearProgressSeriesTheme = {\n bandWidth: 30,\n progress: {\n style: {\n fillOpacity: 1\n }\n },\n track: {\n style: {\n fill: '#E7EBED',\n fillOpacity: 1\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/link.ts"],"names":[],"mappings":";;;AAEa,QAAA,IAAI,GAAqB;IACpC,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,EAAE;SACT;KACF;CACF,CAAC","file":"link.js","sourcesContent":["import type { ILinkSeriesTheme } from '../../../../series/link/interface';\n\nexport const link: ILinkSeriesTheme = {\n arrow: {\n style: {\n size: 10\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/map.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,GAAG,GAAoB;IAClC,gBAAgB,EAAE,SAAS;IAC3B,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,SAAS,EAAE,GAAG;YACd,aAAa,EAAE,CAAC;YAChB,MAAM,EAAE,OAAO;YACf,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,WAAW,EAAE,KAAK;QAClB,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,mBAAmB;YAC7C,YAAY,EAAE,QAAQ;YACtB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;YAChD,MAAM,EAAE,OAAO;SAChB;KACF;CACF,CAAC","file":"map.js","sourcesContent":["import type { IMapSeriesTheme } from '../../../../series/map/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const map: IMapSeriesTheme = {\n defaultFillColor: '#f3f3f3',\n area: {\n style: {\n lineWidth: 0.5,\n strokeOpacity: 1,\n stroke: 'black',\n fillOpacity: 1\n }\n },\n label: {\n interactive: false,\n style: {\n fontSize: THEME_CONSTANTS.MAP_LABEL_FONT_SIZE,\n textBaseline: 'middle',\n fill: { type: 'palette', key: 'labelFontColor' },\n stroke: 'white'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/pie.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,GAAG,GAAoB;IAClC,WAAW,EAAE,GAAG;IAChB,GAAG,EAAE;QACH,KAAK,EAAE;YACL,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE,SAAS;QACnB,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;SACf;KACF;CACF,CAAC","file":"pie.js","sourcesContent":["import type { IPieSeriesTheme } from '../../../../series/pie/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const pie: IPieSeriesTheme = {\n outerRadius: 0.6,\n pie: {\n style: {\n fillOpacity: 1\n }\n },\n label: {\n visible: false,\n position: 'outside',\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fillOpacity: 1\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/pie3d.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,KAAK,GAAsB;IACtC,WAAW,EAAE,GAAG;IAChB,KAAK,EAAE;QACL,KAAK,EAAE;YACL,MAAM,EAAE,EAAE;YACV,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE,SAAS;QACnB,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;KACF;CACF,CAAC","file":"pie3d.js","sourcesContent":["import type { IPie3dSeriesTheme } from '../../../../series/pie/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const pie3d: IPie3dSeriesTheme = {\n outerRadius: 0.6,\n pie3d: {\n style: {\n height: 10,\n fillOpacity: 1\n }\n },\n label: {\n visible: false,\n position: 'outside',\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/radar.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,KAAK,GAAsB;IACtC,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,CAAC;QACT,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,UAAU,EAAE,QAAQ;SACrB;KACF;CACF,CAAC","file":"radar.js","sourcesContent":["import type { IRadarSeriesTheme } from '../../../../series/radar/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const radar: IRadarSeriesTheme = {\n label: {\n visible: false,\n offset: 5,\n style: {\n lineWidth: 2,\n stroke: 'white',\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n }\n },\n point: {\n style: {\n symbolType: 'circle'\n }\n }\n};\n"]}
@@ -12,7 +12,10 @@ exports.rangeColumn = {
12
12
  offset: 5,
13
13
  position: "inside",
14
14
  style: {
15
- fill: "#ffffff",
15
+ fill: {
16
+ type: "palette",
17
+ key: "labelReverseFontColor"
18
+ },
16
19
  fontSize: constants_1.THEME_CONSTANTS.LABEL_FONT_SIZE
17
20
  },
18
21
  minLabel: {
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/rangeColumn.ts"],"names":[],"mappings":";;;AAAA,yEAA6G;AAC7G,4CAA+C;AAElC,QAAA,WAAW,GAA4B;IAClD,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,QAAQ;QAClB,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,uBAAuB,EAAE;YACvD,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;QACD,QAAQ,EAAE;YACR,QAAQ,EAAE,8BAAkB,CAAC,GAAG;SACjC;QACD,QAAQ,EAAE;YACR,QAAQ,EAAE,8BAAkB,CAAC,KAAK;SACnC;KACF;CACF,CAAC","file":"rangeColumn.js","sourcesContent":["import { minMaxPositionEnum, type IRangeColumnSeriesTheme } from '../../../../series/range-column/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const rangeColumn: IRangeColumnSeriesTheme = {\n label: {\n visible: false,\n offset: 5,\n position: 'inside',\n style: {\n fill: { type: 'palette', key: 'labelReverseFontColor' },\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n },\n minLabel: {\n position: minMaxPositionEnum.end\n },\n maxLabel: {\n position: minMaxPositionEnum.start\n }\n }\n};\n"]}
@@ -10,7 +10,6 @@ Object.defineProperty(exports, "__esModule", {
10
10
  },
11
11
  label: {
12
12
  style: {
13
- fill: "white",
14
13
  textAlign: "center",
15
14
  textBaseline: "middle",
16
15
  fontSize: 12
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/rose.ts"],"names":[],"mappings":";;;AAEa,QAAA,IAAI,GAAqB;IACpC,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YAEL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,EAAE;SACb;KACF;CACF,CAAC","file":"rose.js","sourcesContent":["import type { IRoseSeriesTheme } from '../../../../series/rose/interface';\n\nexport const rose: IRoseSeriesTheme = {\n rose: {\n style: {\n fillOpacity: 1\n }\n },\n label: {\n style: {\n // fill: 'white',\n textAlign: 'center',\n textBaseline: 'middle',\n fontSize: 12\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/sankey.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAuB;IACxC,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,WAAW,EAAE,IAAI;YACjB,KAAK,EAAE,IAAI;SACZ;KACF;CACF,CAAC","file":"sankey.js","sourcesContent":["import type { ISankeySeriesTheme } from '../../../../series/sankey/interface';\n\nexport const sankey: ISankeySeriesTheme = {\n link: {\n style: {\n lineWidth: 0,\n fillOpacity: 0.15,\n round: true\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/scatter.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,OAAO,GAAwB;IAC1C,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,CAAC;YACP,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,CAAC;YACZ,WAAW,EAAE,GAAG;SACjB;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,KAAK;QACf,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,OAAO;YACf,QAAQ,EAAE,2BAAe,CAAC,eAAe;SAC1C;KACF;CACF,CAAC","file":"scatter.js","sourcesContent":["import type { IScatterSeriesTheme } from '../../../../series/scatter/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const scatter: IScatterSeriesTheme = {\n point: {\n style: {\n size: 8,\n symbolType: 'circle',\n lineWidth: 0,\n fillOpacity: 0.8\n }\n },\n label: {\n visible: false,\n offset: 5,\n position: 'top',\n style: {\n lineWidth: 2,\n stroke: 'white',\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n }\n }\n};\n"]}
@@ -19,7 +19,10 @@ exports.sunburst = {
19
19
  },
20
20
  sunburst: {
21
21
  style: {
22
- stroke: "#ffffff",
22
+ stroke: {
23
+ type: "palette",
24
+ key: "backgroundColor"
25
+ },
23
26
  fillOpacity: 1,
24
27
  cursor: "pointer"
25
28
  }
@@ -28,7 +31,10 @@ exports.sunburst = {
28
31
  visible: !0,
29
32
  style: {
30
33
  cursor: "pointer",
31
- fill: "#000000"
34
+ fill: {
35
+ type: "palette",
36
+ key: "primaryFontColor"
37
+ }
32
38
  }
33
39
  }
34
40
  };
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/sunburst.ts"],"names":[],"mappings":";;;AAAA,mDAA0E;AAG7D,QAAA,QAAQ,GAAyB;IAC5C,WAAW,EAAE,CAAC;IACd,WAAW,EAAE,CAAC;IACd,UAAU,EAAE,4BAAiB;IAC7B,QAAQ,EAAE,0BAAe;IACzB,GAAG,EAAE,CAAC;IACN,WAAW,EAAE;QACX,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,CAAC;QACT,MAAM,EAAE,QAAQ;KACjB;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACnD,WAAW,EAAE,CAAC;YACd,MAAM,EAAE,SAAS;SAClB;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;SACnD;KACF;CACF,CAAC","file":"sunburst.js","sourcesContent":["import { POLAR_END_ANGLE, POLAR_START_ANGLE } from '../../../../constant';\nimport type { ISunburstSeriesTheme } from '../../../../series/sunburst/interface';\n\nexport const sunburst: ISunburstSeriesTheme = {\n innerRadius: 0,\n outerRadius: 1,\n startAngle: POLAR_START_ANGLE,\n endAngle: POLAR_END_ANGLE,\n gap: 0,\n labelLayout: {\n align: 'center',\n offset: 0,\n rotate: 'radial'\n },\n sunburst: {\n style: {\n stroke: { type: 'palette', key: 'backgroundColor' },\n fillOpacity: 1,\n cursor: 'pointer'\n }\n },\n label: {\n visible: true,\n style: {\n cursor: 'pointer',\n fill: { type: 'palette', key: 'primaryFontColor' }\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/treemap.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AAEpC,QAAA,OAAO,GAAwB;IAC1C,QAAQ,EAAE,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,CAAC;IAChB,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,WAAW,EAAE,GAAG;SACjB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,OAAO;YACb,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;SACpB;KACF;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,QAAQ,GAAG,CAAC;QACrB,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,OAAO;YACf,SAAS,EAAE,CAAC;YACZ,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;SACpB;KACF;CACF,CAAC","file":"treemap.js","sourcesContent":["import type { ITreemapSeriesTheme } from '../../../../series/treemap/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const treemap: ITreemapSeriesTheme = {\n gapWidth: 1,\n nodePadding: [5],\n nonLeaf: {\n visible: false,\n style: {\n fillOpacity: 0.5\n }\n },\n label: {\n style: {\n fontSize: fontSize,\n fill: 'white',\n textBaseline: 'middle',\n textAlign: 'center'\n }\n },\n nonLeafLabel: {\n padding: fontSize * 2,\n style: {\n fill: 'black',\n stroke: 'white',\n lineWidth: 2,\n fontSize: fontSize,\n textBaseline: 'middle',\n textAlign: 'center'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/waterfall.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAE/C,MAAM,QAAQ,GAAG,2BAAe,CAAC,eAAe,CAAC;AAEpC,QAAA,SAAS,GAA0B;IAC9C,eAAe,EAAE;QACf,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,UAAU;KACrB;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,MAAM,EAAE,OAAO;YACf,SAAS,EAAE,CAAC;YACZ,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;SACjB;KACF;IACD,UAAU,EAAE;QACV,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,QAAQ;SACT;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,QAAQ;QAClB,KAAK,EAAE;YACL,QAAQ;SACT;KACF;CACF,CAAC","file":"waterfall.js","sourcesContent":["import type { IWaterfallSeriesTheme } from '../../../../series/waterfall/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const waterfall: IWaterfallSeriesTheme = {\n seriesFieldName: {\n total: 'total',\n increase: 'increase',\n decrease: 'decrease'\n },\n leaderLine: {\n style: {\n stroke: 'black',\n lineWidth: 1,\n lineDash: [4, 4]\n }\n },\n stackLabel: {\n offset: 12,\n position: 'withChange',\n style: {\n fill: 'black',\n fontSize\n }\n },\n label: {\n visible: false,\n offset: 12,\n position: 'inside',\n style: {\n fontSize\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/word-cloud.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAA0B;IAC9C,IAAI,EAAE;QACJ,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,YAAY;SAC3B;KACF;CACF,CAAC","file":"word-cloud.js","sourcesContent":["import type { IWordCloudSeriesTheme } from '../../../../series/word-cloud/interface';\n\nexport const wordCloud: IWordCloudSeriesTheme = {\n word: {\n padding: 1,\n style: {\n textAlign: 'center',\n textBaseline: 'alphabetic'\n }\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common/series/word-cloud3d.ts"],"names":[],"mappings":";;;AAEa,QAAA,WAAW,GAA4B;IAClD,IAAI,EAAE;QACJ,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,YAAY;SAC3B;KACF;CACF,CAAC","file":"word-cloud3d.js","sourcesContent":["import type { IWordCloud3dSeriesTheme } from '../../../../series/word-cloud/interface';\n\nexport const wordCloud3d: IWordCloud3dSeriesTheme = {\n word: {\n padding: 1,\n style: {\n textAlign: 'center',\n textBaseline: 'alphabetic'\n }\n }\n};\n"]}
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  }), exports.DEFAULT_TEXT_FONT_SIZE = exports.DEFAULT_TEXT_FONT_FAMILY = void 0,
6
6
  exports.DEFAULT_TEXT_FONT_FAMILY = "PingFang SC,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif, apple color emoji,segoe ui emoji,segoe ui symbol",
7
7
  exports.DEFAULT_TEXT_FONT_SIZE = 14;
8
- //# sourceMappingURL=config.js.map
8
+ //# sourceMappingURL=constant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAEnC,kJAAkJ,CAAC;AAExI,QAAA,sBAAsB,GAAG,EAAE,CAAC","file":"constant.js","sourcesContent":["export const DEFAULT_TEXT_FONT_FAMILY =\n // eslint-disable-next-line max-len\n 'PingFang SC,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif, apple color emoji,segoe ui emoji,segoe ui symbol';\n\nexport const DEFAULT_TEXT_FONT_SIZE = 14;\n"]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.colorScheme = void 0;
6
+
7
+ const default_1 = require("../../color-scheme/builtin/default");
8
+
9
+ exports.colorScheme = {
10
+ default: {
11
+ dataScheme: default_1.dataScheme,
12
+ palette: {
13
+ backgroundColor: "#202226",
14
+ borderColor: "#404349",
15
+ primaryFontColor: "#fdfdfd",
16
+ secondaryFontColor: "#888c93",
17
+ disableFontColor: "#55595f",
18
+ labelFontColor: "#bbbdc3",
19
+ labelReverseFontColor: "#202226",
20
+ axisGridColor: "#404349",
21
+ axisDomainColor: "#4b4f54",
22
+ axisLabelFontColor: "#bbbdc3",
23
+ dataZoomHandlerStrokeColor: "#4B4F54",
24
+ dataZoomHandlerFillColor: "#202226",
25
+ dataZoomBackgroundColor: "#404349",
26
+ dataZoomChartColor: "#55595F",
27
+ dataZoomSelectedColor: "#4284FF",
28
+ tooltipBackgroundColor: "#404349",
29
+ tooltipShadowColor: "#000000"
30
+ }
31
+ }
32
+ };
33
+ //# sourceMappingURL=color-scheme.js.map