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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1212) hide show
  1. package/build/es5/index.js +3 -3
  2. package/build/index.js +30922 -30376
  3. package/build/index.min.js +2 -2
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/cjs/chart/index.d.ts +2 -2
  6. package/cjs/chart/index.js +3 -3
  7. package/cjs/chart/index.js.map +1 -1
  8. package/cjs/chart/stack.js.map +1 -1
  9. package/cjs/chart/treemap/treemap.d.ts +1 -1
  10. package/cjs/chart/treemap/treemap.js +5 -5
  11. package/cjs/chart/treemap/treemap.js.map +1 -1
  12. package/cjs/compile/mark/compilable-mark.js +9 -10
  13. package/cjs/compile/mark/compilable-mark.js.map +1 -1
  14. package/cjs/compile/mark/interface.d.ts +0 -1
  15. package/cjs/compile/mark/interface.js.map +1 -1
  16. package/cjs/compile/mark/util.d.ts +2 -1
  17. package/cjs/compile/mark/util.js +21 -5
  18. package/cjs/compile/mark/util.js.map +1 -1
  19. package/cjs/component/axis/base-axis.d.ts +15 -14
  20. package/cjs/component/axis/base-axis.js.map +1 -1
  21. package/cjs/component/axis/cartesian/axis.d.ts +2 -2
  22. package/cjs/component/axis/cartesian/axis.js +1 -0
  23. package/cjs/component/axis/cartesian/axis.js.map +1 -1
  24. package/cjs/component/axis/cartesian/band-axis.d.ts +3 -3
  25. package/cjs/component/axis/cartesian/band-axis.js +1 -0
  26. package/cjs/component/axis/cartesian/band-axis.js.map +1 -1
  27. package/cjs/component/axis/cartesian/interface/common.d.ts +2 -0
  28. package/cjs/component/axis/cartesian/interface/common.js.map +1 -1
  29. package/cjs/component/axis/cartesian/linear-axis.d.ts +3 -3
  30. package/cjs/component/axis/cartesian/linear-axis.js +2 -1
  31. package/cjs/component/axis/cartesian/linear-axis.js.map +1 -1
  32. package/cjs/component/axis/cartesian/log-axis.d.ts +3 -2
  33. package/cjs/component/axis/cartesian/log-axis.js.map +1 -1
  34. package/cjs/component/axis/cartesian/time-axis.d.ts +3 -2
  35. package/cjs/component/axis/cartesian/time-axis.js.map +1 -1
  36. package/cjs/component/axis/interface.d.ts +6 -1
  37. package/cjs/component/axis/interface.js.map +1 -1
  38. package/cjs/component/axis/polar/axis.d.ts +3 -2
  39. package/cjs/component/axis/polar/axis.js +1 -0
  40. package/cjs/component/axis/polar/axis.js.map +1 -1
  41. package/cjs/component/axis/polar/band-axis.d.ts +4 -2
  42. package/cjs/component/axis/polar/band-axis.js.map +1 -1
  43. package/cjs/component/axis/polar/interface/spec.d.ts +7 -2
  44. package/cjs/component/axis/polar/interface/spec.js.map +1 -1
  45. package/cjs/component/axis/polar/linear-axis.d.ts +2 -3
  46. package/cjs/component/axis/polar/linear-axis.js.map +1 -1
  47. package/cjs/component/base/base-component.d.ts +4 -2
  48. package/cjs/component/base/base-component.js +11 -4
  49. package/cjs/component/base/base-component.js.map +1 -1
  50. package/cjs/component/brush/brush.d.ts +2 -2
  51. package/cjs/component/brush/brush.js +1 -1
  52. package/cjs/component/brush/brush.js.map +1 -1
  53. package/cjs/component/brush/interface.d.ts +1 -0
  54. package/cjs/component/brush/interface.js.map +1 -1
  55. package/cjs/component/crosshair/base.d.ts +2 -2
  56. package/cjs/component/crosshair/base.js +1 -1
  57. package/cjs/component/crosshair/base.js.map +1 -1
  58. package/cjs/component/crosshair/cartesian.d.ts +3 -3
  59. package/cjs/component/crosshair/cartesian.js.map +1 -1
  60. package/cjs/component/crosshair/polar.d.ts +3 -3
  61. package/cjs/component/crosshair/polar.js.map +1 -1
  62. package/cjs/component/custom-mark/custom-mark.d.ts +1 -1
  63. package/cjs/component/custom-mark/custom-mark.js.map +1 -1
  64. package/cjs/component/data-zoom/data-filter-base-component.d.ts +4 -5
  65. package/cjs/component/data-zoom/data-filter-base-component.js +0 -6
  66. package/cjs/component/data-zoom/data-filter-base-component.js.map +1 -1
  67. package/cjs/component/data-zoom/data-zoom/data-zoom.d.ts +5 -4
  68. package/cjs/component/data-zoom/data-zoom/data-zoom.js +1 -1
  69. package/cjs/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  70. package/cjs/component/data-zoom/data-zoom/interface.d.ts +3 -1
  71. package/cjs/component/data-zoom/data-zoom/interface.js.map +1 -1
  72. package/cjs/component/data-zoom/interface.d.ts +4 -1
  73. package/cjs/component/data-zoom/interface.js.map +1 -1
  74. package/cjs/component/data-zoom/scroll-bar/scroll-bar.d.ts +3 -2
  75. package/cjs/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  76. package/cjs/component/geo/geo-coordinate.d.ts +1 -2
  77. package/cjs/component/geo/geo-coordinate.js +16 -0
  78. package/cjs/component/geo/geo-coordinate.js.map +1 -1
  79. package/cjs/component/indicator/indicator.d.ts +2 -2
  80. package/cjs/component/indicator/indicator.js +1 -1
  81. package/cjs/component/indicator/indicator.js.map +1 -1
  82. package/cjs/component/indicator/interface.d.ts +2 -0
  83. package/cjs/component/indicator/interface.js.map +1 -1
  84. package/cjs/component/label/base-label.d.ts +2 -2
  85. package/cjs/component/label/base-label.js.map +1 -1
  86. package/cjs/component/label/interface.d.ts +3 -0
  87. package/cjs/component/label/interface.js.map +1 -1
  88. package/cjs/component/label/label.d.ts +4 -3
  89. package/cjs/component/label/label.js.map +1 -1
  90. package/cjs/component/legend/base-legend.d.ts +2 -2
  91. package/cjs/component/legend/base-legend.js.map +1 -1
  92. package/cjs/component/legend/continuous/legend.d.ts +3 -4
  93. package/cjs/component/legend/continuous/legend.js.map +1 -1
  94. package/cjs/component/legend/discrete/legend.d.ts +1 -2
  95. package/cjs/component/legend/discrete/legend.js.map +1 -1
  96. package/cjs/component/map-label/component.d.ts +1 -2
  97. package/cjs/component/map-label/component.js.map +1 -1
  98. package/cjs/component/marker/base-marker.d.ts +2 -2
  99. package/cjs/component/marker/base-marker.js.map +1 -1
  100. package/cjs/component/marker/mark-area/mark-area.d.ts +1 -2
  101. package/cjs/component/marker/mark-area/mark-area.js.map +1 -1
  102. package/cjs/component/marker/mark-line/mark-line.d.ts +1 -2
  103. package/cjs/component/marker/mark-line/mark-line.js.map +1 -1
  104. package/cjs/component/marker/mark-point/mark-point.d.ts +1 -2
  105. package/cjs/component/marker/mark-point/mark-point.js.map +1 -1
  106. package/cjs/component/player/player.d.ts +1 -2
  107. package/cjs/component/player/player.js.map +1 -1
  108. package/cjs/component/title/title.d.ts +1 -2
  109. package/cjs/component/title/title.js.map +1 -1
  110. package/cjs/component/tooltip/handler/base.js +3 -3
  111. package/cjs/component/tooltip/handler/base.js.map +1 -1
  112. package/cjs/component/tooltip/handler/dom/dom-tooltip-handler.js +1 -1
  113. package/cjs/component/tooltip/handler/dom/dom-tooltip-handler.js.map +1 -1
  114. package/cjs/component/tooltip/handler/utils/attribute.js +1 -1
  115. package/cjs/component/tooltip/handler/utils/attribute.js.map +1 -1
  116. package/cjs/component/tooltip/handler/utils/style.js.map +1 -1
  117. package/cjs/component/tooltip/interface/theme.d.ts +6 -5
  118. package/cjs/component/tooltip/interface/theme.js.map +1 -1
  119. package/cjs/component/tooltip/tooltip.d.ts +3 -2
  120. package/cjs/component/tooltip/tooltip.js +6 -2
  121. package/cjs/component/tooltip/tooltip.js.map +1 -1
  122. package/cjs/core/index.d.ts +1 -1
  123. package/cjs/core/index.js +1 -1
  124. package/cjs/core/index.js.map +1 -1
  125. package/cjs/core/vchart.js +8 -3
  126. package/cjs/core/vchart.js.map +1 -1
  127. package/cjs/data/transforms/data-key.d.ts +2 -2
  128. package/cjs/data/transforms/data-key.js.map +1 -1
  129. package/cjs/data/transforms/dimension-statistics.d.ts +11 -5
  130. package/cjs/data/transforms/dimension-statistics.js +34 -22
  131. package/cjs/data/transforms/dimension-statistics.js.map +1 -1
  132. package/cjs/mark/base/base-mark.js +2 -2
  133. package/cjs/mark/base/base-mark.js.map +1 -1
  134. package/cjs/mark/symbol.js +1 -1
  135. package/cjs/mark/symbol.js.map +1 -1
  136. package/cjs/model/base-model.d.ts +4 -4
  137. package/cjs/model/base-model.js +13 -15
  138. package/cjs/model/base-model.js.map +1 -1
  139. package/cjs/model/interface.d.ts +1 -0
  140. package/cjs/model/interface.js.map +1 -1
  141. package/cjs/model/layout-item.d.ts +3 -3
  142. package/cjs/model/layout-item.js.map +1 -1
  143. package/cjs/model/tooltip-helper.d.ts +0 -2
  144. package/cjs/model/tooltip-helper.js +0 -3
  145. package/cjs/model/tooltip-helper.js.map +1 -1
  146. package/cjs/plugin/components/axis-sync-plugin/axis-sync.js.map +1 -1
  147. package/cjs/region/region.d.ts +2 -3
  148. package/cjs/region/region.js.map +1 -1
  149. package/cjs/series/area/area.d.ts +5 -2
  150. package/cjs/series/area/area.js +15 -14
  151. package/cjs/series/area/area.js.map +1 -1
  152. package/cjs/series/area/constant.d.ts +2 -0
  153. package/cjs/series/area/constant.js +15 -0
  154. package/cjs/series/area/constant.js.map +1 -0
  155. package/cjs/series/area/interface.d.ts +2 -0
  156. package/cjs/series/area/interface.js.map +1 -1
  157. package/cjs/series/bar/bar-3d.d.ts +3 -1
  158. package/cjs/series/bar/bar-3d.js +2 -7
  159. package/cjs/series/bar/bar-3d.js.map +1 -1
  160. package/cjs/series/bar/bar.js +3 -8
  161. package/cjs/series/bar/bar.js.map +1 -1
  162. package/cjs/series/bar/constant.d.ts +3 -0
  163. package/cjs/series/bar/constant.js +20 -0
  164. package/cjs/series/bar/constant.js.map +1 -0
  165. package/cjs/series/bar/interface.d.ts +3 -2
  166. package/cjs/series/bar/interface.js.map +1 -1
  167. package/cjs/series/base/base-series.d.ts +4 -6
  168. package/cjs/series/base/base-series.js +49 -26
  169. package/cjs/series/base/base-series.js.map +1 -1
  170. package/cjs/series/base/constant.d.ts +2 -0
  171. package/cjs/series/base/constant.js +15 -0
  172. package/cjs/series/base/constant.js.map +1 -0
  173. package/cjs/series/base/tooltip-helper.d.ts +0 -1
  174. package/cjs/series/base/tooltip-helper.js +4 -5
  175. package/cjs/series/base/tooltip-helper.js.map +1 -1
  176. package/cjs/series/box-plot/box-plot.d.ts +1 -2
  177. package/cjs/series/box-plot/box-plot.js +6 -15
  178. package/cjs/series/box-plot/box-plot.js.map +1 -1
  179. package/cjs/series/box-plot/constant.d.ts +2 -0
  180. package/cjs/series/box-plot/constant.js +19 -0
  181. package/cjs/series/box-plot/constant.js.map +1 -0
  182. package/cjs/series/cartesian/cartesian.d.ts +6 -3
  183. package/cjs/series/cartesian/cartesian.js +25 -25
  184. package/cjs/series/cartesian/cartesian.js.map +1 -1
  185. package/cjs/series/cartesian/interface.d.ts +2 -2
  186. package/cjs/series/cartesian/interface.js.map +1 -1
  187. package/cjs/series/circle-packing/circle-packing.d.ts +1 -2
  188. package/cjs/series/circle-packing/circle-packing.js +6 -11
  189. package/cjs/series/circle-packing/circle-packing.js.map +1 -1
  190. package/cjs/series/circle-packing/constant.d.ts +2 -0
  191. package/cjs/series/circle-packing/constant.js +15 -0
  192. package/cjs/series/circle-packing/constant.js.map +1 -0
  193. package/cjs/series/dot/constant.d.ts +2 -0
  194. package/cjs/series/dot/constant.js +39 -0
  195. package/cjs/series/dot/constant.js.map +1 -0
  196. package/cjs/series/dot/dot.d.ts +1 -1
  197. package/cjs/series/dot/dot.js +2 -31
  198. package/cjs/series/dot/dot.js.map +1 -1
  199. package/cjs/series/funnel/constant.d.ts +3 -0
  200. package/cjs/series/funnel/constant.js +52 -0
  201. package/cjs/series/funnel/constant.js.map +1 -0
  202. package/cjs/series/funnel/funnel-3d.d.ts +3 -2
  203. package/cjs/series/funnel/funnel-3d.js +2 -23
  204. package/cjs/series/funnel/funnel-3d.js.map +1 -1
  205. package/cjs/series/funnel/funnel.d.ts +1 -1
  206. package/cjs/series/funnel/funnel.js +2 -23
  207. package/cjs/series/funnel/funnel.js.map +1 -1
  208. package/cjs/series/gauge/constant.d.ts +3 -0
  209. package/cjs/series/gauge/constant.js +32 -0
  210. package/cjs/series/gauge/constant.js.map +1 -0
  211. package/cjs/series/gauge/gauge-pointer.d.ts +2 -2
  212. package/cjs/series/gauge/gauge-pointer.js +5 -15
  213. package/cjs/series/gauge/gauge-pointer.js.map +1 -1
  214. package/cjs/series/gauge/gauge.d.ts +2 -1
  215. package/cjs/series/gauge/gauge.js +8 -14
  216. package/cjs/series/gauge/gauge.js.map +1 -1
  217. package/cjs/series/heatmap/constant.d.ts +2 -0
  218. package/cjs/series/heatmap/constant.js +19 -0
  219. package/cjs/series/heatmap/constant.js.map +1 -0
  220. package/cjs/series/heatmap/heatmap.d.ts +1 -1
  221. package/cjs/series/heatmap/heatmap.js +5 -14
  222. package/cjs/series/heatmap/heatmap.js.map +1 -1
  223. package/cjs/series/index.d.ts +2 -2
  224. package/cjs/series/index.js +3 -3
  225. package/cjs/series/index.js.map +1 -1
  226. package/cjs/series/interface/theme.d.ts +3 -2
  227. package/cjs/series/interface/theme.js +34 -1
  228. package/cjs/series/interface/theme.js.map +1 -1
  229. package/cjs/series/line/constant.d.ts +2 -0
  230. package/cjs/series/line/constant.js +10 -0
  231. package/cjs/series/line/constant.js.map +1 -0
  232. package/cjs/series/line/interface.d.ts +4 -0
  233. package/cjs/series/line/interface.js.map +1 -1
  234. package/cjs/series/line/line.d.ts +3 -2
  235. package/cjs/series/line/line.js +5 -3
  236. package/cjs/series/line/line.js.map +1 -1
  237. package/cjs/series/link/constant.d.ts +2 -0
  238. package/cjs/series/link/constant.js +23 -0
  239. package/cjs/series/link/constant.js.map +1 -0
  240. package/cjs/series/link/link.d.ts +1 -1
  241. package/cjs/series/link/link.js +3 -16
  242. package/cjs/series/link/link.js.map +1 -1
  243. package/cjs/series/map/constant.d.ts +2 -0
  244. package/cjs/series/map/constant.js +15 -0
  245. package/cjs/series/map/constant.js.map +1 -0
  246. package/cjs/series/map/map.d.ts +1 -1
  247. package/cjs/series/map/map.js +2 -7
  248. package/cjs/series/map/map.js.map +1 -1
  249. package/cjs/series/mixin/line-mixin.d.ts +3 -2
  250. package/cjs/series/mixin/line-mixin.js +33 -16
  251. package/cjs/series/mixin/line-mixin.js.map +1 -1
  252. package/cjs/series/pie/constant.d.ts +3 -0
  253. package/cjs/series/pie/constant.js +28 -0
  254. package/cjs/series/pie/constant.js.map +1 -0
  255. package/cjs/series/pie/pie-3d.d.ts +1 -1
  256. package/cjs/series/pie/pie-3d.js +2 -11
  257. package/cjs/series/pie/pie-3d.js.map +1 -1
  258. package/cjs/series/pie/pie.d.ts +1 -1
  259. package/cjs/series/pie/pie.js +3 -12
  260. package/cjs/series/pie/pie.js.map +1 -1
  261. package/cjs/series/progress/circular/circular.d.ts +1 -1
  262. package/cjs/series/progress/circular/circular.js +6 -15
  263. package/cjs/series/progress/circular/circular.js.map +1 -1
  264. package/cjs/series/progress/circular/constant.d.ts +2 -0
  265. package/cjs/series/progress/circular/constant.js +19 -0
  266. package/cjs/series/progress/circular/constant.js.map +1 -0
  267. package/cjs/series/progress/linear/constant.d.ts +2 -0
  268. package/cjs/series/progress/linear/constant.js +23 -0
  269. package/cjs/series/progress/linear/constant.js.map +1 -0
  270. package/cjs/series/progress/linear/linear.d.ts +1 -1
  271. package/cjs/series/progress/linear/linear.js +2 -15
  272. package/cjs/series/progress/linear/linear.js.map +1 -1
  273. package/cjs/series/radar/constant.d.ts +2 -0
  274. package/cjs/series/radar/constant.js +15 -0
  275. package/cjs/series/radar/constant.js.map +1 -0
  276. package/cjs/series/radar/radar.d.ts +3 -2
  277. package/cjs/series/radar/radar.js +8 -10
  278. package/cjs/series/radar/radar.js.map +1 -1
  279. package/cjs/series/range-area/constant.d.ts +2 -0
  280. package/cjs/series/range-area/constant.js +10 -0
  281. package/cjs/series/range-area/constant.js.map +1 -0
  282. package/cjs/series/range-area/range-area.d.ts +4 -1
  283. package/cjs/series/range-area/range-area.js +5 -2
  284. package/cjs/series/range-area/range-area.js.map +1 -1
  285. package/cjs/series/range-column/constant.d.ts +3 -0
  286. package/cjs/series/range-column/constant.js +28 -0
  287. package/cjs/series/range-column/constant.js.map +1 -0
  288. package/cjs/series/range-column/range-column-3d.d.ts +5 -1
  289. package/cjs/series/range-column/range-column-3d.js +3 -2
  290. package/cjs/series/range-column/range-column-3d.js.map +1 -1
  291. package/cjs/series/range-column/range-column.d.ts +2 -2
  292. package/cjs/series/range-column/range-column.js +3 -12
  293. package/cjs/series/range-column/range-column.js.map +1 -1
  294. package/cjs/series/rose/constant.d.ts +2 -0
  295. package/cjs/series/rose/constant.js +15 -0
  296. package/cjs/series/rose/constant.js.map +1 -0
  297. package/cjs/series/rose/rose.d.ts +2 -1
  298. package/cjs/series/rose/rose.js +8 -10
  299. package/cjs/series/rose/rose.js.map +1 -1
  300. package/cjs/series/sankey/constant.d.ts +2 -0
  301. package/cjs/series/sankey/constant.js +19 -0
  302. package/cjs/series/sankey/constant.js.map +1 -0
  303. package/cjs/series/sankey/sankey.d.ts +1 -2
  304. package/cjs/series/sankey/sankey.js +2 -11
  305. package/cjs/series/sankey/sankey.js.map +1 -1
  306. package/cjs/series/scatter/constant.d.ts +2 -0
  307. package/cjs/series/scatter/constant.js +15 -0
  308. package/cjs/series/scatter/constant.js.map +1 -0
  309. package/cjs/series/scatter/interface.d.ts +2 -0
  310. package/cjs/series/scatter/interface.js.map +1 -1
  311. package/cjs/series/scatter/scatter.d.ts +3 -2
  312. package/cjs/series/scatter/scatter.js +20 -17
  313. package/cjs/series/scatter/scatter.js.map +1 -1
  314. package/cjs/series/sunburst/constant.d.ts +2 -0
  315. package/cjs/series/sunburst/constant.js +15 -0
  316. package/cjs/series/sunburst/constant.js.map +1 -0
  317. package/cjs/series/sunburst/sunburst.js +2 -7
  318. package/cjs/series/sunburst/sunburst.js.map +1 -1
  319. package/cjs/series/treemap/constant.d.ts +2 -0
  320. package/cjs/series/treemap/constant.js +23 -0
  321. package/cjs/series/treemap/constant.js.map +1 -0
  322. package/cjs/series/treemap/treemap.d.ts +1 -1
  323. package/cjs/series/treemap/treemap.js +10 -22
  324. package/cjs/series/treemap/treemap.js.map +1 -1
  325. package/cjs/series/waterfall/constant.d.ts +2 -0
  326. package/cjs/series/waterfall/constant.js +19 -0
  327. package/cjs/series/waterfall/constant.js.map +1 -0
  328. package/cjs/series/waterfall/waterfall.d.ts +2 -2
  329. package/cjs/series/waterfall/waterfall.js +2 -11
  330. package/cjs/series/waterfall/waterfall.js.map +1 -1
  331. package/cjs/series/word-cloud/base.js +3 -12
  332. package/cjs/series/word-cloud/base.js.map +1 -1
  333. package/cjs/series/word-cloud/constant.d.ts +2 -0
  334. package/cjs/series/word-cloud/constant.js +19 -0
  335. package/cjs/series/word-cloud/constant.js.map +1 -0
  336. package/cjs/series/word-cloud/word-cloud-3d.d.ts +1 -1
  337. package/cjs/series/word-cloud/word-cloud-3d.js.map +1 -1
  338. package/cjs/series/word-cloud/word-cloud.d.ts +1 -1
  339. package/cjs/series/word-cloud/word-cloud.js.map +1 -1
  340. package/cjs/theme/builtin/common/component/axis/band-axis.d.ts +2 -0
  341. package/cjs/theme/builtin/common/component/axis/band-axis.js.map +1 -0
  342. package/cjs/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -0
  343. package/cjs/theme/builtin/common/component/axis/common-axis.js.map +1 -0
  344. package/cjs/theme/builtin/common/component/axis/linear-axis.js.map +1 -0
  345. package/cjs/theme/builtin/common/component/axis/log-axis.js.map +1 -0
  346. package/cjs/theme/builtin/common/component/axis/polar-axis.js.map +1 -0
  347. package/cjs/theme/builtin/common/component/brush.js.map +1 -0
  348. package/cjs/theme/{buildin-theme/light → builtin/common}/component/crosshair.js +16 -4
  349. package/cjs/theme/builtin/common/component/crosshair.js.map +1 -0
  350. package/cjs/theme/builtin/common/component/data-zoom.js +160 -0
  351. package/cjs/theme/builtin/common/component/data-zoom.js.map +1 -0
  352. package/cjs/theme/builtin/common/component/index.js.map +1 -0
  353. package/cjs/theme/builtin/common/component/indicator.js.map +1 -0
  354. package/cjs/theme/builtin/common/component/legend/color-legend.js.map +1 -0
  355. package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.js +1 -1
  356. package/cjs/theme/builtin/common/component/legend/continuous.js.map +1 -0
  357. package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.js +8 -5
  358. package/cjs/theme/builtin/common/component/legend/discrete-legend.js.map +1 -0
  359. package/cjs/theme/builtin/common/component/legend/size-legend.js.map +1 -0
  360. package/cjs/theme/builtin/common/component/map-label.js.map +1 -0
  361. package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-area.js +8 -2
  362. package/cjs/theme/builtin/common/component/mark-area.js.map +1 -0
  363. package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-line.js +8 -2
  364. package/cjs/theme/builtin/common/component/mark-line.js.map +1 -0
  365. package/cjs/theme/builtin/common/component/mark-point.js.map +1 -0
  366. package/cjs/theme/{buildin-theme/light → builtin/common}/component/player.js +4 -1
  367. package/cjs/theme/builtin/common/component/player.js.map +1 -0
  368. package/cjs/theme/{buildin-theme/light → builtin/common}/component/poptip.js +16 -4
  369. package/cjs/theme/builtin/common/component/poptip.js.map +1 -0
  370. package/cjs/theme/{buildin-theme/light → builtin/common}/component/title.js +2 -2
  371. package/cjs/theme/builtin/common/component/title.js.map +1 -0
  372. package/cjs/theme/{buildin-theme/light → builtin/common}/component/tooltip.js +25 -6
  373. package/cjs/theme/builtin/common/component/tooltip.js.map +1 -0
  374. package/cjs/theme/{buildin-theme/light → builtin/common}/component/total-label.js +4 -1
  375. package/cjs/theme/builtin/common/component/total-label.js.map +1 -0
  376. package/cjs/theme/{buildin-theme/light → builtin/common}/constants.js +3 -3
  377. package/cjs/theme/builtin/common/constants.js.map +1 -0
  378. package/cjs/theme/{buildin-theme/light → builtin/common}/mark.js +12 -3
  379. package/cjs/theme/builtin/common/mark.js.map +1 -0
  380. package/cjs/theme/builtin/common/series/area.js.map +1 -0
  381. package/cjs/theme/builtin/common/series/bar.js.map +1 -0
  382. package/cjs/theme/builtin/common/series/bar3d.js.map +1 -0
  383. package/cjs/theme/builtin/common/series/box-plot.js.map +1 -0
  384. package/cjs/theme/{buildin-theme/light → builtin/common}/series/circle-packing.js +8 -2
  385. package/cjs/theme/builtin/common/series/circle-packing.js.map +1 -0
  386. package/cjs/theme/builtin/common/series/circular-progress.js.map +1 -0
  387. package/cjs/theme/builtin/common/series/dot.js.map +1 -0
  388. package/cjs/theme/builtin/common/series/funnel.js.map +1 -0
  389. package/cjs/theme/builtin/common/series/funnel3d.js.map +1 -0
  390. package/cjs/theme/builtin/common/series/gauge-pointer.js.map +1 -0
  391. package/cjs/theme/builtin/common/series/gauge.js.map +1 -0
  392. package/cjs/theme/builtin/common/series/heatmap.js.map +1 -0
  393. package/cjs/theme/builtin/common/series/index.js.map +1 -0
  394. package/cjs/theme/builtin/common/series/line.js.map +1 -0
  395. package/cjs/theme/builtin/common/series/linear-progress.js.map +1 -0
  396. package/cjs/theme/builtin/common/series/link.js.map +1 -0
  397. package/cjs/theme/builtin/common/series/map.js.map +1 -0
  398. package/cjs/theme/builtin/common/series/pie.js.map +1 -0
  399. package/cjs/theme/builtin/common/series/pie3d.js.map +1 -0
  400. package/cjs/theme/builtin/common/series/radar.js.map +1 -0
  401. package/cjs/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.js +4 -1
  402. package/cjs/theme/builtin/common/series/rangeColumn.js.map +1 -0
  403. package/cjs/theme/builtin/common/series/rose.js.map +1 -0
  404. package/cjs/theme/builtin/common/series/sankey.js.map +1 -0
  405. package/cjs/theme/builtin/common/series/scatter.js.map +1 -0
  406. package/cjs/theme/{buildin-theme/light → builtin/common}/series/sunburst.js +8 -2
  407. package/cjs/theme/builtin/common/series/sunburst.js.map +1 -0
  408. package/cjs/theme/builtin/common/series/treemap.js.map +1 -0
  409. package/cjs/theme/builtin/common/series/waterfall.js.map +1 -0
  410. package/cjs/theme/builtin/common/series/word-cloud.js.map +1 -0
  411. package/cjs/theme/builtin/common/series/word-cloud3d.js.map +1 -0
  412. package/cjs/theme/{buildin-theme/config.js → builtin/constant.js} +1 -1
  413. package/cjs/theme/builtin/constant.js.map +1 -0
  414. package/cjs/theme/builtin/dark/color-scheme.js +33 -0
  415. package/cjs/theme/builtin/dark/color-scheme.js.map +1 -0
  416. package/cjs/theme/builtin/dark/index.d.ts +2 -0
  417. package/cjs/theme/builtin/dark/index.js +13 -0
  418. package/cjs/theme/builtin/dark/index.js.map +1 -0
  419. package/{esm/theme/buildin-theme → cjs/theme/builtin}/index.d.ts +2 -2
  420. package/cjs/theme/{buildin-theme → builtin}/index.js +3 -3
  421. package/cjs/theme/builtin/index.js.map +1 -0
  422. package/cjs/theme/builtin/light/color-scheme.js +33 -0
  423. package/cjs/theme/builtin/light/color-scheme.js.map +1 -0
  424. package/cjs/theme/{buildin-theme → builtin}/light/index.js +5 -1
  425. package/cjs/theme/builtin/light/index.js.map +1 -0
  426. package/cjs/theme/color-scheme/builtin/default.d.ts +2 -0
  427. package/cjs/theme/color-scheme/builtin/default.js +11 -0
  428. package/cjs/theme/color-scheme/builtin/default.js.map +1 -0
  429. package/cjs/theme/color-scheme/util.d.ts +2 -1
  430. package/cjs/theme/color-scheme/util.js +9 -2
  431. package/cjs/theme/color-scheme/util.js.map +1 -1
  432. package/cjs/theme/index.d.ts +1 -1
  433. package/cjs/theme/index.js +1 -1
  434. package/cjs/theme/index.js.map +1 -1
  435. package/cjs/theme/interface.d.ts +2 -2
  436. package/cjs/theme/interface.js.map +1 -1
  437. package/cjs/theme/theme-manager.js +7 -7
  438. package/cjs/theme/theme-manager.js.map +1 -1
  439. package/cjs/typings/spec/common.d.ts +5 -0
  440. package/cjs/typings/spec/common.js.map +1 -1
  441. package/cjs/util/spec.d.ts +7 -0
  442. package/cjs/util/spec.js +55 -6
  443. package/cjs/util/spec.js.map +1 -1
  444. package/cjs/util/text.d.ts +0 -4
  445. package/cjs/util/text.js +6 -14
  446. package/cjs/util/text.js.map +1 -1
  447. package/cjs/vchart-all.js +1 -1
  448. package/cjs/vchart-all.js.map +1 -1
  449. package/esm/chart/index.d.ts +2 -2
  450. package/esm/chart/index.js +2 -2
  451. package/esm/chart/index.js.map +1 -1
  452. package/esm/chart/stack.js.map +1 -1
  453. package/esm/chart/treemap/treemap.d.ts +1 -1
  454. package/esm/chart/treemap/treemap.js +4 -4
  455. package/esm/chart/treemap/treemap.js.map +1 -1
  456. package/esm/compile/mark/compilable-mark.js +9 -11
  457. package/esm/compile/mark/compilable-mark.js.map +1 -1
  458. package/esm/compile/mark/interface.d.ts +0 -1
  459. package/esm/compile/mark/interface.js.map +1 -1
  460. package/esm/compile/mark/util.d.ts +2 -1
  461. package/esm/compile/mark/util.js +19 -3
  462. package/esm/compile/mark/util.js.map +1 -1
  463. package/esm/component/axis/base-axis.d.ts +15 -14
  464. package/esm/component/axis/base-axis.js.map +1 -1
  465. package/esm/component/axis/cartesian/axis.d.ts +2 -2
  466. package/esm/component/axis/cartesian/axis.js +1 -0
  467. package/esm/component/axis/cartesian/axis.js.map +1 -1
  468. package/esm/component/axis/cartesian/band-axis.d.ts +3 -3
  469. package/esm/component/axis/cartesian/band-axis.js +1 -0
  470. package/esm/component/axis/cartesian/band-axis.js.map +1 -1
  471. package/esm/component/axis/cartesian/interface/common.d.ts +2 -0
  472. package/esm/component/axis/cartesian/interface/common.js.map +1 -1
  473. package/esm/component/axis/cartesian/linear-axis.d.ts +3 -3
  474. package/esm/component/axis/cartesian/linear-axis.js +2 -1
  475. package/esm/component/axis/cartesian/linear-axis.js.map +1 -1
  476. package/esm/component/axis/cartesian/log-axis.d.ts +3 -2
  477. package/esm/component/axis/cartesian/log-axis.js.map +1 -1
  478. package/esm/component/axis/cartesian/time-axis.d.ts +3 -2
  479. package/esm/component/axis/cartesian/time-axis.js.map +1 -1
  480. package/esm/component/axis/interface.d.ts +6 -1
  481. package/esm/component/axis/interface.js.map +1 -1
  482. package/esm/component/axis/polar/axis.d.ts +3 -2
  483. package/esm/component/axis/polar/axis.js +1 -0
  484. package/esm/component/axis/polar/axis.js.map +1 -1
  485. package/esm/component/axis/polar/band-axis.d.ts +4 -2
  486. package/esm/component/axis/polar/band-axis.js.map +1 -1
  487. package/esm/component/axis/polar/interface/spec.d.ts +7 -2
  488. package/esm/component/axis/polar/interface/spec.js.map +1 -1
  489. package/esm/component/axis/polar/linear-axis.d.ts +2 -3
  490. package/esm/component/axis/polar/linear-axis.js.map +1 -1
  491. package/esm/component/base/base-component.d.ts +4 -2
  492. package/esm/component/base/base-component.js +11 -1
  493. package/esm/component/base/base-component.js.map +1 -1
  494. package/esm/component/brush/brush.d.ts +2 -2
  495. package/esm/component/brush/brush.js +1 -1
  496. package/esm/component/brush/brush.js.map +1 -1
  497. package/esm/component/brush/interface.d.ts +1 -0
  498. package/esm/component/brush/interface.js.map +1 -1
  499. package/esm/component/crosshair/base.d.ts +2 -2
  500. package/esm/component/crosshair/base.js +1 -1
  501. package/esm/component/crosshair/base.js.map +1 -1
  502. package/esm/component/crosshair/cartesian.d.ts +3 -3
  503. package/esm/component/crosshair/cartesian.js.map +1 -1
  504. package/esm/component/crosshair/polar.d.ts +3 -3
  505. package/esm/component/crosshair/polar.js.map +1 -1
  506. package/esm/component/custom-mark/custom-mark.d.ts +1 -1
  507. package/esm/component/custom-mark/custom-mark.js.map +1 -1
  508. package/esm/component/data-zoom/data-filter-base-component.d.ts +4 -5
  509. package/esm/component/data-zoom/data-filter-base-component.js +0 -6
  510. package/esm/component/data-zoom/data-filter-base-component.js.map +1 -1
  511. package/esm/component/data-zoom/data-zoom/data-zoom.d.ts +5 -4
  512. package/esm/component/data-zoom/data-zoom/data-zoom.js +1 -1
  513. package/esm/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  514. package/esm/component/data-zoom/data-zoom/interface.d.ts +3 -1
  515. package/esm/component/data-zoom/data-zoom/interface.js.map +1 -1
  516. package/esm/component/data-zoom/interface.d.ts +4 -1
  517. package/esm/component/data-zoom/interface.js.map +1 -1
  518. package/esm/component/data-zoom/scroll-bar/scroll-bar.d.ts +3 -2
  519. package/esm/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  520. package/esm/component/geo/geo-coordinate.d.ts +1 -2
  521. package/esm/component/geo/geo-coordinate.js +16 -0
  522. package/esm/component/geo/geo-coordinate.js.map +1 -1
  523. package/esm/component/indicator/indicator.d.ts +2 -2
  524. package/esm/component/indicator/indicator.js +1 -1
  525. package/esm/component/indicator/indicator.js.map +1 -1
  526. package/esm/component/indicator/interface.d.ts +2 -0
  527. package/esm/component/indicator/interface.js.map +1 -1
  528. package/esm/component/label/base-label.d.ts +2 -2
  529. package/esm/component/label/base-label.js.map +1 -1
  530. package/esm/component/label/interface.d.ts +3 -0
  531. package/esm/component/label/interface.js.map +1 -1
  532. package/esm/component/label/label.d.ts +4 -3
  533. package/esm/component/label/label.js.map +1 -1
  534. package/esm/component/legend/base-legend.d.ts +2 -2
  535. package/esm/component/legend/base-legend.js.map +1 -1
  536. package/esm/component/legend/continuous/legend.d.ts +3 -4
  537. package/esm/component/legend/continuous/legend.js.map +1 -1
  538. package/esm/component/legend/discrete/legend.d.ts +1 -2
  539. package/esm/component/legend/discrete/legend.js.map +1 -1
  540. package/esm/component/map-label/component.d.ts +1 -2
  541. package/esm/component/map-label/component.js.map +1 -1
  542. package/esm/component/marker/base-marker.d.ts +2 -2
  543. package/esm/component/marker/base-marker.js.map +1 -1
  544. package/esm/component/marker/mark-area/mark-area.d.ts +1 -2
  545. package/esm/component/marker/mark-area/mark-area.js.map +1 -1
  546. package/esm/component/marker/mark-line/mark-line.d.ts +1 -2
  547. package/esm/component/marker/mark-line/mark-line.js.map +1 -1
  548. package/esm/component/marker/mark-point/mark-point.d.ts +1 -2
  549. package/esm/component/marker/mark-point/mark-point.js.map +1 -1
  550. package/esm/component/player/player.d.ts +1 -2
  551. package/esm/component/player/player.js.map +1 -1
  552. package/esm/component/title/title.d.ts +1 -2
  553. package/esm/component/title/title.js.map +1 -1
  554. package/esm/component/tooltip/handler/base.js +3 -3
  555. package/esm/component/tooltip/handler/base.js.map +1 -1
  556. package/esm/component/tooltip/handler/dom/dom-tooltip-handler.js +1 -1
  557. package/esm/component/tooltip/handler/dom/dom-tooltip-handler.js.map +1 -1
  558. package/esm/component/tooltip/handler/utils/attribute.js +2 -2
  559. package/esm/component/tooltip/handler/utils/attribute.js.map +1 -1
  560. package/esm/component/tooltip/handler/utils/style.js.map +1 -1
  561. package/esm/component/tooltip/interface/theme.d.ts +6 -5
  562. package/esm/component/tooltip/interface/theme.js.map +1 -1
  563. package/esm/component/tooltip/tooltip.d.ts +3 -2
  564. package/esm/component/tooltip/tooltip.js +6 -2
  565. package/esm/component/tooltip/tooltip.js.map +1 -1
  566. package/esm/core/index.d.ts +1 -1
  567. package/esm/core/index.js +1 -1
  568. package/esm/core/index.js.map +1 -1
  569. package/esm/core/vchart.js +8 -3
  570. package/esm/core/vchart.js.map +1 -1
  571. package/esm/data/transforms/data-key.d.ts +2 -2
  572. package/esm/data/transforms/data-key.js.map +1 -1
  573. package/esm/data/transforms/dimension-statistics.d.ts +11 -5
  574. package/esm/data/transforms/dimension-statistics.js +33 -22
  575. package/esm/data/transforms/dimension-statistics.js.map +1 -1
  576. package/esm/mark/base/base-mark.js +2 -2
  577. package/esm/mark/base/base-mark.js.map +1 -1
  578. package/esm/mark/symbol.js +1 -1
  579. package/esm/mark/symbol.js.map +1 -1
  580. package/esm/model/base-model.d.ts +4 -4
  581. package/esm/model/base-model.js +14 -16
  582. package/esm/model/base-model.js.map +1 -1
  583. package/esm/model/interface.d.ts +1 -0
  584. package/esm/model/interface.js.map +1 -1
  585. package/esm/model/layout-item.d.ts +3 -3
  586. package/esm/model/layout-item.js.map +1 -1
  587. package/esm/model/tooltip-helper.d.ts +0 -2
  588. package/esm/model/tooltip-helper.js +0 -3
  589. package/esm/model/tooltip-helper.js.map +1 -1
  590. package/esm/plugin/components/axis-sync-plugin/axis-sync.js.map +1 -1
  591. package/esm/region/region.d.ts +2 -3
  592. package/esm/region/region.js.map +1 -1
  593. package/esm/series/area/area.d.ts +5 -2
  594. package/esm/series/area/area.js +12 -13
  595. package/esm/series/area/area.js.map +1 -1
  596. package/esm/series/area/constant.d.ts +2 -0
  597. package/esm/series/area/constant.js +15 -0
  598. package/esm/series/area/constant.js.map +1 -0
  599. package/esm/series/area/interface.d.ts +2 -0
  600. package/esm/series/area/interface.js.map +1 -1
  601. package/esm/series/bar/bar-3d.d.ts +3 -1
  602. package/esm/series/bar/bar-3d.js +3 -8
  603. package/esm/series/bar/bar-3d.js.map +1 -1
  604. package/esm/series/bar/bar.js +4 -9
  605. package/esm/series/bar/bar.js.map +1 -1
  606. package/esm/series/bar/constant.d.ts +3 -0
  607. package/esm/series/bar/constant.js +20 -0
  608. package/esm/series/bar/constant.js.map +1 -0
  609. package/esm/series/bar/interface.d.ts +3 -2
  610. package/esm/series/bar/interface.js.map +1 -1
  611. package/esm/series/base/base-series.d.ts +4 -6
  612. package/esm/series/base/base-series.js +50 -27
  613. package/esm/series/base/base-series.js.map +1 -1
  614. package/esm/series/base/constant.d.ts +2 -0
  615. package/esm/series/base/constant.js +11 -0
  616. package/esm/series/base/constant.js.map +1 -0
  617. package/esm/series/base/tooltip-helper.d.ts +0 -1
  618. package/esm/series/base/tooltip-helper.js +4 -5
  619. package/esm/series/base/tooltip-helper.js.map +1 -1
  620. package/esm/series/box-plot/box-plot.d.ts +1 -2
  621. package/esm/series/box-plot/box-plot.js +4 -15
  622. package/esm/series/box-plot/box-plot.js.map +1 -1
  623. package/esm/series/box-plot/constant.d.ts +2 -0
  624. package/esm/series/box-plot/constant.js +17 -0
  625. package/esm/series/box-plot/constant.js.map +1 -0
  626. package/esm/series/cartesian/cartesian.d.ts +6 -3
  627. package/esm/series/cartesian/cartesian.js +24 -25
  628. package/esm/series/cartesian/cartesian.js.map +1 -1
  629. package/esm/series/cartesian/interface.d.ts +2 -2
  630. package/esm/series/cartesian/interface.js.map +1 -1
  631. package/esm/series/circle-packing/circle-packing.d.ts +1 -2
  632. package/esm/series/circle-packing/circle-packing.js +4 -10
  633. package/esm/series/circle-packing/circle-packing.js.map +1 -1
  634. package/esm/series/circle-packing/constant.d.ts +2 -0
  635. package/esm/series/circle-packing/constant.js +13 -0
  636. package/esm/series/circle-packing/constant.js.map +1 -0
  637. package/esm/series/dot/constant.d.ts +2 -0
  638. package/esm/series/dot/constant.js +37 -0
  639. package/esm/series/dot/constant.js.map +1 -0
  640. package/esm/series/dot/dot.d.ts +1 -1
  641. package/esm/series/dot/dot.js +3 -34
  642. package/esm/series/dot/dot.js.map +1 -1
  643. package/esm/series/funnel/constant.d.ts +3 -0
  644. package/esm/series/funnel/constant.js +52 -0
  645. package/esm/series/funnel/constant.js.map +1 -0
  646. package/esm/series/funnel/funnel-3d.d.ts +3 -2
  647. package/esm/series/funnel/funnel-3d.js +3 -24
  648. package/esm/series/funnel/funnel-3d.js.map +1 -1
  649. package/esm/series/funnel/funnel.d.ts +1 -1
  650. package/esm/series/funnel/funnel.js +3 -22
  651. package/esm/series/funnel/funnel.js.map +1 -1
  652. package/esm/series/gauge/constant.d.ts +3 -0
  653. package/esm/series/gauge/constant.js +32 -0
  654. package/esm/series/gauge/constant.js.map +1 -0
  655. package/esm/series/gauge/gauge-pointer.d.ts +2 -2
  656. package/esm/series/gauge/gauge-pointer.js +6 -16
  657. package/esm/series/gauge/gauge-pointer.js.map +1 -1
  658. package/esm/series/gauge/gauge.d.ts +2 -1
  659. package/esm/series/gauge/gauge.js +6 -14
  660. package/esm/series/gauge/gauge.js.map +1 -1
  661. package/esm/series/heatmap/constant.d.ts +2 -0
  662. package/esm/series/heatmap/constant.js +17 -0
  663. package/esm/series/heatmap/constant.js.map +1 -0
  664. package/esm/series/heatmap/heatmap.d.ts +1 -1
  665. package/esm/series/heatmap/heatmap.js +3 -14
  666. package/esm/series/heatmap/heatmap.js.map +1 -1
  667. package/esm/series/index.d.ts +2 -2
  668. package/esm/series/index.js +2 -2
  669. package/esm/series/index.js.map +1 -1
  670. package/esm/series/interface/theme.d.ts +3 -2
  671. package/esm/series/interface/theme.js +78 -1
  672. package/esm/series/interface/theme.js.map +1 -1
  673. package/esm/series/line/constant.d.ts +2 -0
  674. package/esm/series/line/constant.js +6 -0
  675. package/esm/series/line/constant.js.map +1 -0
  676. package/esm/series/line/interface.d.ts +4 -0
  677. package/esm/series/line/interface.js.map +1 -1
  678. package/esm/series/line/line.d.ts +3 -2
  679. package/esm/series/line/line.js +7 -5
  680. package/esm/series/line/line.js.map +1 -1
  681. package/esm/series/link/constant.d.ts +2 -0
  682. package/esm/series/link/constant.js +21 -0
  683. package/esm/series/link/constant.js.map +1 -0
  684. package/esm/series/link/link.d.ts +1 -1
  685. package/esm/series/link/link.js +4 -21
  686. package/esm/series/link/link.js.map +1 -1
  687. package/esm/series/map/constant.d.ts +2 -0
  688. package/esm/series/map/constant.js +13 -0
  689. package/esm/series/map/constant.js.map +1 -0
  690. package/esm/series/map/map.d.ts +1 -1
  691. package/esm/series/map/map.js +3 -8
  692. package/esm/series/map/map.js.map +1 -1
  693. package/esm/series/mixin/line-mixin.d.ts +3 -2
  694. package/esm/series/mixin/line-mixin.js +34 -15
  695. package/esm/series/mixin/line-mixin.js.map +1 -1
  696. package/esm/series/pie/constant.d.ts +3 -0
  697. package/esm/series/pie/constant.js +28 -0
  698. package/esm/series/pie/constant.js.map +1 -0
  699. package/esm/series/pie/pie-3d.d.ts +1 -1
  700. package/esm/series/pie/pie-3d.js +3 -12
  701. package/esm/series/pie/pie-3d.js.map +1 -1
  702. package/esm/series/pie/pie.d.ts +1 -1
  703. package/esm/series/pie/pie.js +4 -13
  704. package/esm/series/pie/pie.js.map +1 -1
  705. package/esm/series/progress/circular/circular.d.ts +1 -1
  706. package/esm/series/progress/circular/circular.js +3 -14
  707. package/esm/series/progress/circular/circular.js.map +1 -1
  708. package/esm/series/progress/circular/constant.d.ts +2 -0
  709. package/esm/series/progress/circular/constant.js +17 -0
  710. package/esm/series/progress/circular/constant.js.map +1 -0
  711. package/esm/series/progress/linear/constant.d.ts +2 -0
  712. package/esm/series/progress/linear/constant.js +21 -0
  713. package/esm/series/progress/linear/constant.js.map +1 -0
  714. package/esm/series/progress/linear/linear.d.ts +1 -1
  715. package/esm/series/progress/linear/linear.js +3 -18
  716. package/esm/series/progress/linear/linear.js.map +1 -1
  717. package/esm/series/radar/constant.d.ts +2 -0
  718. package/esm/series/radar/constant.js +15 -0
  719. package/esm/series/radar/constant.js.map +1 -0
  720. package/esm/series/radar/radar.d.ts +3 -2
  721. package/esm/series/radar/radar.js +7 -11
  722. package/esm/series/radar/radar.js.map +1 -1
  723. package/esm/series/range-area/constant.d.ts +2 -0
  724. package/esm/series/range-area/constant.js +4 -0
  725. package/esm/series/range-area/constant.js.map +1 -0
  726. package/esm/series/range-area/range-area.d.ts +4 -1
  727. package/esm/series/range-area/range-area.js +6 -1
  728. package/esm/series/range-area/range-area.js.map +1 -1
  729. package/esm/series/range-column/constant.d.ts +3 -0
  730. package/esm/series/range-column/constant.js +28 -0
  731. package/esm/series/range-column/constant.js.map +1 -0
  732. package/esm/series/range-column/range-column-3d.d.ts +5 -1
  733. package/esm/series/range-column/range-column-3d.js +3 -1
  734. package/esm/series/range-column/range-column-3d.js.map +1 -1
  735. package/esm/series/range-column/range-column.d.ts +2 -2
  736. package/esm/series/range-column/range-column.js +4 -11
  737. package/esm/series/range-column/range-column.js.map +1 -1
  738. package/esm/series/rose/constant.d.ts +2 -0
  739. package/esm/series/rose/constant.js +13 -0
  740. package/esm/series/rose/constant.js.map +1 -0
  741. package/esm/series/rose/rose.d.ts +2 -1
  742. package/esm/series/rose/rose.js +6 -10
  743. package/esm/series/rose/rose.js.map +1 -1
  744. package/esm/series/sankey/constant.d.ts +2 -0
  745. package/esm/series/sankey/constant.js +17 -0
  746. package/esm/series/sankey/constant.js.map +1 -0
  747. package/esm/series/sankey/sankey.d.ts +1 -2
  748. package/esm/series/sankey/sankey.js +3 -14
  749. package/esm/series/sankey/sankey.js.map +1 -1
  750. package/esm/series/scatter/constant.d.ts +2 -0
  751. package/esm/series/scatter/constant.js +13 -0
  752. package/esm/series/scatter/constant.js.map +1 -0
  753. package/esm/series/scatter/interface.d.ts +2 -0
  754. package/esm/series/scatter/interface.js.map +1 -1
  755. package/esm/series/scatter/scatter.d.ts +3 -2
  756. package/esm/series/scatter/scatter.js +18 -17
  757. package/esm/series/scatter/scatter.js.map +1 -1
  758. package/esm/series/sunburst/constant.d.ts +2 -0
  759. package/esm/series/sunburst/constant.js +13 -0
  760. package/esm/series/sunburst/constant.js.map +1 -0
  761. package/esm/series/sunburst/sunburst.js +5 -9
  762. package/esm/series/sunburst/sunburst.js.map +1 -1
  763. package/esm/series/treemap/constant.d.ts +2 -0
  764. package/esm/series/treemap/constant.js +21 -0
  765. package/esm/series/treemap/constant.js.map +1 -0
  766. package/esm/series/treemap/treemap.d.ts +1 -1
  767. package/esm/series/treemap/treemap.js +10 -22
  768. package/esm/series/treemap/treemap.js.map +1 -1
  769. package/esm/series/waterfall/constant.d.ts +2 -0
  770. package/esm/series/waterfall/constant.js +17 -0
  771. package/esm/series/waterfall/constant.js.map +1 -0
  772. package/esm/series/waterfall/waterfall.d.ts +2 -2
  773. package/esm/series/waterfall/waterfall.js +3 -12
  774. package/esm/series/waterfall/waterfall.js.map +1 -1
  775. package/esm/series/word-cloud/base.js +3 -12
  776. package/esm/series/word-cloud/base.js.map +1 -1
  777. package/esm/series/word-cloud/constant.d.ts +2 -0
  778. package/esm/series/word-cloud/constant.js +17 -0
  779. package/esm/series/word-cloud/constant.js.map +1 -0
  780. package/esm/series/word-cloud/word-cloud-3d.d.ts +1 -1
  781. package/esm/series/word-cloud/word-cloud-3d.js.map +1 -1
  782. package/esm/series/word-cloud/word-cloud.d.ts +1 -1
  783. package/esm/series/word-cloud/word-cloud.js.map +1 -1
  784. package/esm/theme/builtin/common/component/axis/band-axis.d.ts +2 -0
  785. package/esm/theme/builtin/common/component/axis/band-axis.js.map +1 -0
  786. package/esm/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -0
  787. package/esm/theme/builtin/common/component/axis/common-axis.js.map +1 -0
  788. package/esm/theme/builtin/common/component/axis/linear-axis.js.map +1 -0
  789. package/esm/theme/builtin/common/component/axis/log-axis.js.map +1 -0
  790. package/esm/theme/builtin/common/component/axis/polar-axis.js.map +1 -0
  791. package/esm/theme/builtin/common/component/brush.js.map +1 -0
  792. package/esm/theme/{buildin-theme/light → builtin/common}/component/crosshair.js +16 -4
  793. package/esm/theme/builtin/common/component/crosshair.js.map +1 -0
  794. package/esm/theme/builtin/common/component/data-zoom.js +156 -0
  795. package/esm/theme/builtin/common/component/data-zoom.js.map +1 -0
  796. package/esm/theme/builtin/common/component/index.js.map +1 -0
  797. package/esm/theme/builtin/common/component/indicator.js.map +1 -0
  798. package/esm/theme/builtin/common/component/legend/color-legend.js.map +1 -0
  799. package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.js +1 -1
  800. package/esm/theme/builtin/common/component/legend/continuous.js.map +1 -0
  801. package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.js +8 -5
  802. package/esm/theme/builtin/common/component/legend/discrete-legend.js.map +1 -0
  803. package/esm/theme/builtin/common/component/legend/size-legend.js.map +1 -0
  804. package/esm/theme/builtin/common/component/map-label.js.map +1 -0
  805. package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-area.js +8 -2
  806. package/esm/theme/builtin/common/component/mark-area.js.map +1 -0
  807. package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-line.js +8 -2
  808. package/esm/theme/builtin/common/component/mark-line.js.map +1 -0
  809. package/esm/theme/builtin/common/component/mark-point.js.map +1 -0
  810. package/esm/theme/{buildin-theme/light → builtin/common}/component/player.js +4 -1
  811. package/esm/theme/builtin/common/component/player.js.map +1 -0
  812. package/esm/theme/{buildin-theme/light → builtin/common}/component/poptip.js +16 -4
  813. package/esm/theme/builtin/common/component/poptip.js.map +1 -0
  814. package/esm/theme/{buildin-theme/light → builtin/common}/component/title.js +2 -2
  815. package/esm/theme/builtin/common/component/title.js.map +1 -0
  816. package/esm/theme/{buildin-theme/light → builtin/common}/component/tooltip.js +25 -6
  817. package/esm/theme/builtin/common/component/tooltip.js.map +1 -0
  818. package/esm/theme/{buildin-theme/light → builtin/common}/component/total-label.js +4 -1
  819. package/esm/theme/builtin/common/component/total-label.js.map +1 -0
  820. package/esm/theme/{buildin-theme/light → builtin/common}/constants.js +1 -1
  821. package/esm/theme/builtin/common/constants.js.map +1 -0
  822. package/esm/theme/{buildin-theme/light → builtin/common}/mark.js +12 -3
  823. package/esm/theme/builtin/common/mark.js.map +1 -0
  824. package/esm/theme/builtin/common/series/area.js.map +1 -0
  825. package/esm/theme/builtin/common/series/bar.js.map +1 -0
  826. package/esm/theme/builtin/common/series/bar3d.js.map +1 -0
  827. package/esm/theme/builtin/common/series/box-plot.js.map +1 -0
  828. package/esm/theme/{buildin-theme/light → builtin/common}/series/circle-packing.js +8 -2
  829. package/esm/theme/builtin/common/series/circle-packing.js.map +1 -0
  830. package/esm/theme/builtin/common/series/circular-progress.js.map +1 -0
  831. package/esm/theme/builtin/common/series/dot.js.map +1 -0
  832. package/esm/theme/builtin/common/series/funnel.js.map +1 -0
  833. package/esm/theme/builtin/common/series/funnel3d.js.map +1 -0
  834. package/esm/theme/builtin/common/series/gauge-pointer.js.map +1 -0
  835. package/esm/theme/builtin/common/series/gauge.js.map +1 -0
  836. package/esm/theme/builtin/common/series/heatmap.js.map +1 -0
  837. package/esm/theme/builtin/common/series/index.js.map +1 -0
  838. package/esm/theme/builtin/common/series/line.js.map +1 -0
  839. package/esm/theme/builtin/common/series/linear-progress.js.map +1 -0
  840. package/esm/theme/builtin/common/series/link.js.map +1 -0
  841. package/esm/theme/builtin/common/series/map.js.map +1 -0
  842. package/esm/theme/builtin/common/series/pie.js.map +1 -0
  843. package/esm/theme/builtin/common/series/pie3d.js.map +1 -0
  844. package/esm/theme/builtin/common/series/radar.js.map +1 -0
  845. package/esm/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.js +4 -1
  846. package/esm/theme/builtin/common/series/rangeColumn.js.map +1 -0
  847. package/esm/theme/builtin/common/series/rose.js.map +1 -0
  848. package/esm/theme/builtin/common/series/sankey.js.map +1 -0
  849. package/esm/theme/builtin/common/series/scatter.js.map +1 -0
  850. package/esm/theme/{buildin-theme/light → builtin/common}/series/sunburst.js +8 -2
  851. package/esm/theme/builtin/common/series/sunburst.js.map +1 -0
  852. package/esm/theme/builtin/common/series/treemap.js.map +1 -0
  853. package/esm/theme/builtin/common/series/waterfall.js.map +1 -0
  854. package/esm/theme/builtin/common/series/word-cloud.js.map +1 -0
  855. package/esm/theme/builtin/common/series/word-cloud3d.js.map +1 -0
  856. package/esm/theme/{buildin-theme/config.js → builtin/constant.js} +1 -1
  857. package/esm/theme/builtin/constant.js.map +1 -0
  858. package/esm/theme/builtin/dark/color-scheme.d.ts +2 -0
  859. package/esm/theme/builtin/dark/color-scheme.js +27 -0
  860. package/esm/theme/builtin/dark/color-scheme.js.map +1 -0
  861. package/esm/theme/builtin/dark/index.d.ts +2 -0
  862. package/esm/theme/builtin/dark/index.js +7 -0
  863. package/esm/theme/builtin/dark/index.js.map +1 -0
  864. package/{cjs/theme/buildin-theme → esm/theme/builtin}/index.d.ts +2 -2
  865. package/esm/theme/builtin/index.js +12 -0
  866. package/esm/theme/builtin/index.js.map +1 -0
  867. package/esm/theme/builtin/light/color-scheme.d.ts +2 -0
  868. package/esm/theme/builtin/light/color-scheme.js +27 -0
  869. package/esm/theme/builtin/light/color-scheme.js.map +1 -0
  870. package/esm/theme/{buildin-theme → builtin}/light/index.js +8 -4
  871. package/esm/theme/builtin/light/index.js.map +1 -0
  872. package/esm/theme/color-scheme/builtin/default.d.ts +2 -0
  873. package/esm/theme/color-scheme/builtin/default.js +7 -0
  874. package/esm/theme/color-scheme/builtin/default.js.map +1 -0
  875. package/esm/theme/color-scheme/util.d.ts +2 -1
  876. package/esm/theme/color-scheme/util.js +6 -0
  877. package/esm/theme/color-scheme/util.js.map +1 -1
  878. package/esm/theme/index.d.ts +1 -1
  879. package/esm/theme/index.js +1 -1
  880. package/esm/theme/index.js.map +1 -1
  881. package/esm/theme/interface.d.ts +2 -2
  882. package/esm/theme/interface.js.map +1 -1
  883. package/esm/theme/theme-manager.js +6 -6
  884. package/esm/theme/theme-manager.js.map +1 -1
  885. package/esm/typings/spec/common.d.ts +5 -0
  886. package/esm/typings/spec/common.js.map +1 -1
  887. package/esm/util/spec.d.ts +7 -0
  888. package/esm/util/spec.js +52 -4
  889. package/esm/util/spec.js.map +1 -1
  890. package/esm/util/text.d.ts +0 -4
  891. package/esm/util/text.js +2 -8
  892. package/esm/util/text.js.map +1 -1
  893. package/esm/vchart-all.js +2 -2
  894. package/esm/vchart-all.js.map +1 -1
  895. package/package.json +8 -8
  896. package/cjs/theme/buildin-theme/config.js.map +0 -1
  897. package/cjs/theme/buildin-theme/index.js.map +0 -1
  898. package/cjs/theme/buildin-theme/light/color-scheme.js +0 -21
  899. package/cjs/theme/buildin-theme/light/color-scheme.js.map +0 -1
  900. package/cjs/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
  901. package/cjs/theme/buildin-theme/light/component/axis/band-axis.js.map +0 -1
  902. package/cjs/theme/buildin-theme/light/component/axis/cartesian-axis.js.map +0 -1
  903. package/cjs/theme/buildin-theme/light/component/axis/common-axis.js.map +0 -1
  904. package/cjs/theme/buildin-theme/light/component/axis/linear-axis.js.map +0 -1
  905. package/cjs/theme/buildin-theme/light/component/axis/log-axis.js.map +0 -1
  906. package/cjs/theme/buildin-theme/light/component/axis/polar-axis.js.map +0 -1
  907. package/cjs/theme/buildin-theme/light/component/brush.js.map +0 -1
  908. package/cjs/theme/buildin-theme/light/component/crosshair.js.map +0 -1
  909. package/cjs/theme/buildin-theme/light/component/data-zoom.js +0 -105
  910. package/cjs/theme/buildin-theme/light/component/data-zoom.js.map +0 -1
  911. package/cjs/theme/buildin-theme/light/component/index.js.map +0 -1
  912. package/cjs/theme/buildin-theme/light/component/indicator.js.map +0 -1
  913. package/cjs/theme/buildin-theme/light/component/legend/color-legend.js.map +0 -1
  914. package/cjs/theme/buildin-theme/light/component/legend/continuous.js.map +0 -1
  915. package/cjs/theme/buildin-theme/light/component/legend/discrete-legend.js.map +0 -1
  916. package/cjs/theme/buildin-theme/light/component/legend/size-legend.js.map +0 -1
  917. package/cjs/theme/buildin-theme/light/component/map-label.js.map +0 -1
  918. package/cjs/theme/buildin-theme/light/component/mark-area.js.map +0 -1
  919. package/cjs/theme/buildin-theme/light/component/mark-line.js.map +0 -1
  920. package/cjs/theme/buildin-theme/light/component/mark-point.js.map +0 -1
  921. package/cjs/theme/buildin-theme/light/component/player.js.map +0 -1
  922. package/cjs/theme/buildin-theme/light/component/poptip.js.map +0 -1
  923. package/cjs/theme/buildin-theme/light/component/title.js.map +0 -1
  924. package/cjs/theme/buildin-theme/light/component/tooltip.js.map +0 -1
  925. package/cjs/theme/buildin-theme/light/component/total-label.js.map +0 -1
  926. package/cjs/theme/buildin-theme/light/constants.js.map +0 -1
  927. package/cjs/theme/buildin-theme/light/index.js.map +0 -1
  928. package/cjs/theme/buildin-theme/light/mark.js.map +0 -1
  929. package/cjs/theme/buildin-theme/light/series/area.js.map +0 -1
  930. package/cjs/theme/buildin-theme/light/series/bar.js.map +0 -1
  931. package/cjs/theme/buildin-theme/light/series/bar3d.js.map +0 -1
  932. package/cjs/theme/buildin-theme/light/series/box-plot.js.map +0 -1
  933. package/cjs/theme/buildin-theme/light/series/circle-packing.js.map +0 -1
  934. package/cjs/theme/buildin-theme/light/series/circular-progress.js.map +0 -1
  935. package/cjs/theme/buildin-theme/light/series/dot.js.map +0 -1
  936. package/cjs/theme/buildin-theme/light/series/funnel.js.map +0 -1
  937. package/cjs/theme/buildin-theme/light/series/funnel3d.js.map +0 -1
  938. package/cjs/theme/buildin-theme/light/series/gauge-pointer.js.map +0 -1
  939. package/cjs/theme/buildin-theme/light/series/gauge.js.map +0 -1
  940. package/cjs/theme/buildin-theme/light/series/heatmap.js.map +0 -1
  941. package/cjs/theme/buildin-theme/light/series/index.js.map +0 -1
  942. package/cjs/theme/buildin-theme/light/series/line.js.map +0 -1
  943. package/cjs/theme/buildin-theme/light/series/linear-progress.js.map +0 -1
  944. package/cjs/theme/buildin-theme/light/series/link.js.map +0 -1
  945. package/cjs/theme/buildin-theme/light/series/map.js.map +0 -1
  946. package/cjs/theme/buildin-theme/light/series/pie.js.map +0 -1
  947. package/cjs/theme/buildin-theme/light/series/pie3d.js.map +0 -1
  948. package/cjs/theme/buildin-theme/light/series/radar.js.map +0 -1
  949. package/cjs/theme/buildin-theme/light/series/rangeColumn.js.map +0 -1
  950. package/cjs/theme/buildin-theme/light/series/rose.js.map +0 -1
  951. package/cjs/theme/buildin-theme/light/series/sankey.js.map +0 -1
  952. package/cjs/theme/buildin-theme/light/series/scatter.js.map +0 -1
  953. package/cjs/theme/buildin-theme/light/series/sunburst.js.map +0 -1
  954. package/cjs/theme/buildin-theme/light/series/treemap.js.map +0 -1
  955. package/cjs/theme/buildin-theme/light/series/waterfall.js.map +0 -1
  956. package/cjs/theme/buildin-theme/light/series/word-cloud.js.map +0 -1
  957. package/cjs/theme/buildin-theme/light/series/word-cloud3d.js.map +0 -1
  958. package/esm/theme/buildin-theme/config.js.map +0 -1
  959. package/esm/theme/buildin-theme/index.js +0 -10
  960. package/esm/theme/buildin-theme/index.js.map +0 -1
  961. package/esm/theme/buildin-theme/light/color-scheme.js +0 -17
  962. package/esm/theme/buildin-theme/light/color-scheme.js.map +0 -1
  963. package/esm/theme/buildin-theme/light/component/axis/band-axis.d.ts +0 -2
  964. package/esm/theme/buildin-theme/light/component/axis/band-axis.js.map +0 -1
  965. package/esm/theme/buildin-theme/light/component/axis/cartesian-axis.js.map +0 -1
  966. package/esm/theme/buildin-theme/light/component/axis/common-axis.js.map +0 -1
  967. package/esm/theme/buildin-theme/light/component/axis/linear-axis.js.map +0 -1
  968. package/esm/theme/buildin-theme/light/component/axis/log-axis.js.map +0 -1
  969. package/esm/theme/buildin-theme/light/component/axis/polar-axis.js.map +0 -1
  970. package/esm/theme/buildin-theme/light/component/brush.js.map +0 -1
  971. package/esm/theme/buildin-theme/light/component/crosshair.js.map +0 -1
  972. package/esm/theme/buildin-theme/light/component/data-zoom.js +0 -101
  973. package/esm/theme/buildin-theme/light/component/data-zoom.js.map +0 -1
  974. package/esm/theme/buildin-theme/light/component/index.js.map +0 -1
  975. package/esm/theme/buildin-theme/light/component/indicator.js.map +0 -1
  976. package/esm/theme/buildin-theme/light/component/legend/color-legend.js.map +0 -1
  977. package/esm/theme/buildin-theme/light/component/legend/continuous.js.map +0 -1
  978. package/esm/theme/buildin-theme/light/component/legend/discrete-legend.js.map +0 -1
  979. package/esm/theme/buildin-theme/light/component/legend/size-legend.js.map +0 -1
  980. package/esm/theme/buildin-theme/light/component/map-label.js.map +0 -1
  981. package/esm/theme/buildin-theme/light/component/mark-area.js.map +0 -1
  982. package/esm/theme/buildin-theme/light/component/mark-line.js.map +0 -1
  983. package/esm/theme/buildin-theme/light/component/mark-point.js.map +0 -1
  984. package/esm/theme/buildin-theme/light/component/player.js.map +0 -1
  985. package/esm/theme/buildin-theme/light/component/poptip.js.map +0 -1
  986. package/esm/theme/buildin-theme/light/component/title.js.map +0 -1
  987. package/esm/theme/buildin-theme/light/component/tooltip.js.map +0 -1
  988. package/esm/theme/buildin-theme/light/component/total-label.js.map +0 -1
  989. package/esm/theme/buildin-theme/light/constants.js.map +0 -1
  990. package/esm/theme/buildin-theme/light/index.js.map +0 -1
  991. package/esm/theme/buildin-theme/light/mark.js.map +0 -1
  992. package/esm/theme/buildin-theme/light/series/area.js.map +0 -1
  993. package/esm/theme/buildin-theme/light/series/bar.js.map +0 -1
  994. package/esm/theme/buildin-theme/light/series/bar3d.js.map +0 -1
  995. package/esm/theme/buildin-theme/light/series/box-plot.js.map +0 -1
  996. package/esm/theme/buildin-theme/light/series/circle-packing.js.map +0 -1
  997. package/esm/theme/buildin-theme/light/series/circular-progress.js.map +0 -1
  998. package/esm/theme/buildin-theme/light/series/dot.js.map +0 -1
  999. package/esm/theme/buildin-theme/light/series/funnel.js.map +0 -1
  1000. package/esm/theme/buildin-theme/light/series/funnel3d.js.map +0 -1
  1001. package/esm/theme/buildin-theme/light/series/gauge-pointer.js.map +0 -1
  1002. package/esm/theme/buildin-theme/light/series/gauge.js.map +0 -1
  1003. package/esm/theme/buildin-theme/light/series/heatmap.js.map +0 -1
  1004. package/esm/theme/buildin-theme/light/series/index.js.map +0 -1
  1005. package/esm/theme/buildin-theme/light/series/line.js.map +0 -1
  1006. package/esm/theme/buildin-theme/light/series/linear-progress.js.map +0 -1
  1007. package/esm/theme/buildin-theme/light/series/link.js.map +0 -1
  1008. package/esm/theme/buildin-theme/light/series/map.js.map +0 -1
  1009. package/esm/theme/buildin-theme/light/series/pie.js.map +0 -1
  1010. package/esm/theme/buildin-theme/light/series/pie3d.js.map +0 -1
  1011. package/esm/theme/buildin-theme/light/series/radar.js.map +0 -1
  1012. package/esm/theme/buildin-theme/light/series/rangeColumn.js.map +0 -1
  1013. package/esm/theme/buildin-theme/light/series/rose.js.map +0 -1
  1014. package/esm/theme/buildin-theme/light/series/sankey.js.map +0 -1
  1015. package/esm/theme/buildin-theme/light/series/scatter.js.map +0 -1
  1016. package/esm/theme/buildin-theme/light/series/sunburst.js.map +0 -1
  1017. package/esm/theme/buildin-theme/light/series/treemap.js.map +0 -1
  1018. package/esm/theme/buildin-theme/light/series/waterfall.js.map +0 -1
  1019. package/esm/theme/buildin-theme/light/series/word-cloud.js.map +0 -1
  1020. package/esm/theme/buildin-theme/light/series/word-cloud3d.js.map +0 -1
  1021. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/band-axis.js +0 -0
  1022. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.d.ts +0 -0
  1023. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.js +0 -0
  1024. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.d.ts +0 -0
  1025. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.js +0 -0
  1026. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.d.ts +0 -0
  1027. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.js +0 -0
  1028. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.d.ts +0 -0
  1029. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.js +0 -0
  1030. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.d.ts +0 -0
  1031. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.js +0 -0
  1032. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/brush.d.ts +0 -0
  1033. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/brush.js +0 -0
  1034. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/crosshair.d.ts +0 -0
  1035. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/data-zoom.d.ts +0 -0
  1036. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/index.d.ts +0 -0
  1037. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/index.js +0 -0
  1038. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/indicator.d.ts +0 -0
  1039. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/indicator.js +0 -0
  1040. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.d.ts +0 -0
  1041. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.js +0 -0
  1042. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.d.ts +0 -0
  1043. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.d.ts +0 -0
  1044. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.d.ts +0 -0
  1045. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.js +0 -0
  1046. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/map-label.d.ts +0 -0
  1047. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/map-label.js +0 -0
  1048. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-area.d.ts +0 -0
  1049. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-line.d.ts +0 -0
  1050. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-point.d.ts +0 -0
  1051. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/mark-point.js +0 -0
  1052. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/player.d.ts +0 -0
  1053. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/poptip.d.ts +0 -0
  1054. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/title.d.ts +0 -0
  1055. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/tooltip.d.ts +0 -0
  1056. /package/cjs/theme/{buildin-theme/light → builtin/common}/component/total-label.d.ts +0 -0
  1057. /package/cjs/theme/{buildin-theme/light → builtin/common}/constants.d.ts +0 -0
  1058. /package/cjs/theme/{buildin-theme/light → builtin/common}/mark.d.ts +0 -0
  1059. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/area.d.ts +0 -0
  1060. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/area.js +0 -0
  1061. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar.d.ts +0 -0
  1062. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar.js +0 -0
  1063. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar3d.d.ts +0 -0
  1064. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/bar3d.js +0 -0
  1065. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/box-plot.d.ts +0 -0
  1066. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/box-plot.js +0 -0
  1067. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circle-packing.d.ts +0 -0
  1068. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circular-progress.d.ts +0 -0
  1069. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/circular-progress.js +0 -0
  1070. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/dot.d.ts +0 -0
  1071. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/dot.js +0 -0
  1072. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel.d.ts +0 -0
  1073. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel.js +0 -0
  1074. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel3d.d.ts +0 -0
  1075. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/funnel3d.js +0 -0
  1076. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.d.ts +0 -0
  1077. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.js +0 -0
  1078. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge.d.ts +0 -0
  1079. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/gauge.js +0 -0
  1080. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/heatmap.d.ts +0 -0
  1081. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/heatmap.js +0 -0
  1082. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/index.d.ts +0 -0
  1083. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/index.js +0 -0
  1084. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/line.d.ts +0 -0
  1085. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/line.js +0 -0
  1086. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/linear-progress.d.ts +0 -0
  1087. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/linear-progress.js +0 -0
  1088. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/link.d.ts +0 -0
  1089. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/link.js +0 -0
  1090. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/map.d.ts +0 -0
  1091. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/map.js +0 -0
  1092. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie.d.ts +0 -0
  1093. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie.js +0 -0
  1094. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie3d.d.ts +0 -0
  1095. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/pie3d.js +0 -0
  1096. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/radar.d.ts +0 -0
  1097. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/radar.js +0 -0
  1098. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.d.ts +0 -0
  1099. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rose.d.ts +0 -0
  1100. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/rose.js +0 -0
  1101. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sankey.d.ts +0 -0
  1102. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sankey.js +0 -0
  1103. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/scatter.d.ts +0 -0
  1104. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/scatter.js +0 -0
  1105. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/sunburst.d.ts +0 -0
  1106. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/treemap.d.ts +0 -0
  1107. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/treemap.js +0 -0
  1108. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/waterfall.d.ts +0 -0
  1109. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/waterfall.js +0 -0
  1110. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud.d.ts +0 -0
  1111. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud.js +0 -0
  1112. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.d.ts +0 -0
  1113. /package/cjs/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.js +0 -0
  1114. /package/cjs/theme/{buildin-theme/config.d.ts → builtin/constant.d.ts} +0 -0
  1115. /package/cjs/theme/{buildin-theme/light → builtin/dark}/color-scheme.d.ts +0 -0
  1116. /package/{esm/theme/buildin-theme → cjs/theme/builtin}/light/color-scheme.d.ts +0 -0
  1117. /package/cjs/theme/{buildin-theme → builtin}/light/index.d.ts +0 -0
  1118. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/band-axis.js +0 -0
  1119. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.d.ts +0 -0
  1120. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/cartesian-axis.js +0 -0
  1121. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.d.ts +0 -0
  1122. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/common-axis.js +0 -0
  1123. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.d.ts +0 -0
  1124. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/linear-axis.js +0 -0
  1125. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.d.ts +0 -0
  1126. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/log-axis.js +0 -0
  1127. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.d.ts +0 -0
  1128. /package/esm/theme/{buildin-theme/light → builtin/common}/component/axis/polar-axis.js +0 -0
  1129. /package/esm/theme/{buildin-theme/light → builtin/common}/component/brush.d.ts +0 -0
  1130. /package/esm/theme/{buildin-theme/light → builtin/common}/component/brush.js +0 -0
  1131. /package/esm/theme/{buildin-theme/light → builtin/common}/component/crosshair.d.ts +0 -0
  1132. /package/esm/theme/{buildin-theme/light → builtin/common}/component/data-zoom.d.ts +0 -0
  1133. /package/esm/theme/{buildin-theme/light → builtin/common}/component/index.d.ts +0 -0
  1134. /package/esm/theme/{buildin-theme/light → builtin/common}/component/index.js +0 -0
  1135. /package/esm/theme/{buildin-theme/light → builtin/common}/component/indicator.d.ts +0 -0
  1136. /package/esm/theme/{buildin-theme/light → builtin/common}/component/indicator.js +0 -0
  1137. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.d.ts +0 -0
  1138. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/color-legend.js +0 -0
  1139. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/continuous.d.ts +0 -0
  1140. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/discrete-legend.d.ts +0 -0
  1141. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.d.ts +0 -0
  1142. /package/esm/theme/{buildin-theme/light → builtin/common}/component/legend/size-legend.js +0 -0
  1143. /package/esm/theme/{buildin-theme/light → builtin/common}/component/map-label.d.ts +0 -0
  1144. /package/esm/theme/{buildin-theme/light → builtin/common}/component/map-label.js +0 -0
  1145. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-area.d.ts +0 -0
  1146. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-line.d.ts +0 -0
  1147. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-point.d.ts +0 -0
  1148. /package/esm/theme/{buildin-theme/light → builtin/common}/component/mark-point.js +0 -0
  1149. /package/esm/theme/{buildin-theme/light → builtin/common}/component/player.d.ts +0 -0
  1150. /package/esm/theme/{buildin-theme/light → builtin/common}/component/poptip.d.ts +0 -0
  1151. /package/esm/theme/{buildin-theme/light → builtin/common}/component/title.d.ts +0 -0
  1152. /package/esm/theme/{buildin-theme/light → builtin/common}/component/tooltip.d.ts +0 -0
  1153. /package/esm/theme/{buildin-theme/light → builtin/common}/component/total-label.d.ts +0 -0
  1154. /package/esm/theme/{buildin-theme/light → builtin/common}/constants.d.ts +0 -0
  1155. /package/esm/theme/{buildin-theme/light → builtin/common}/mark.d.ts +0 -0
  1156. /package/esm/theme/{buildin-theme/light → builtin/common}/series/area.d.ts +0 -0
  1157. /package/esm/theme/{buildin-theme/light → builtin/common}/series/area.js +0 -0
  1158. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar.d.ts +0 -0
  1159. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar.js +0 -0
  1160. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar3d.d.ts +0 -0
  1161. /package/esm/theme/{buildin-theme/light → builtin/common}/series/bar3d.js +0 -0
  1162. /package/esm/theme/{buildin-theme/light → builtin/common}/series/box-plot.d.ts +0 -0
  1163. /package/esm/theme/{buildin-theme/light → builtin/common}/series/box-plot.js +0 -0
  1164. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circle-packing.d.ts +0 -0
  1165. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circular-progress.d.ts +0 -0
  1166. /package/esm/theme/{buildin-theme/light → builtin/common}/series/circular-progress.js +0 -0
  1167. /package/esm/theme/{buildin-theme/light → builtin/common}/series/dot.d.ts +0 -0
  1168. /package/esm/theme/{buildin-theme/light → builtin/common}/series/dot.js +0 -0
  1169. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel.d.ts +0 -0
  1170. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel.js +0 -0
  1171. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel3d.d.ts +0 -0
  1172. /package/esm/theme/{buildin-theme/light → builtin/common}/series/funnel3d.js +0 -0
  1173. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.d.ts +0 -0
  1174. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge-pointer.js +0 -0
  1175. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge.d.ts +0 -0
  1176. /package/esm/theme/{buildin-theme/light → builtin/common}/series/gauge.js +0 -0
  1177. /package/esm/theme/{buildin-theme/light → builtin/common}/series/heatmap.d.ts +0 -0
  1178. /package/esm/theme/{buildin-theme/light → builtin/common}/series/heatmap.js +0 -0
  1179. /package/esm/theme/{buildin-theme/light → builtin/common}/series/index.d.ts +0 -0
  1180. /package/esm/theme/{buildin-theme/light → builtin/common}/series/index.js +0 -0
  1181. /package/esm/theme/{buildin-theme/light → builtin/common}/series/line.d.ts +0 -0
  1182. /package/esm/theme/{buildin-theme/light → builtin/common}/series/line.js +0 -0
  1183. /package/esm/theme/{buildin-theme/light → builtin/common}/series/linear-progress.d.ts +0 -0
  1184. /package/esm/theme/{buildin-theme/light → builtin/common}/series/linear-progress.js +0 -0
  1185. /package/esm/theme/{buildin-theme/light → builtin/common}/series/link.d.ts +0 -0
  1186. /package/esm/theme/{buildin-theme/light → builtin/common}/series/link.js +0 -0
  1187. /package/esm/theme/{buildin-theme/light → builtin/common}/series/map.d.ts +0 -0
  1188. /package/esm/theme/{buildin-theme/light → builtin/common}/series/map.js +0 -0
  1189. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie.d.ts +0 -0
  1190. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie.js +0 -0
  1191. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie3d.d.ts +0 -0
  1192. /package/esm/theme/{buildin-theme/light → builtin/common}/series/pie3d.js +0 -0
  1193. /package/esm/theme/{buildin-theme/light → builtin/common}/series/radar.d.ts +0 -0
  1194. /package/esm/theme/{buildin-theme/light → builtin/common}/series/radar.js +0 -0
  1195. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rangeColumn.d.ts +0 -0
  1196. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rose.d.ts +0 -0
  1197. /package/esm/theme/{buildin-theme/light → builtin/common}/series/rose.js +0 -0
  1198. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sankey.d.ts +0 -0
  1199. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sankey.js +0 -0
  1200. /package/esm/theme/{buildin-theme/light → builtin/common}/series/scatter.d.ts +0 -0
  1201. /package/esm/theme/{buildin-theme/light → builtin/common}/series/scatter.js +0 -0
  1202. /package/esm/theme/{buildin-theme/light → builtin/common}/series/sunburst.d.ts +0 -0
  1203. /package/esm/theme/{buildin-theme/light → builtin/common}/series/treemap.d.ts +0 -0
  1204. /package/esm/theme/{buildin-theme/light → builtin/common}/series/treemap.js +0 -0
  1205. /package/esm/theme/{buildin-theme/light → builtin/common}/series/waterfall.d.ts +0 -0
  1206. /package/esm/theme/{buildin-theme/light → builtin/common}/series/waterfall.js +0 -0
  1207. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud.d.ts +0 -0
  1208. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud.js +0 -0
  1209. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.d.ts +0 -0
  1210. /package/esm/theme/{buildin-theme/light → builtin/common}/series/word-cloud3d.js +0 -0
  1211. /package/esm/theme/{buildin-theme/config.d.ts → builtin/constant.d.ts} +0 -0
  1212. /package/esm/theme/{buildin-theme → builtin}/light/index.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/color-legend.ts"],"names":[],"mappings":";;;AACA,6CAA+D;AAElD,QAAA,WAAW,GAAsB;IAC5C,UAAU,kCACL,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;YACT,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,GACF;IACD,QAAQ,kCACH,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,GAAG;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,GACF;CACF,CAAC","file":"color-legend.js","sourcesContent":["import type { IColorLegendTheme } from '../../../../../component/legend';\nimport { DEFAULT_CONTINUOUS_LEGEND_THEME } from './continuous';\n\nexport const colorLegend: IColorLegendTheme = {\n horizontal: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 200,\n height: 8,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n }\n },\n vertical: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 8,\n height: 200,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/continuous.ts"],"names":[],"mappings":";;;AACA,+CAAkD;AAErC,QAAA,+BAA+B,GAA2B;IACrE,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,EAAE;IACX,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;QACD,KAAK,EAAE,EAAE;KACV;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;KACd;IACD,SAAS,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,OAAO,EAAE;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,WAAW,EAAE;QACX,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;CACF,CAAC","file":"continuous.js","sourcesContent":["import type { IContinuousLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme = {\n orient: 'right',\n position: 'middle',\n padding: 30,\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'titleFontColor' }\n },\n space: 12\n },\n handler: {\n visible: true\n },\n startText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n endText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n handlerText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/discrete-legend.ts"],"names":[],"mappings":";;;AACA,+CAAkD;AAErC,QAAA,cAAc,GAAyB;IAClD,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,EAAE;IACX,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,2BAAe,CAAC,eAAe;YACzC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;YAChD,UAAU,EAAE,QAAQ;SACrB;QACD,KAAK,EAAE,EAAE;KACV;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,CAAC;QACV,UAAU,EAAE;YACV,KAAK,EAAE;gBACL,aAAa,EAAE;oBACb,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,GAAG;iBACjB;gBACD,eAAe,EAAE;oBACf,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;gBAChD,QAAQ,EAAE,2BAAe,CAAC,eAAe;aAC1C;YACD,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;KACF;IACD,gBAAgB,EAAE,KAAK;CACxB,CAAC","file":"discrete-legend.js","sourcesContent":["import type { IDiscreteLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const discreteLegend: IDiscreteLegendTheme = {\n orient: 'bottom',\n position: 'middle',\n padding: 30,\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fill: { type: 'palette', key: 'titleFontColor' },\n fontWeight: 'normal'\n },\n space: 12\n },\n item: {\n visible: true,\n spaceCol: 10,\n spaceRow: 10,\n padding: 2,\n background: {\n state: {\n selectedHover: {\n fill: 'gray',\n fillOpacity: 0.7\n },\n unSelectedHover: {\n fill: 'gray',\n fillOpacity: 0.2\n }\n }\n },\n shape: {\n space: 4,\n state: {\n unSelected: {\n fillOpacity: 0.5\n }\n }\n },\n label: {\n space: 4,\n style: {\n fill: { type: 'palette', key: 'labelFontColor' },\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n },\n state: {\n unSelected: {\n fillOpacity: 0.5\n }\n }\n }\n },\n allowAllCanceled: false\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,MAAM;YACZ,MAAM,EAAE,MAAM;YACd,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: '#fff',\n stroke: '#fff',\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,MAAM;YACZ,MAAM,EAAE,MAAM;YACd,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: '#fff',\n stroke: '#fff',\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,SAAS;YACjB,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: '#FFFFFF',\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,SAAS;KAChB;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,SAAS;KAChB;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,SAAS;QACjB,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: '#4E5969'\n },\n contentStyle: {\n fontSize: 12,\n fill: '#4E5969'\n },\n panel: {\n visible: true,\n fill: '#fff',\n stroke: '#ffffff',\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,gBAAgB,EAAE;KACjD;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,gBAAgB,EAAE;KACjD;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: 'titleFontColor' }\n },\n subtextStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n lineHeight: THEME_CONSTANTS.TITLE_FONT_SIZE,\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,MAAM;QACvB,MAAM,EAAE;YACN,KAAK,EAAE,SAAS;YAChB,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,oBAAoB;SAC5B;KACF;IACD,QAAQ,EAAE,CAAC;IACX,UAAU,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,SAAS,EAAE,SAAS;QACpB,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,SAAS;QACpB,SAAS,EAAE,MAAM;QACjB,UAAU,EAAE,EAAE;QACd,YAAY,EAAE,QAAQ;QACtB,OAAO,EAAE,EAAE;KACZ;IACD,UAAU,EAAE;QACV,QAAQ;QACR,SAAS,EAAE,SAAS;QACpB,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: '#fff',\n border: {\n color: '#ffffff',\n width: 0,\n radius: 3\n },\n shadow: {\n x: 0,\n y: 4,\n blur: 12,\n spread: 0,\n color: 'rgba(0, 0, 0, 0.1)'\n }\n },\n spaceRow: 6,\n titleLabel: {\n fontSize: 14,\n fontColor: '#4E5969',\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: '#4E5969',\n textAlign: 'left',\n lineHeight: 18,\n textBaseline: 'middle',\n spacing: 26\n },\n valueLabel: {\n fontSize,\n fontColor: '#4E5969',\n lineHeight: 18,\n textBaseline: 'middle',\n spacing: 0\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,OAAO;KACd;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: 'black'\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/constants.ts"],"names":[],"mappings":";;;AACA,sCAA6E;AAEhE,QAAA,eAAe,GAAoB;IAC9C,WAAW,EAAE,iCAAwB;IACrC,eAAe,EAAE,+BAAsB;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 '../config';\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/index.ts"],"names":[],"mappings":";;;AAQA,iDAA6C;AAC7C,qCAAkC;AAClC,iCAAgD;AAChD,2CAA8C;AAC9C,2CAAwC;AAE3B,QAAA,UAAU,GAAW;IAChC,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,2BAAe,CAAC,WAAW;IACvC,WAAW,EAAX,0BAAW;IACX,IAAI,EAAE,iBAAU;IAChB,UAAU,EAAV,iBAAU;IACV,MAAM,EAAN,eAAM;IACN,SAAS,EAAT,qBAAS;IACT,kBAAkB,EAAE,IAAI;CACzB,CAAC","file":"index.js","sourcesContent":["/**\n * 主题的命名,不要使用类似 arco,default 等字段,应该要以主题的特征来,颜色/场景特征(light,dark)\n *\n * 1. 对除了 color 外的一些主题设置,应该要有专门的设计,**不要直接复制**\n * 2. 原则上来讲,默认值尽量都放主题中,但是也可根据情况自行判断\n * 3. 目前主题只到系列,不到系列的 mark,对于这个分界没有太清楚,后续根据需求再做开放\n */\nimport type { ITheme } from '../../interface';\nimport { colorScheme } from './color-scheme';\nimport { series } from './series';\nimport { markByName, markByType } from './mark';\nimport { THEME_CONSTANTS } from './constants';\nimport { component } from './component';\n\nexport const lightTheme: ITheme = {\n name: 'light',\n padding: 12,\n fontFamily: THEME_CONSTANTS.FONT_FAMILY,\n colorScheme,\n mark: markByType,\n markByName,\n series,\n component,\n animationThreshold: 2000\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,SAAS;YACjB,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,MAAM;SACf;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,MAAM;SACf;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: '#ffffff',\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: '#fff'\n }\n },\n circlePacking: {\n style: {\n lineWidth: 1,\n stroke: '#fff'\n }\n },\n funnel3d: {\n style: {\n stroke: false\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,SAAS;SAClB;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;SAChB;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: '#ffffff'\n }\n },\n label: {\n visible: true,\n style: {\n cursor: 'pointer',\n fill: '#000000'\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,SAAS;YACf,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: '#ffffff',\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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,SAAS;YACjB,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,SAAS;SAChB;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: '#ffffff',\n fillOpacity: 1,\n cursor: 'pointer'\n }\n },\n label: {\n visible: true,\n style: {\n cursor: 'pointer',\n fill: '#000000'\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/config.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAEnC,kJAAkJ,CAAC;AAErJ,MAAM,CAAC,MAAM,sBAAsB,GAAG,EAAE,CAAC","file":"config.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"]}
@@ -1,10 +0,0 @@
1
- export * from "./config";
2
-
3
- export * from "./light";
4
-
5
- import { lightTheme } from "./light";
6
-
7
- export const buildinThemeMap = new Map([ [ lightTheme.name, lightTheme ] ]);
8
-
9
- export const defaultThemeName = lightTheme.name;
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,MAAM,CAAC,MAAM,eAAe,GAAwB,IAAI,GAAG,CAAC;IAC1D,CAAC,UAAU,CAAC,IAAI,EAAE,UAAU,CAAC;CAE9B,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAG,UAAU,CAAC,IAAI,CAAC","file":"index.js","sourcesContent":["export * from './config';\nexport * from './light';\n\nimport type { ITheme } from '../interface';\nimport { lightTheme } from './light';\n\n/** 内置主题 map */\nexport const buildinThemeMap: Map<string, ITheme> = new Map([\n [lightTheme.name, lightTheme]\n // [darkTheme.name, darkTheme] // TODO: wip\n]);\n\n/** 默认主题 */\nexport const defaultThemeName = lightTheme.name;\n"]}
@@ -1,17 +0,0 @@
1
- export const colorScheme = {
2
- default: {
3
- dataScheme: [ {
4
- maxDomainLength: 10,
5
- scheme: [ "#1664FF", "#1AC6FF", "#FF8A00", "#3CC780", "#7442D4", "#FFC400", "#304D77", "#B48DEB", "#009488", "#FF7DDA" ]
6
- }, {
7
- scheme: [ "#1664FF", "#B2CFFF", "#1AC6FF", "#94EFFF", "#FF8A00", "#FFCE7A", "#3CC780", "#B9EDCD", "#7442D4", "#DDC5FA", "#FFC400", "#FAE878", "#304D77", "#8B959E", "#B48DEB", "#EFE3FF", "#009488", "#59BAA8", "#FF7DDA", "#FFCFEE" ]
8
- } ],
9
- palette: {
10
- labelFontColor: "#89909D",
11
- titleFontColor: "#000000",
12
- axisGridColor: "#EBEDF2",
13
- axisDomainColor: "#D9DDE4"
14
- }
15
- }
16
- };
17
- //# sourceMappingURL=color-scheme.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/color-scheme.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,WAAW,GAAsB;IAC5C,OAAO,EAAE;QACP,UAAU,EAAE;YAEV;gBACE,eAAe,EAAE,EAAE;gBACnB,MAAM,EAAE;oBACN,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;iBACV;aACF;YAED;gBACE,MAAM,EAAE;oBACN,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;oBACT,SAAS;iBACV;aACF;SACF;QACD,OAAO,EAAE;YACP,cAAc,EAAE,SAAS;YACzB,cAAc,EAAE,SAAS;YACzB,aAAa,EAAE,SAAS;YACxB,eAAe,EAAE,SAAS;SAC3B;KACF;CACF,CAAC","file":"color-scheme.js","sourcesContent":["import type { IThemeColorScheme } from '../../color-scheme/interface';\n\nexport const colorScheme: IThemeColorScheme = {\n default: {\n dataScheme: [\n // 第一档颜色(数据项 <= 10)\n {\n maxDomainLength: 10,\n scheme: [\n '#1664FF',\n '#1AC6FF',\n '#FF8A00',\n '#3CC780',\n '#7442D4',\n '#FFC400',\n '#304D77',\n '#B48DEB',\n '#009488',\n '#FF7DDA'\n ]\n },\n // 第二档颜色(数据项 > 10)\n {\n scheme: [\n '#1664FF',\n '#B2CFFF',\n '#1AC6FF',\n '#94EFFF',\n '#FF8A00',\n '#FFCE7A',\n '#3CC780',\n '#B9EDCD',\n '#7442D4',\n '#DDC5FA',\n '#FFC400',\n '#FAE878',\n '#304D77',\n '#8B959E',\n '#B48DEB',\n '#EFE3FF',\n '#009488',\n '#59BAA8',\n '#FF7DDA',\n '#FFCFEE'\n ]\n }\n ],\n palette: {\n labelFontColor: '#89909D',\n titleFontColor: '#000000',\n axisGridColor: '#EBEDF2',\n axisDomainColor: '#D9DDE4'\n }\n }\n};\n"]}
@@ -1,2 +0,0 @@
1
- import type { IAxisCommonTheme } from '../../../../../component/axis';
2
- export declare const axisBand: IAxisCommonTheme;
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/axis/band-axis.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAqB;IACxC,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;KACd;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,KAAK;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;KACf;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;KACf;CACF,CAAC","file":"band-axis.js","sourcesContent":["import type { IAxisCommonTheme } from '../../../../../component/axis';\n\nexport const axisBand: IAxisCommonTheme = {\n domainLine: {\n visible: true\n },\n grid: {\n visible: false\n },\n subGrid: {\n visible: false\n },\n tick: {\n visible: true\n },\n subTick: {\n visible: false\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/axis/cartesian-axis.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,KAAK,GAA8B;IAC9C,KAAK,EAAE;QACL,KAAK,EAAE,EAAE;KACV;IACD,KAAK,EAAE;QACL,KAAK,EAAE,EAAE;KACV;IACD,SAAS,EAAE,KAAK;CACjB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA8B;IAC9C,KAAK,EAAE;QACL,KAAK,EAAE,EAAE;QACT,SAAS,EAAE,IAAI;KAChB;IACD,KAAK,EAAE;QACL,KAAK,EAAE,EAAE;QACT,UAAU,EAAE,IAAI;KACjB;IACD,QAAQ,EAAE,KAAK;CAChB,CAAC","file":"cartesian-axis.js","sourcesContent":["import type { ICartesianAxisCommonTheme } from '../../../../../component/axis/cartesian/interface';\n\nexport const axisX: ICartesianAxisCommonTheme = {\n label: {\n space: 10\n },\n title: {\n space: 10\n },\n maxHeight: '30%'\n};\n\nexport const axisY: ICartesianAxisCommonTheme = {\n label: {\n space: 20,\n autoLimit: true\n },\n title: {\n space: 20,\n autoRotate: true\n },\n maxWidth: '30%'\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/axis/common-axis.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,CAAC,MAAM,UAAU,GAAqB;IAC1C,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACnD,aAAa,EAAE,CAAC;SACjB;KACF;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,eAAe,EAAE;YACjD,aAAa,EAAE,CAAC;YAChB,QAAQ,EAAE,EAAE;SACb;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,eAAe,EAAE;YACjD,aAAa,EAAE,CAAC;YAChB,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;SACjB;KACF;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,eAAe,CAAC,cAAc;QACxC,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACnD,aAAa,EAAE,CAAC;SACjB;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE,eAAe,CAAC,cAAc,GAAG,CAAC;QAC5C,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACnD,aAAa,EAAE,CAAC;SACjB;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,KAAK,EAAE,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;YAChD,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;SACf;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;SACf;KACF;CACF,CAAC","file":"common-axis.js","sourcesContent":["import type { IAxisCommonTheme } from '../../../../../component/axis';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const commonAxis: IAxisCommonTheme = {\n domainLine: {\n visible: true,\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'axisDomainColor' },\n strokeOpacity: 1\n }\n },\n grid: {\n visible: true,\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'axisGridColor' },\n strokeOpacity: 1,\n lineDash: []\n }\n },\n subGrid: {\n visible: false,\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'axisGridColor' },\n strokeOpacity: 1,\n lineDash: [4, 4]\n }\n },\n tick: {\n visible: true,\n tickSize: THEME_CONSTANTS.AXIS_TICK_SIZE,\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'axisDomainColor' },\n strokeOpacity: 1\n }\n },\n subTick: {\n visible: false,\n tickSize: THEME_CONSTANTS.AXIS_TICK_SIZE / 2,\n style: {\n lineWidth: 1,\n stroke: { type: 'palette', key: 'axisDomainColor' },\n strokeOpacity: 1\n }\n },\n label: {\n visible: true,\n space: 10,\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fill: { type: 'palette', key: 'labelFontColor' },\n fontWeight: 'normal',\n fillOpacity: 1\n }\n },\n title: {\n space: 10,\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fill: '#333333',\n fontWeight: 'normal',\n fillOpacity: 1\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/axis/linear-axis.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,UAAU,GAAqB;IAC1C,UAAU,EAAE;QACV,OAAO,EAAE,KAAK;KACf;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;KACf;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,KAAK;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;KACf;CACF,CAAC","file":"linear-axis.js","sourcesContent":["import type { IAxisCommonTheme } from '../../../../../component/axis';\n\nexport const axisLinear: IAxisCommonTheme = {\n domainLine: {\n visible: false\n },\n grid: {\n visible: true\n },\n subGrid: {\n visible: false\n },\n tick: {\n visible: false\n },\n subTick: {\n visible: false\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/axis/log-axis.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,OAAO,GAAqB;IACvC,UAAU,EAAE;QACV,OAAO,EAAE,KAAK;KACf;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;KACf;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,KAAK;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,KAAK;KACf;CACF,CAAC","file":"log-axis.js","sourcesContent":["import type { IAxisCommonTheme } from '../../../../../component/axis';\n\nexport const axisLog: IAxisCommonTheme = {\n domainLine: {\n visible: false\n },\n grid: {\n visible: true\n },\n subGrid: {\n visible: false\n },\n tick: {\n visible: false\n },\n subTick: {\n visible: false\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/axis/polar-axis.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,UAAU,GAA0B;IAC/C,IAAI,EAAE;QACJ,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,IAAI;KACd;IACD,OAAO,EAAE;QACP,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,KAAK;KACf;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA0B;IAC9C,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;SACjB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE,EAAE;KACV;CACF,CAAC","file":"polar-axis.js","sourcesContent":["import type { IPolarAxisCommonTheme } from '../../../../../component/axis/polar/interface/theme';\n\nexport const axisRadius: IPolarAxisCommonTheme = {\n grid: {\n smooth: true,\n visible: true\n },\n subGrid: {\n smooth: true,\n visible: false\n }\n};\n\nexport const axisAngle: IPolarAxisCommonTheme = {\n grid: {\n visible: true,\n style: {\n lineDash: [6, 6]\n }\n },\n label: {\n space: 10\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/brush.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,KAAK,GAAgB;IAChC,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,WAAW,EAAE,GAAG;QAChB,MAAM,EAAE,SAAS;QACjB,SAAS,EAAE,CAAC;KACb;IACD,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,MAAM;IACjB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,IAAI;IACnB,SAAS,EAAE,UAAU;IACrB,SAAS,EAAE,CAAC;CACb,CAAC","file":"brush.js","sourcesContent":["import type { IBrushTheme } from '../../../../component/brush';\n\nexport const brush: IBrushTheme = {\n style: {\n fill: '#B0C8F9',\n fillOpacity: 0.2,\n stroke: '#B0C8F9',\n lineWidth: 2\n },\n brushMode: 'single',\n brushType: 'rect',\n brushMoved: true,\n removeOnClick: true,\n delayType: 'throttle',\n delayTime: 0\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/crosshair.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,QAAQ,GAAG,eAAe,CAAC,eAAe,CAAC;AAEjD,MAAM,CAAC,MAAM,SAAS,GAAoB;IACxC,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACoB;QACvB,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,MAAM;gBACZ,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,MAAM;gBACZ,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;IACD,aAAa,EAAE;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,MAAM;gBACZ,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,KAAK;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,GAAG;gBACZ,QAAQ,EAAE,EAAE;aACb;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;YACd,KAAK,EAAE;gBACL,UAAU,EAAE,QAAQ;gBACpB,IAAI,EAAE,MAAM;gBACZ,QAAQ;aACT;YACD,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,MAAM,EAAE,CAAC;oBACT,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;oBACP,KAAK,EAAE,CAAC;iBACT;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,uBAAuB;oBAC7B,YAAY,EAAE,CAAC;iBAChB;aACF;SACF;KACF;CACF,CAAC","file":"crosshair.js","sourcesContent":["import type { ICrosshairRectSpec, ICrosshairTheme } from '../../../../component/crosshair/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst fontSize = THEME_CONSTANTS.LABEL_FONT_SIZE;\n\nexport const crosshair: ICrosshairTheme = {\n trigger: 'hover',\n xField: {\n visible: false,\n line: {\n type: 'rect',\n visible: true,\n style: {\n fill: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n } as ICrosshairRectSpec,\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: '#fff',\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n },\n yField: {\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n },\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: '#fff',\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n },\n categoryField: {\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n },\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: '#fff',\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n },\n valueField: {\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: '#b2bacf',\n opacity: 0.2,\n lineDash: []\n }\n },\n label: {\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: '#fff',\n fontSize\n },\n labelBackground: {\n padding: {\n bottom: 2,\n top: 2,\n left: 4,\n right: 4\n },\n style: {\n fill: 'rgba(47, 59, 82, 0.9)',\n cornerRadius: 4\n }\n }\n }\n }\n};\n"]}
@@ -1,101 +0,0 @@
1
- export const dataZoom = {
2
- showDetail: "auto",
3
- middleHandler: {
4
- visible: !0,
5
- background: {
6
- size: 6,
7
- style: {
8
- stroke: "#D1D5DA",
9
- cornerRadius: 2
10
- }
11
- },
12
- icon: {
13
- style: {
14
- size: 4,
15
- fill: "white",
16
- stroke: "#D1D5DA",
17
- symbolType: "M 0.3 -0.5 C 0.41 -0.5 0.5 -0.41 0.5 -0.3 C 0.5 -0.3 0.5 0.3 0.5 0.3 C 0.5 0.41 0.41 0.5 0.3 0.5 C 0.3 0.5 -0.3 0.5 -0.3 0.5 C -0.41 0.5 -0.5 0.41 -0.5 0.3 C -0.5 0.3 -0.5 -0.3 -0.5 -0.3 C -0.5 -0.41 -0.41 -0.5 -0.3 -0.5 C -0.3 -0.5 0.3 -0.5 0.3 -0.5 Z",
18
- lineWidth: .5
19
- }
20
- }
21
- },
22
- background: {
23
- size: 20,
24
- style: {
25
- fill: "#F6F8FA",
26
- stroke: "#F6F8FA",
27
- lineWidth: 1
28
- }
29
- },
30
- startHandler: {
31
- style: {
32
- symbolType: "M-651.40493822 1451.33576377m0-418.93088554l0-2094.65442779q0-418.93088556 418.93088555-418.93088733l418.93088556 0q418.93088556 0 418.93088553 418.93088733l0 2094.65442779q0 418.93088556-418.93088553 418.93088554l-418.93088556 0q-418.93088556 0-418.93088555-418.93088554Z M-546.67221684 1032.40487819a314.19816417 314.19816417 0 0 0 314.19816418 314.19816421l418.93088555 1e-8a314.19816417 314.19816417 0 0 0 314.19816418-314.19816418l-1e-8-2094.65442779a314.19816417 314.19816417 0 0 0-314.19816417-314.19816596l-418.93088556 0a314.19816417 314.19816417 0 0 0-314.19816417 314.19816596l0 2094.65442775m-104.73272138 4e-8l0-2094.65442779a418.93088556 418.93088556 0 0 1 418.93088555-418.93088733l418.93088556 0a418.93088556 418.93088556 0 0 1 418.93088553 418.93088733l0 2094.65442779a418.93088556 418.93088556 0 0 1-418.93088553 418.93088554l-418.93088556 0a418.93088556 418.93088556 0 0 1-418.93088555-418.93088554z M-232.47405266 404.00854987l-1e-8-837.86177109 104.73272138 0 0 837.86177109z M81.72411149 404.00854987l0-837.86177109 104.7327214 0 0 837.8617711z",
33
- fill: "#FFF",
34
- stroke: "#AEB8C6",
35
- lineWidth: 1
36
- }
37
- },
38
- endHandler: {
39
- style: {
40
- symbolType: "M-651.40493822 1451.33576377m0-418.93088554l0-2094.65442779q0-418.93088556 418.93088555-418.93088733l418.93088556 0q418.93088556 0 418.93088553 418.93088733l0 2094.65442779q0 418.93088556-418.93088553 418.93088554l-418.93088556 0q-418.93088556 0-418.93088555-418.93088554Z M-546.67221684 1032.40487819a314.19816417 314.19816417 0 0 0 314.19816418 314.19816421l418.93088555 1e-8a314.19816417 314.19816417 0 0 0 314.19816418-314.19816418l-1e-8-2094.65442779a314.19816417 314.19816417 0 0 0-314.19816417-314.19816596l-418.93088556 0a314.19816417 314.19816417 0 0 0-314.19816417 314.19816596l0 2094.65442775m-104.73272138 4e-8l0-2094.65442779a418.93088556 418.93088556 0 0 1 418.93088555-418.93088733l418.93088556 0a418.93088556 418.93088556 0 0 1 418.93088553 418.93088733l0 2094.65442779a418.93088556 418.93088556 0 0 1-418.93088553 418.93088554l-418.93088556 0a418.93088556 418.93088556 0 0 1-418.93088555-418.93088554z M-232.47405266 404.00854987l-1e-8-837.86177109 104.73272138 0 0 837.86177109z M81.72411149 404.00854987l0-837.86177109 104.7327214 0 0 837.8617711z",
41
- fill: "#FFF",
42
- stroke: "#AEB8C6",
43
- lineWidth: 1
44
- }
45
- },
46
- startText: {
47
- padding: 8,
48
- style: {
49
- fontSize: 10,
50
- fill: "#6F6F6F"
51
- }
52
- },
53
- endText: {
54
- padding: 8,
55
- style: {
56
- fontSize: 10,
57
- fill: "#6F6F6F"
58
- }
59
- },
60
- selectedBackground: {
61
- style: {
62
- fill: "#D8E4F7"
63
- }
64
- },
65
- dragMask: {
66
- style: {
67
- fill: "#D9E5F8",
68
- stroke: "#AEB8C6",
69
- lineWidth: 1
70
- }
71
- },
72
- backgroundChart: {
73
- area: {
74
- style: {
75
- stroke: !1,
76
- fill: "#CACFD7"
77
- }
78
- },
79
- line: {
80
- style: {
81
- stroke: "#CACFD7",
82
- lineWidth: 1
83
- }
84
- }
85
- },
86
- selectedBackgroundChart: {
87
- area: {
88
- style: {
89
- stroke: !1,
90
- fill: "#CACFD7"
91
- }
92
- },
93
- line: {
94
- style: {
95
- stroke: "#CACFD7",
96
- lineWidth: 1
97
- }
98
- }
99
- }
100
- };
101
- //# sourceMappingURL=data-zoom.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/data-zoom.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAmB;IACtC,UAAU,EAAE,MAAM;IAClB,aAAa,EAAE;QACb,OAAO,EAAE,IAAI;QACb,UAAU,EAAE;YACV,IAAI,EAAE,CAAC;YACP,KAAK,EAAE;gBAEL,MAAM,EAAE,SAAS;gBACjB,YAAY,EAAE,CAAC;aAChB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,IAAI,EAAE,CAAC;gBACP,IAAI,EAAE,OAAO;gBACb,MAAM,EAAE,SAAS;gBACjB,UAAU,EAER,8PAA8P;gBAChQ,SAAS,EAAE,GAAG;aACf;SACF;KACF;IACD,UAAU,EAAE;QACV,IAAI,EAAE,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,SAAS;YACjB,SAAS,EAAE,CAAC;SACb;KACF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,UAAU,EAER,4iCAA4iC;YAC9iC,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,SAAS;YACjB,SAAS,EAAE,CAAC;SACb;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,UAAU,EAER,4iCAA4iC;YAC9iC,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,SAAS;YACjB,SAAS,EAAE,CAAC;SACb;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,SAAS;SAChB;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,SAAS;SAChB;KACF;IACD,kBAAkB,EAAE;QAClB,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;SAChB;KACF;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,SAAS;YACjB,SAAS,EAAE,CAAC;SACb;KACF;IACD,eAAe,EAAE;QACf,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,SAAS,EAAE,CAAC;aACb;SACF;KACF;IACD,uBAAuB,EAAE;QACvB,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,SAAS;gBACjB,SAAS,EAAE,CAAC;aACb;SACF;KACF;CACF,CAAC","file":"data-zoom.js","sourcesContent":["import type { IDataZoomTheme } from '../../../../component/data-zoom';\n\nexport const dataZoom: IDataZoomTheme = {\n showDetail: 'auto',\n middleHandler: {\n visible: true,\n background: {\n size: 6,\n style: {\n // fill: 'white',\n stroke: '#D1D5DA',\n cornerRadius: 2\n }\n },\n icon: {\n style: {\n size: 4,\n fill: 'white',\n stroke: '#D1D5DA',\n symbolType:\n // eslint-disable-next-line max-len\n 'M 0.3 -0.5 C 0.41 -0.5 0.5 -0.41 0.5 -0.3 C 0.5 -0.3 0.5 0.3 0.5 0.3 C 0.5 0.41 0.41 0.5 0.3 0.5 C 0.3 0.5 -0.3 0.5 -0.3 0.5 C -0.41 0.5 -0.5 0.41 -0.5 0.3 C -0.5 0.3 -0.5 -0.3 -0.5 -0.3 C -0.5 -0.41 -0.41 -0.5 -0.3 -0.5 C -0.3 -0.5 0.3 -0.5 0.3 -0.5 Z',\n lineWidth: 0.5\n }\n }\n },\n background: {\n size: 20,\n style: {\n fill: '#F6F8FA',\n stroke: '#F6F8FA',\n lineWidth: 1\n }\n },\n startHandler: {\n style: {\n symbolType:\n // eslint-disable-next-line max-len\n 'M-651.40493822 1451.33576377m0-418.93088554l0-2094.65442779q0-418.93088556 418.93088555-418.93088733l418.93088556 0q418.93088556 0 418.93088553 418.93088733l0 2094.65442779q0 418.93088556-418.93088553 418.93088554l-418.93088556 0q-418.93088556 0-418.93088555-418.93088554Z M-546.67221684 1032.40487819a314.19816417 314.19816417 0 0 0 314.19816418 314.19816421l418.93088555 1e-8a314.19816417 314.19816417 0 0 0 314.19816418-314.19816418l-1e-8-2094.65442779a314.19816417 314.19816417 0 0 0-314.19816417-314.19816596l-418.93088556 0a314.19816417 314.19816417 0 0 0-314.19816417 314.19816596l0 2094.65442775m-104.73272138 4e-8l0-2094.65442779a418.93088556 418.93088556 0 0 1 418.93088555-418.93088733l418.93088556 0a418.93088556 418.93088556 0 0 1 418.93088553 418.93088733l0 2094.65442779a418.93088556 418.93088556 0 0 1-418.93088553 418.93088554l-418.93088556 0a418.93088556 418.93088556 0 0 1-418.93088555-418.93088554z M-232.47405266 404.00854987l-1e-8-837.86177109 104.73272138 0 0 837.86177109z M81.72411149 404.00854987l0-837.86177109 104.7327214 0 0 837.8617711z',\n fill: '#FFF',\n stroke: '#AEB8C6',\n lineWidth: 1\n }\n },\n endHandler: {\n style: {\n symbolType:\n // eslint-disable-next-line max-len\n 'M-651.40493822 1451.33576377m0-418.93088554l0-2094.65442779q0-418.93088556 418.93088555-418.93088733l418.93088556 0q418.93088556 0 418.93088553 418.93088733l0 2094.65442779q0 418.93088556-418.93088553 418.93088554l-418.93088556 0q-418.93088556 0-418.93088555-418.93088554Z M-546.67221684 1032.40487819a314.19816417 314.19816417 0 0 0 314.19816418 314.19816421l418.93088555 1e-8a314.19816417 314.19816417 0 0 0 314.19816418-314.19816418l-1e-8-2094.65442779a314.19816417 314.19816417 0 0 0-314.19816417-314.19816596l-418.93088556 0a314.19816417 314.19816417 0 0 0-314.19816417 314.19816596l0 2094.65442775m-104.73272138 4e-8l0-2094.65442779a418.93088556 418.93088556 0 0 1 418.93088555-418.93088733l418.93088556 0a418.93088556 418.93088556 0 0 1 418.93088553 418.93088733l0 2094.65442779a418.93088556 418.93088556 0 0 1-418.93088553 418.93088554l-418.93088556 0a418.93088556 418.93088556 0 0 1-418.93088555-418.93088554z M-232.47405266 404.00854987l-1e-8-837.86177109 104.73272138 0 0 837.86177109z M81.72411149 404.00854987l0-837.86177109 104.7327214 0 0 837.8617711z',\n fill: '#FFF',\n stroke: '#AEB8C6',\n lineWidth: 1\n }\n },\n startText: {\n padding: 8,\n style: {\n fontSize: 10,\n fill: '#6F6F6F'\n }\n },\n endText: {\n padding: 8,\n style: {\n fontSize: 10,\n fill: '#6F6F6F'\n }\n },\n selectedBackground: {\n style: {\n fill: '#D8E4F7'\n }\n },\n dragMask: {\n style: {\n fill: '#D9E5F8',\n stroke: '#AEB8C6',\n lineWidth: 1\n }\n },\n backgroundChart: {\n area: {\n style: {\n stroke: false,\n fill: '#CACFD7'\n }\n },\n line: {\n style: {\n stroke: '#CACFD7',\n lineWidth: 1\n }\n }\n },\n selectedBackgroundChart: {\n area: {\n style: {\n stroke: false,\n fill: '#CACFD7'\n }\n },\n line: {\n style: {\n stroke: '#CACFD7',\n lineWidth: 1\n }\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,CAAC,MAAM,SAAS,GAAoB;IACxC,cAAc;IACd,WAAW;IACX,UAAU;IACV,IAAI,EAAE,UAAU;IAChB,QAAQ;IACR,UAAU;IACV,KAAK;IACL,KAAK;IACL,SAAS;IACT,UAAU;IACV,QAAQ;IACR,QAAQ;IACR,SAAS;IACT,OAAO;IACP,QAAQ;IACR,SAAS;IACT,MAAM;IACN,KAAK;IACL,SAAS;IACT,KAAK;IACL,QAAQ;IACR,MAAM;IACN,UAAU;CACX,CAAC","file":"index.js","sourcesContent":["import type { IComponentTheme } from '../../../../component/interface';\nimport { axisBand } from './axis/band-axis';\nimport { axisX, axisY } from './axis/cartesian-axis';\nimport { commonAxis } from './axis/common-axis';\nimport { axisLinear } from './axis/linear-axis';\nimport { axisAngle, axisRadius } from './axis/polar-axis';\nimport { brush } from './brush';\nimport { crosshair } from './crosshair';\nimport { dataZoom } from './data-zoom';\nimport { indicator } from './indicator';\nimport { colorLegend } from './legend/color-legend';\nimport { discreteLegend } from './legend/discrete-legend';\nimport { sizeLegend } from './legend/size-legend';\nimport { mapLabel } from './map-label';\nimport { markArea } from './mark-area';\nimport { markLine } from './mark-line';\nimport { markPoint } from './mark-point';\nimport { player } from './player';\nimport { title } from './title';\nimport { tooltip } from './tooltip';\nimport { poptip } from './poptip';\nimport { totalLabel } from './total-label';\n\nexport const component: IComponentTheme = {\n discreteLegend,\n colorLegend,\n sizeLegend,\n axis: commonAxis,\n axisBand,\n axisLinear,\n axisX,\n axisY,\n axisAngle,\n axisRadius,\n markLine,\n markArea,\n markPoint,\n tooltip,\n dataZoom,\n crosshair,\n player,\n brush,\n indicator,\n title,\n mapLabel,\n poptip,\n totalLabel\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/indicator.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,SAAS,GAAoB;IACxC,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,SAAS,EAAE,KAAK;QAChB,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,OAAO;YACb,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,KAAK;YACnB,SAAS,EAAE,QAAQ;SACpB;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE;YACZ,IAAI,EAAE,OAAO;YACb,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,KAAK;YACnB,SAAS,EAAE,QAAQ;SACpB;KACF;CACF,CAAC","file":"indicator.js","sourcesContent":["import type { IIndicatorTheme } from '../../../../component/indicator/interface';\n\nexport const indicator: IIndicatorTheme = {\n title: {\n visible: true,\n autoLimit: false,\n autoFit: false,\n style: {\n fontSize: 20,\n fill: 'black',\n fontWeight: 'normal',\n fillOpacity: 1,\n textBaseline: 'top',\n textAlign: 'center'\n }\n },\n content: {\n visible: true,\n style: {\n fontSize: 16,\n fill: 'black',\n fontWeight: 'normal',\n fillOpacity: 1,\n textBaseline: 'top',\n textAlign: 'center'\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/color-legend.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC;AAE/D,MAAM,CAAC,MAAM,WAAW,GAAsB;IAC5C,UAAU,kCACL,+BAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;YACT,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,GACF;IACD,QAAQ,kCACH,+BAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,GAAG;YACX,KAAK,EAAE;gBACL,IAAI,EAAE,kBAAkB;aACzB;SACF,GACF;CACF,CAAC","file":"color-legend.js","sourcesContent":["import type { IColorLegendTheme } from '../../../../../component/legend';\nimport { DEFAULT_CONTINUOUS_LEGEND_THEME } from './continuous';\n\nexport const colorLegend: IColorLegendTheme = {\n horizontal: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 200,\n height: 8,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n }\n },\n vertical: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 8,\n height: 200,\n style: {\n fill: 'rgba(0,0,0,0.04)'\n }\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/continuous.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,CAAC,MAAM,+BAA+B,GAA2B;IACrE,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,EAAE;IACX,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;QACD,KAAK,EAAE,EAAE;KACV;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;KACd;IACD,SAAS,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,OAAO,EAAE;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;IACD,WAAW,EAAE;QACX,KAAK,EAAE;YACL,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;SACjD;KACF;CACF,CAAC","file":"continuous.js","sourcesContent":["import type { IContinuousLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme = {\n orient: 'right',\n position: 'middle',\n padding: 30,\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'titleFontColor' }\n },\n space: 12\n },\n handler: {\n visible: true\n },\n startText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n endText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n },\n handlerText: {\n style: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'labelFontColor' }\n }\n }\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/discrete-legend.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,CAAC,MAAM,cAAc,GAAyB;IAClD,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,EAAE;IACX,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,eAAe,CAAC,eAAe;YACzC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;YAChD,UAAU,EAAE,QAAQ;SACrB;QACD,KAAK,EAAE,EAAE;KACV;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,CAAC;QACV,UAAU,EAAE;YACV,KAAK,EAAE;gBACL,aAAa,EAAE;oBACb,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,GAAG;iBACjB;gBACD,eAAe,EAAE;oBACf,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,gBAAgB,EAAE;gBAChD,QAAQ,EAAE,eAAe,CAAC,eAAe;aAC1C;YACD,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,WAAW,EAAE,GAAG;iBACjB;aACF;SACF;KACF;IACD,gBAAgB,EAAE,KAAK;CACxB,CAAC","file":"discrete-legend.js","sourcesContent":["import type { IDiscreteLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const discreteLegend: IDiscreteLegendTheme = {\n orient: 'bottom',\n position: 'middle',\n padding: 30,\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE,\n fill: { type: 'palette', key: 'titleFontColor' },\n fontWeight: 'normal'\n },\n space: 12\n },\n item: {\n visible: true,\n spaceCol: 10,\n spaceRow: 10,\n padding: 2,\n background: {\n state: {\n selectedHover: {\n fill: 'gray',\n fillOpacity: 0.7\n },\n unSelectedHover: {\n fill: 'gray',\n fillOpacity: 0.2\n }\n }\n },\n shape: {\n space: 4,\n state: {\n unSelected: {\n fillOpacity: 0.5\n }\n }\n },\n label: {\n space: 4,\n style: {\n fill: { type: 'palette', key: 'labelFontColor' },\n fontSize: THEME_CONSTANTS.LABEL_FONT_SIZE\n },\n state: {\n unSelected: {\n fillOpacity: 0.5\n }\n }\n }\n },\n allowAllCanceled: false\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/legend/size-legend.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC;AAE/D,MAAM,CAAC,MAAM,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,+BAA+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,+BAA+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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/map-label.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,QAAQ,GAAG,eAAe,CAAC,eAAe,CAAC;AACjD,MAAM,UAAU,GAAG,eAAe,CAAC,WAAW,CAAC;AAE/C,MAAM,CAAC,MAAM,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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/mark-area.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,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,MAAM;YACZ,MAAM,EAAE,MAAM;YACd,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: '#fff',\n stroke: '#fff',\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"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/buildin-theme/light/component/mark-line.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,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,MAAM;YACZ,MAAM,EAAE,MAAM;YACd,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: '#fff',\n stroke: '#fff',\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"]}