@visactor/vseed 0.3.2 → 0.3.3

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 (271) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/builder.d.ts +1176 -0
  4. package/dist/esm/dataReshape/dataReshapeByEncoding.d.ts +1 -1
  5. package/dist/esm/dataReshape/dataReshapeByEncoding.js.map +1 -1
  6. package/dist/esm/dataReshape/foldMeasures.js +12 -11
  7. package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
  8. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +3 -1
  9. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
  10. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js +1 -0
  11. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js.map +1 -1
  12. package/dist/esm/pipeline/advanced/chart/pipes/config/heatmap.d.ts +2 -0
  13. package/dist/esm/pipeline/advanced/chart/pipes/config/heatmap.js +31 -0
  14. package/dist/esm/pipeline/advanced/chart/pipes/config/heatmap.js.map +1 -0
  15. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js +1 -0
  16. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js.map +1 -1
  17. package/dist/esm/pipeline/advanced/chart/pipes/config/index.d.ts +2 -2
  18. package/dist/esm/pipeline/advanced/chart/pipes/config/index.js +1 -1
  19. package/dist/esm/pipeline/advanced/chart/pipes/config/index.js.map +1 -1
  20. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js +1 -0
  21. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js.map +1 -1
  22. package/dist/esm/pipeline/advanced/chart/pipes/config/pie.js +2 -1
  23. package/dist/esm/pipeline/advanced/chart/pipes/config/pie.js.map +1 -1
  24. package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js +1 -0
  25. package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js.map +1 -1
  26. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/addPivotDimensionsForScatter.d.ts +2 -0
  27. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/addPivotDimensionsForScatter.js +29 -0
  28. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/addPivotDimensionsForScatter.js.map +1 -0
  29. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.d.ts +1 -0
  30. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.js +1 -0
  31. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js +2 -6
  32. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
  33. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js +13 -4
  34. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
  35. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForScatter.js +16 -24
  36. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForScatter.js.map +1 -1
  37. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
  38. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
  39. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js +2 -1
  40. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
  41. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js +10 -6
  42. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
  43. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js.map +1 -1
  44. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js +5 -2
  45. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
  46. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js +4 -2
  47. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
  48. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js +2 -1
  49. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
  50. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js +5 -2
  51. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
  52. package/dist/esm/pipeline/advanced/table/pipes/default/defaultDimensions.js.map +1 -1
  53. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasures.js.map +1 -1
  54. package/dist/esm/pipeline/spec/chart/pipeline/area.js +3 -1
  55. package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
  56. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js +3 -1
  57. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
  58. package/dist/esm/pipeline/spec/chart/pipeline/bar.js +3 -1
  59. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  60. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +3 -1
  61. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  62. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js +3 -1
  63. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
  64. package/dist/esm/pipeline/spec/chart/pipeline/column.js +3 -1
  65. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  66. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +3 -1
  67. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  68. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js +3 -1
  69. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
  70. package/dist/esm/pipeline/spec/chart/pipeline/donut.js +3 -1
  71. package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
  72. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js +3 -2
  73. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  74. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +8 -5
  75. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  76. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -1
  77. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
  78. package/dist/esm/pipeline/spec/chart/pipeline/line.js +3 -1
  79. package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
  80. package/dist/esm/pipeline/spec/chart/pipeline/pie.js +3 -1
  81. package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
  82. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +3 -1
  83. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
  84. package/dist/esm/pipeline/spec/chart/pipes/brush/brush.d.ts +2 -0
  85. package/dist/esm/pipeline/spec/chart/pipes/brush/brush.js +37 -0
  86. package/dist/esm/pipeline/spec/chart/pipes/brush/brush.js.map +1 -0
  87. package/dist/esm/pipeline/spec/chart/pipes/brush/index.d.ts +1 -0
  88. package/dist/esm/pipeline/spec/chart/pipes/brush/index.js +1 -0
  89. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js +3 -3
  90. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js.map +1 -1
  91. package/dist/esm/pipeline/spec/chart/pipes/color/index.d.ts +0 -1
  92. package/dist/esm/pipeline/spec/chart/pipes/color/index.js +1 -2
  93. package/dist/esm/pipeline/spec/chart/pipes/index.d.ts +1 -0
  94. package/dist/esm/pipeline/spec/chart/pipes/index.js +1 -0
  95. package/dist/esm/pipeline/spec/chart/pipes/label/label.d.ts +1 -0
  96. package/dist/esm/pipeline/spec/chart/pipes/label/label.js +2 -0
  97. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  98. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js +2 -2
  99. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
  100. package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.js +17 -8
  101. package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.js.map +1 -1
  102. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/heatmapColorDomain.d.ts +2 -0
  103. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/heatmapColorDomain.js +18 -0
  104. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/heatmapColorDomain.js.map +1 -0
  105. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/index.d.ts +1 -0
  106. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/index.js +2 -1
  107. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js +13 -7
  108. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
  109. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js +12 -3
  110. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
  111. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js +2 -2
  112. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  113. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js.map +1 -1
  114. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js +12 -3
  115. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js.map +1 -1
  116. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js +4 -2
  117. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -1
  118. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +1 -1
  119. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +8 -7
  120. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  121. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js +1 -1
  122. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  123. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.d.ts +1 -1
  124. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js +9 -2
  125. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  126. package/dist/esm/pipeline/utils/chatType.js +24 -4
  127. package/dist/esm/pipeline/utils/chatType.js.map +1 -1
  128. package/dist/esm/pipeline/utils/measures/typeGuard.d.ts +1 -1
  129. package/dist/esm/pipeline/utils/measures/typeGuard.js +30 -6
  130. package/dist/esm/pipeline/utils/measures/typeGuard.js.map +1 -1
  131. package/dist/esm/theme/common/brush.d.ts +3 -0
  132. package/dist/esm/theme/common/brush.js +21 -0
  133. package/dist/esm/theme/common/brush.js.map +1 -0
  134. package/dist/esm/theme/common/heatmapCell.js +4 -2
  135. package/dist/esm/theme/common/heatmapCell.js.map +1 -1
  136. package/dist/esm/theme/common/index.d.ts +1 -0
  137. package/dist/esm/theme/common/index.js +1 -0
  138. package/dist/esm/theme/common/label.d.ts +18 -0
  139. package/dist/esm/theme/common/label.js +9 -1
  140. package/dist/esm/theme/common/label.js.map +1 -1
  141. package/dist/esm/theme/dark/dark.js +4 -2
  142. package/dist/esm/theme/dark/dark.js.map +1 -1
  143. package/dist/esm/theme/light/light.js +4 -2
  144. package/dist/esm/theme/light/light.js.map +1 -1
  145. package/dist/esm/types/advancedVSeed.d.ts +392 -0
  146. package/dist/esm/types/chartType/area/area.d.ts +6 -1
  147. package/dist/esm/types/chartType/area/zArea.d.ts +4 -0
  148. package/dist/esm/types/chartType/area/zArea.js +2 -1
  149. package/dist/esm/types/chartType/area/zArea.js.map +1 -1
  150. package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +6 -1
  151. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +4 -0
  152. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js +2 -1
  153. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js.map +1 -1
  154. package/dist/esm/types/chartType/bar/bar.d.ts +6 -1
  155. package/dist/esm/types/chartType/bar/zBar.d.ts +4 -0
  156. package/dist/esm/types/chartType/bar/zBar.js +2 -1
  157. package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
  158. package/dist/esm/types/chartType/barParallel/barParallel.d.ts +6 -1
  159. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +4 -0
  160. package/dist/esm/types/chartType/barParallel/zBarParallel.js +2 -1
  161. package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
  162. package/dist/esm/types/chartType/barPercent/barPercent.d.ts +6 -1
  163. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +4 -0
  164. package/dist/esm/types/chartType/barPercent/zBarPercent.js +2 -1
  165. package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
  166. package/dist/esm/types/chartType/boxPlot/boxPlot.d.ts +6 -1
  167. package/dist/esm/types/chartType/boxPlot/zBoxPlot.d.ts +4 -0
  168. package/dist/esm/types/chartType/boxPlot/zBoxPlot.js +2 -1
  169. package/dist/esm/types/chartType/boxPlot/zBoxPlot.js.map +1 -1
  170. package/dist/esm/types/chartType/column/column.d.ts +6 -1
  171. package/dist/esm/types/chartType/column/zColumn.d.ts +4 -0
  172. package/dist/esm/types/chartType/column/zColumn.js +2 -1
  173. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  174. package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +6 -1
  175. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +4 -0
  176. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js +2 -1
  177. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
  178. package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +6 -1
  179. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +4 -0
  180. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js +2 -1
  181. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
  182. package/dist/esm/types/chartType/donut/donut.d.ts +6 -0
  183. package/dist/esm/types/chartType/donut/zDonut.d.ts +4 -0
  184. package/dist/esm/types/chartType/donut/zDonut.js +2 -1
  185. package/dist/esm/types/chartType/donut/zDonut.js.map +1 -1
  186. package/dist/esm/types/chartType/dualAxis/dualAxis.d.ts +6 -1
  187. package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +4 -0
  188. package/dist/esm/types/chartType/dualAxis/zDualAxis.js +2 -1
  189. package/dist/esm/types/chartType/dualAxis/zDualAxis.js.map +1 -1
  190. package/dist/esm/types/chartType/funnel/funnel.d.ts +6 -0
  191. package/dist/esm/types/chartType/funnel/zFunnel.d.ts +4 -0
  192. package/dist/esm/types/chartType/funnel/zFunnel.js +2 -1
  193. package/dist/esm/types/chartType/funnel/zFunnel.js.map +1 -1
  194. package/dist/esm/types/chartType/heatmap/heatmap.d.ts +6 -0
  195. package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +4 -0
  196. package/dist/esm/types/chartType/heatmap/zHeatmap.js +2 -1
  197. package/dist/esm/types/chartType/heatmap/zHeatmap.js.map +1 -1
  198. package/dist/esm/types/chartType/histogram/histogram.d.ts +6 -1
  199. package/dist/esm/types/chartType/histogram/zHistogram.d.ts +4 -0
  200. package/dist/esm/types/chartType/histogram/zHistogram.js +2 -1
  201. package/dist/esm/types/chartType/histogram/zHistogram.js.map +1 -1
  202. package/dist/esm/types/chartType/line/line.d.ts +6 -1
  203. package/dist/esm/types/chartType/line/zLine.d.ts +4 -0
  204. package/dist/esm/types/chartType/line/zLine.js +2 -1
  205. package/dist/esm/types/chartType/line/zLine.js.map +1 -1
  206. package/dist/esm/types/chartType/pie/pie.d.ts +6 -0
  207. package/dist/esm/types/chartType/pie/zPie.d.ts +4 -0
  208. package/dist/esm/types/chartType/pie/zPie.js +2 -1
  209. package/dist/esm/types/chartType/pie/zPie.js.map +1 -1
  210. package/dist/esm/types/chartType/radar/radar.d.ts +6 -0
  211. package/dist/esm/types/chartType/radar/zRadar.d.ts +4 -0
  212. package/dist/esm/types/chartType/radar/zRadar.js +2 -1
  213. package/dist/esm/types/chartType/radar/zRadar.js.map +1 -1
  214. package/dist/esm/types/chartType/rose/rose.d.ts +6 -0
  215. package/dist/esm/types/chartType/rose/zRose.d.ts +4 -0
  216. package/dist/esm/types/chartType/rose/zRose.js +2 -1
  217. package/dist/esm/types/chartType/rose/zRose.js.map +1 -1
  218. package/dist/esm/types/chartType/roseParallel/roseParallel.d.ts +6 -0
  219. package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +4 -0
  220. package/dist/esm/types/chartType/roseParallel/zRoseParallel.js +2 -1
  221. package/dist/esm/types/chartType/roseParallel/zRoseParallel.js.map +1 -1
  222. package/dist/esm/types/chartType/scatter/scatter.d.ts +6 -1
  223. package/dist/esm/types/chartType/scatter/zScatter.d.ts +4 -0
  224. package/dist/esm/types/chartType/scatter/zScatter.js +2 -1
  225. package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
  226. package/dist/esm/types/properties/brush/brush.d.ts +13 -0
  227. package/dist/esm/types/properties/brush/brush.js +0 -0
  228. package/dist/esm/types/properties/brush/index.d.ts +4 -0
  229. package/dist/esm/types/properties/brush/index.js +2 -0
  230. package/dist/esm/types/properties/brush/zBrush.d.ts +19 -0
  231. package/dist/esm/types/properties/brush/zBrush.js +21 -0
  232. package/dist/esm/types/properties/brush/zBrush.js.map +1 -0
  233. package/dist/esm/types/properties/config/area.d.ts +26 -0
  234. package/dist/esm/types/properties/config/area.js +3 -1
  235. package/dist/esm/types/properties/config/area.js.map +1 -1
  236. package/dist/esm/types/properties/config/bar.d.ts +39 -0
  237. package/dist/esm/types/properties/config/bar.js +3 -1
  238. package/dist/esm/types/properties/config/bar.js.map +1 -1
  239. package/dist/esm/types/properties/config/column.d.ts +39 -0
  240. package/dist/esm/types/properties/config/column.js +3 -1
  241. package/dist/esm/types/properties/config/column.js.map +1 -1
  242. package/dist/esm/types/properties/config/config.d.ts +196 -0
  243. package/dist/esm/types/properties/config/heatmap/heatmap.d.ts +4 -0
  244. package/dist/esm/types/properties/config/heatmap/zHeatmap.d.ts +1 -0
  245. package/dist/esm/types/properties/config/heatmap/zHeatmap.js +2 -1
  246. package/dist/esm/types/properties/config/heatmap/zHeatmap.js.map +1 -1
  247. package/dist/esm/types/properties/config/heatmap.d.ts +14 -0
  248. package/dist/esm/types/properties/config/heatmap.js +3 -1
  249. package/dist/esm/types/properties/config/heatmap.js.map +1 -1
  250. package/dist/esm/types/properties/config/histogram.d.ts +13 -0
  251. package/dist/esm/types/properties/config/histogram.js +3 -1
  252. package/dist/esm/types/properties/config/histogram.js.map +1 -1
  253. package/dist/esm/types/properties/config/line.d.ts +13 -0
  254. package/dist/esm/types/properties/config/line.js +3 -1
  255. package/dist/esm/types/properties/config/line.js.map +1 -1
  256. package/dist/esm/types/properties/config/pie.d.ts +39 -0
  257. package/dist/esm/types/properties/config/pie.js +3 -1
  258. package/dist/esm/types/properties/config/pie.js.map +1 -1
  259. package/dist/esm/types/properties/config/scatter.d.ts +13 -0
  260. package/dist/esm/types/properties/config/scatter.js +3 -1
  261. package/dist/esm/types/properties/config/scatter.js.map +1 -1
  262. package/dist/esm/types/properties/index.d.ts +1 -0
  263. package/dist/esm/types/properties/index.js +1 -0
  264. package/dist/esm/types/properties/theme/customTheme.d.ts +392 -0
  265. package/dist/esm/types/zVseed.d.ts +80 -0
  266. package/dist/umd/index.js +456 -158
  267. package/dist/umd/index.js.map +1 -1
  268. package/package.json +3 -3
  269. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.d.ts +0 -2
  270. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.js +0 -17
  271. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.js.map +0 -1
@@ -483,6 +483,19 @@ export declare class Builder implements VSeedBuilder {
483
483
  showTooltip?: boolean | null | undefined;
484
484
  showLabel?: boolean | null | undefined;
485
485
  } | null | undefined;
486
+ brush?: {
487
+ enable: boolean;
488
+ inBrushStyle?: {
489
+ opacity?: number | undefined;
490
+ stroke?: string | undefined;
491
+ lineWidth?: number | undefined;
492
+ } | undefined;
493
+ outOfBrushStyle?: {
494
+ opacity?: number | undefined;
495
+ stroke?: string | undefined;
496
+ lineWidth?: number | undefined;
497
+ } | undefined;
498
+ } | null | undefined;
486
499
  } | null | undefined;
487
500
  column?: {
488
501
  backgroundColor?: string | null | undefined;
@@ -767,6 +780,19 @@ export declare class Builder implements VSeedBuilder {
767
780
  showTooltip?: boolean | null | undefined;
768
781
  showLabel?: boolean | null | undefined;
769
782
  } | null | undefined;
783
+ brush?: {
784
+ enable: boolean;
785
+ inBrushStyle?: {
786
+ opacity?: number | undefined;
787
+ stroke?: string | undefined;
788
+ lineWidth?: number | undefined;
789
+ } | undefined;
790
+ outOfBrushStyle?: {
791
+ opacity?: number | undefined;
792
+ stroke?: string | undefined;
793
+ lineWidth?: number | undefined;
794
+ } | undefined;
795
+ } | null | undefined;
770
796
  regressionLine?: {
771
797
  ecdfRegressionLine?: {
772
798
  enable?: boolean | null | undefined;
@@ -1225,6 +1251,19 @@ export declare class Builder implements VSeedBuilder {
1225
1251
  showTooltip?: boolean | null | undefined;
1226
1252
  showLabel?: boolean | null | undefined;
1227
1253
  } | null | undefined;
1254
+ brush?: {
1255
+ enable: boolean;
1256
+ inBrushStyle?: {
1257
+ opacity?: number | undefined;
1258
+ stroke?: string | undefined;
1259
+ lineWidth?: number | undefined;
1260
+ } | undefined;
1261
+ outOfBrushStyle?: {
1262
+ opacity?: number | undefined;
1263
+ stroke?: string | undefined;
1264
+ lineWidth?: number | undefined;
1265
+ } | undefined;
1266
+ } | null | undefined;
1228
1267
  } | null | undefined;
1229
1268
  columnPercent?: {
1230
1269
  backgroundColor?: string | null | undefined;
@@ -1509,6 +1548,19 @@ export declare class Builder implements VSeedBuilder {
1509
1548
  showTooltip?: boolean | null | undefined;
1510
1549
  showLabel?: boolean | null | undefined;
1511
1550
  } | null | undefined;
1551
+ brush?: {
1552
+ enable: boolean;
1553
+ inBrushStyle?: {
1554
+ opacity?: number | undefined;
1555
+ stroke?: string | undefined;
1556
+ lineWidth?: number | undefined;
1557
+ } | undefined;
1558
+ outOfBrushStyle?: {
1559
+ opacity?: number | undefined;
1560
+ stroke?: string | undefined;
1561
+ lineWidth?: number | undefined;
1562
+ } | undefined;
1563
+ } | null | undefined;
1512
1564
  } | null | undefined;
1513
1565
  bar?: {
1514
1566
  backgroundColor?: string | null | undefined;
@@ -1791,6 +1843,19 @@ export declare class Builder implements VSeedBuilder {
1791
1843
  showTooltip?: boolean | null | undefined;
1792
1844
  showLabel?: boolean | null | undefined;
1793
1845
  } | null | undefined;
1846
+ brush?: {
1847
+ enable: boolean;
1848
+ inBrushStyle?: {
1849
+ opacity?: number | undefined;
1850
+ stroke?: string | undefined;
1851
+ lineWidth?: number | undefined;
1852
+ } | undefined;
1853
+ outOfBrushStyle?: {
1854
+ opacity?: number | undefined;
1855
+ stroke?: string | undefined;
1856
+ lineWidth?: number | undefined;
1857
+ } | undefined;
1858
+ } | null | undefined;
1794
1859
  } | null | undefined;
1795
1860
  barParallel?: {
1796
1861
  backgroundColor?: string | null | undefined;
@@ -2073,6 +2138,19 @@ export declare class Builder implements VSeedBuilder {
2073
2138
  showTooltip?: boolean | null | undefined;
2074
2139
  showLabel?: boolean | null | undefined;
2075
2140
  } | null | undefined;
2141
+ brush?: {
2142
+ enable: boolean;
2143
+ inBrushStyle?: {
2144
+ opacity?: number | undefined;
2145
+ stroke?: string | undefined;
2146
+ lineWidth?: number | undefined;
2147
+ } | undefined;
2148
+ outOfBrushStyle?: {
2149
+ opacity?: number | undefined;
2150
+ stroke?: string | undefined;
2151
+ lineWidth?: number | undefined;
2152
+ } | undefined;
2153
+ } | null | undefined;
2076
2154
  } | null | undefined;
2077
2155
  barPercent?: {
2078
2156
  backgroundColor?: string | null | undefined;
@@ -2355,6 +2433,19 @@ export declare class Builder implements VSeedBuilder {
2355
2433
  showTooltip?: boolean | null | undefined;
2356
2434
  showLabel?: boolean | null | undefined;
2357
2435
  } | null | undefined;
2436
+ brush?: {
2437
+ enable: boolean;
2438
+ inBrushStyle?: {
2439
+ opacity?: number | undefined;
2440
+ stroke?: string | undefined;
2441
+ lineWidth?: number | undefined;
2442
+ } | undefined;
2443
+ outOfBrushStyle?: {
2444
+ opacity?: number | undefined;
2445
+ stroke?: string | undefined;
2446
+ lineWidth?: number | undefined;
2447
+ } | undefined;
2448
+ } | null | undefined;
2358
2449
  } | null | undefined;
2359
2450
  area?: {
2360
2451
  backgroundColor?: string | null | undefined;
@@ -2637,6 +2728,19 @@ export declare class Builder implements VSeedBuilder {
2637
2728
  showTooltip?: boolean | null | undefined;
2638
2729
  showLabel?: boolean | null | undefined;
2639
2730
  } | null | undefined;
2731
+ brush?: {
2732
+ enable: boolean;
2733
+ inBrushStyle?: {
2734
+ opacity?: number | undefined;
2735
+ stroke?: string | undefined;
2736
+ lineWidth?: number | undefined;
2737
+ } | undefined;
2738
+ outOfBrushStyle?: {
2739
+ opacity?: number | undefined;
2740
+ stroke?: string | undefined;
2741
+ lineWidth?: number | undefined;
2742
+ } | undefined;
2743
+ } | null | undefined;
2640
2744
  } | null | undefined;
2641
2745
  areaPercent?: {
2642
2746
  backgroundColor?: string | null | undefined;
@@ -2919,6 +3023,19 @@ export declare class Builder implements VSeedBuilder {
2919
3023
  showTooltip?: boolean | null | undefined;
2920
3024
  showLabel?: boolean | null | undefined;
2921
3025
  } | null | undefined;
3026
+ brush?: {
3027
+ enable: boolean;
3028
+ inBrushStyle?: {
3029
+ opacity?: number | undefined;
3030
+ stroke?: string | undefined;
3031
+ lineWidth?: number | undefined;
3032
+ } | undefined;
3033
+ outOfBrushStyle?: {
3034
+ opacity?: number | undefined;
3035
+ stroke?: string | undefined;
3036
+ lineWidth?: number | undefined;
3037
+ } | undefined;
3038
+ } | null | undefined;
2922
3039
  } | null | undefined;
2923
3040
  scatter?: {
2924
3041
  backgroundColor?: string | null | undefined;
@@ -3390,6 +3507,19 @@ export declare class Builder implements VSeedBuilder {
3390
3507
  showTooltip?: boolean | null | undefined;
3391
3508
  showLabel?: boolean | null | undefined;
3392
3509
  } | null | undefined;
3510
+ brush?: {
3511
+ enable: boolean;
3512
+ inBrushStyle?: {
3513
+ opacity?: number | undefined;
3514
+ stroke?: string | undefined;
3515
+ lineWidth?: number | undefined;
3516
+ } | undefined;
3517
+ outOfBrushStyle?: {
3518
+ opacity?: number | undefined;
3519
+ stroke?: string | undefined;
3520
+ lineWidth?: number | undefined;
3521
+ } | undefined;
3522
+ } | null | undefined;
3393
3523
  } | null | undefined;
3394
3524
  dualAxis?: {
3395
3525
  backgroundColor?: string | null | undefined;
@@ -4130,6 +4260,19 @@ export declare class Builder implements VSeedBuilder {
4130
4260
  axisLabelColor?: string | null | undefined;
4131
4261
  } | null | undefined;
4132
4262
  cornerRadius?: number | null | undefined;
4263
+ brush?: {
4264
+ enable: boolean;
4265
+ inBrushStyle?: {
4266
+ opacity?: number | undefined;
4267
+ stroke?: string | undefined;
4268
+ lineWidth?: number | undefined;
4269
+ } | undefined;
4270
+ outOfBrushStyle?: {
4271
+ opacity?: number | undefined;
4272
+ stroke?: string | undefined;
4273
+ lineWidth?: number | undefined;
4274
+ } | undefined;
4275
+ } | null | undefined;
4133
4276
  } | null | undefined;
4134
4277
  donut?: {
4135
4278
  backgroundColor?: string | null | undefined;
@@ -4231,6 +4374,19 @@ export declare class Builder implements VSeedBuilder {
4231
4374
  axisLabelColor?: string | null | undefined;
4232
4375
  } | null | undefined;
4233
4376
  cornerRadius?: number | null | undefined;
4377
+ brush?: {
4378
+ enable: boolean;
4379
+ inBrushStyle?: {
4380
+ opacity?: number | undefined;
4381
+ stroke?: string | undefined;
4382
+ lineWidth?: number | undefined;
4383
+ } | undefined;
4384
+ outOfBrushStyle?: {
4385
+ opacity?: number | undefined;
4386
+ stroke?: string | undefined;
4387
+ lineWidth?: number | undefined;
4388
+ } | undefined;
4389
+ } | null | undefined;
4234
4390
  } | null | undefined;
4235
4391
  radar?: {
4236
4392
  backgroundColor?: string | null | undefined;
@@ -4332,6 +4488,19 @@ export declare class Builder implements VSeedBuilder {
4332
4488
  axisLabelColor?: string | null | undefined;
4333
4489
  } | null | undefined;
4334
4490
  cornerRadius?: number | null | undefined;
4491
+ brush?: {
4492
+ enable: boolean;
4493
+ inBrushStyle?: {
4494
+ opacity?: number | undefined;
4495
+ stroke?: string | undefined;
4496
+ lineWidth?: number | undefined;
4497
+ } | undefined;
4498
+ outOfBrushStyle?: {
4499
+ opacity?: number | undefined;
4500
+ stroke?: string | undefined;
4501
+ lineWidth?: number | undefined;
4502
+ } | undefined;
4503
+ } | null | undefined;
4335
4504
  } | null | undefined;
4336
4505
  funnel?: {
4337
4506
  backgroundColor?: string | null | undefined;
@@ -4535,6 +4704,7 @@ export declare class Builder implements VSeedBuilder {
4535
4704
  stroke?: string | null | undefined;
4536
4705
  lineWidth?: number | null | undefined;
4537
4706
  cornerRadius?: number | null | undefined;
4707
+ hoverShadowColor?: string | null | undefined;
4538
4708
  } | null | undefined;
4539
4709
  xAxis?: {
4540
4710
  visible?: boolean | null | undefined;
@@ -4616,6 +4786,19 @@ export declare class Builder implements VSeedBuilder {
4616
4786
  gridLineDash?: number[] | null | undefined;
4617
4787
  } | null | undefined;
4618
4788
  } | null | undefined;
4789
+ brush?: {
4790
+ enable: boolean;
4791
+ inBrushStyle?: {
4792
+ opacity?: number | undefined;
4793
+ stroke?: string | undefined;
4794
+ lineWidth?: number | undefined;
4795
+ } | undefined;
4796
+ outOfBrushStyle?: {
4797
+ opacity?: number | undefined;
4798
+ stroke?: string | undefined;
4799
+ lineWidth?: number | undefined;
4800
+ } | undefined;
4801
+ } | null | undefined;
4619
4802
  } | null | undefined;
4620
4803
  boxPlot?: {
4621
4804
  backgroundColor?: string | null | undefined;
@@ -5379,6 +5562,19 @@ export declare class Builder implements VSeedBuilder {
5379
5562
  showTooltip?: boolean | null | undefined;
5380
5563
  showLabel?: boolean | null | undefined;
5381
5564
  } | null | undefined;
5565
+ brush?: {
5566
+ enable: boolean;
5567
+ inBrushStyle?: {
5568
+ opacity?: number | undefined;
5569
+ stroke?: string | undefined;
5570
+ lineWidth?: number | undefined;
5571
+ } | undefined;
5572
+ outOfBrushStyle?: {
5573
+ opacity?: number | undefined;
5574
+ stroke?: string | undefined;
5575
+ lineWidth?: number | undefined;
5576
+ } | undefined;
5577
+ } | null | undefined;
5382
5578
  } | null | undefined;
5383
5579
  };
5384
5580
  analysis: {
@@ -6080,6 +6276,19 @@ export declare class Builder implements VSeedBuilder {
6080
6276
  showTooltip?: boolean | null | undefined;
6081
6277
  showLabel?: boolean | null | undefined;
6082
6278
  } | null | undefined;
6279
+ brush?: {
6280
+ enable: boolean;
6281
+ inBrushStyle?: {
6282
+ opacity?: number | undefined;
6283
+ stroke?: string | undefined;
6284
+ lineWidth?: number | undefined;
6285
+ } | undefined;
6286
+ outOfBrushStyle?: {
6287
+ opacity?: number | undefined;
6288
+ stroke?: string | undefined;
6289
+ lineWidth?: number | undefined;
6290
+ } | undefined;
6291
+ } | null | undefined;
6083
6292
  } | null | undefined;
6084
6293
  column?: {
6085
6294
  backgroundColor?: string | null | undefined;
@@ -6364,6 +6573,19 @@ export declare class Builder implements VSeedBuilder {
6364
6573
  showTooltip?: boolean | null | undefined;
6365
6574
  showLabel?: boolean | null | undefined;
6366
6575
  } | null | undefined;
6576
+ brush?: {
6577
+ enable: boolean;
6578
+ inBrushStyle?: {
6579
+ opacity?: number | undefined;
6580
+ stroke?: string | undefined;
6581
+ lineWidth?: number | undefined;
6582
+ } | undefined;
6583
+ outOfBrushStyle?: {
6584
+ opacity?: number | undefined;
6585
+ stroke?: string | undefined;
6586
+ lineWidth?: number | undefined;
6587
+ } | undefined;
6588
+ } | null | undefined;
6367
6589
  regressionLine?: {
6368
6590
  ecdfRegressionLine?: {
6369
6591
  enable?: boolean | null | undefined;
@@ -6822,6 +7044,19 @@ export declare class Builder implements VSeedBuilder {
6822
7044
  showTooltip?: boolean | null | undefined;
6823
7045
  showLabel?: boolean | null | undefined;
6824
7046
  } | null | undefined;
7047
+ brush?: {
7048
+ enable: boolean;
7049
+ inBrushStyle?: {
7050
+ opacity?: number | undefined;
7051
+ stroke?: string | undefined;
7052
+ lineWidth?: number | undefined;
7053
+ } | undefined;
7054
+ outOfBrushStyle?: {
7055
+ opacity?: number | undefined;
7056
+ stroke?: string | undefined;
7057
+ lineWidth?: number | undefined;
7058
+ } | undefined;
7059
+ } | null | undefined;
6825
7060
  } | null | undefined;
6826
7061
  columnPercent?: {
6827
7062
  backgroundColor?: string | null | undefined;
@@ -7106,6 +7341,19 @@ export declare class Builder implements VSeedBuilder {
7106
7341
  showTooltip?: boolean | null | undefined;
7107
7342
  showLabel?: boolean | null | undefined;
7108
7343
  } | null | undefined;
7344
+ brush?: {
7345
+ enable: boolean;
7346
+ inBrushStyle?: {
7347
+ opacity?: number | undefined;
7348
+ stroke?: string | undefined;
7349
+ lineWidth?: number | undefined;
7350
+ } | undefined;
7351
+ outOfBrushStyle?: {
7352
+ opacity?: number | undefined;
7353
+ stroke?: string | undefined;
7354
+ lineWidth?: number | undefined;
7355
+ } | undefined;
7356
+ } | null | undefined;
7109
7357
  } | null | undefined;
7110
7358
  bar?: {
7111
7359
  backgroundColor?: string | null | undefined;
@@ -7388,6 +7636,19 @@ export declare class Builder implements VSeedBuilder {
7388
7636
  showTooltip?: boolean | null | undefined;
7389
7637
  showLabel?: boolean | null | undefined;
7390
7638
  } | null | undefined;
7639
+ brush?: {
7640
+ enable: boolean;
7641
+ inBrushStyle?: {
7642
+ opacity?: number | undefined;
7643
+ stroke?: string | undefined;
7644
+ lineWidth?: number | undefined;
7645
+ } | undefined;
7646
+ outOfBrushStyle?: {
7647
+ opacity?: number | undefined;
7648
+ stroke?: string | undefined;
7649
+ lineWidth?: number | undefined;
7650
+ } | undefined;
7651
+ } | null | undefined;
7391
7652
  } | null | undefined;
7392
7653
  barParallel?: {
7393
7654
  backgroundColor?: string | null | undefined;
@@ -7670,6 +7931,19 @@ export declare class Builder implements VSeedBuilder {
7670
7931
  showTooltip?: boolean | null | undefined;
7671
7932
  showLabel?: boolean | null | undefined;
7672
7933
  } | null | undefined;
7934
+ brush?: {
7935
+ enable: boolean;
7936
+ inBrushStyle?: {
7937
+ opacity?: number | undefined;
7938
+ stroke?: string | undefined;
7939
+ lineWidth?: number | undefined;
7940
+ } | undefined;
7941
+ outOfBrushStyle?: {
7942
+ opacity?: number | undefined;
7943
+ stroke?: string | undefined;
7944
+ lineWidth?: number | undefined;
7945
+ } | undefined;
7946
+ } | null | undefined;
7673
7947
  } | null | undefined;
7674
7948
  barPercent?: {
7675
7949
  backgroundColor?: string | null | undefined;
@@ -7952,6 +8226,19 @@ export declare class Builder implements VSeedBuilder {
7952
8226
  showTooltip?: boolean | null | undefined;
7953
8227
  showLabel?: boolean | null | undefined;
7954
8228
  } | null | undefined;
8229
+ brush?: {
8230
+ enable: boolean;
8231
+ inBrushStyle?: {
8232
+ opacity?: number | undefined;
8233
+ stroke?: string | undefined;
8234
+ lineWidth?: number | undefined;
8235
+ } | undefined;
8236
+ outOfBrushStyle?: {
8237
+ opacity?: number | undefined;
8238
+ stroke?: string | undefined;
8239
+ lineWidth?: number | undefined;
8240
+ } | undefined;
8241
+ } | null | undefined;
7955
8242
  } | null | undefined;
7956
8243
  area?: {
7957
8244
  backgroundColor?: string | null | undefined;
@@ -8234,6 +8521,19 @@ export declare class Builder implements VSeedBuilder {
8234
8521
  showTooltip?: boolean | null | undefined;
8235
8522
  showLabel?: boolean | null | undefined;
8236
8523
  } | null | undefined;
8524
+ brush?: {
8525
+ enable: boolean;
8526
+ inBrushStyle?: {
8527
+ opacity?: number | undefined;
8528
+ stroke?: string | undefined;
8529
+ lineWidth?: number | undefined;
8530
+ } | undefined;
8531
+ outOfBrushStyle?: {
8532
+ opacity?: number | undefined;
8533
+ stroke?: string | undefined;
8534
+ lineWidth?: number | undefined;
8535
+ } | undefined;
8536
+ } | null | undefined;
8237
8537
  } | null | undefined;
8238
8538
  areaPercent?: {
8239
8539
  backgroundColor?: string | null | undefined;
@@ -8516,6 +8816,19 @@ export declare class Builder implements VSeedBuilder {
8516
8816
  showTooltip?: boolean | null | undefined;
8517
8817
  showLabel?: boolean | null | undefined;
8518
8818
  } | null | undefined;
8819
+ brush?: {
8820
+ enable: boolean;
8821
+ inBrushStyle?: {
8822
+ opacity?: number | undefined;
8823
+ stroke?: string | undefined;
8824
+ lineWidth?: number | undefined;
8825
+ } | undefined;
8826
+ outOfBrushStyle?: {
8827
+ opacity?: number | undefined;
8828
+ stroke?: string | undefined;
8829
+ lineWidth?: number | undefined;
8830
+ } | undefined;
8831
+ } | null | undefined;
8519
8832
  } | null | undefined;
8520
8833
  scatter?: {
8521
8834
  backgroundColor?: string | null | undefined;
@@ -8987,6 +9300,19 @@ export declare class Builder implements VSeedBuilder {
8987
9300
  showTooltip?: boolean | null | undefined;
8988
9301
  showLabel?: boolean | null | undefined;
8989
9302
  } | null | undefined;
9303
+ brush?: {
9304
+ enable: boolean;
9305
+ inBrushStyle?: {
9306
+ opacity?: number | undefined;
9307
+ stroke?: string | undefined;
9308
+ lineWidth?: number | undefined;
9309
+ } | undefined;
9310
+ outOfBrushStyle?: {
9311
+ opacity?: number | undefined;
9312
+ stroke?: string | undefined;
9313
+ lineWidth?: number | undefined;
9314
+ } | undefined;
9315
+ } | null | undefined;
8990
9316
  } | null | undefined;
8991
9317
  dualAxis?: {
8992
9318
  backgroundColor?: string | null | undefined;
@@ -9727,6 +10053,19 @@ export declare class Builder implements VSeedBuilder {
9727
10053
  axisLabelColor?: string | null | undefined;
9728
10054
  } | null | undefined;
9729
10055
  cornerRadius?: number | null | undefined;
10056
+ brush?: {
10057
+ enable: boolean;
10058
+ inBrushStyle?: {
10059
+ opacity?: number | undefined;
10060
+ stroke?: string | undefined;
10061
+ lineWidth?: number | undefined;
10062
+ } | undefined;
10063
+ outOfBrushStyle?: {
10064
+ opacity?: number | undefined;
10065
+ stroke?: string | undefined;
10066
+ lineWidth?: number | undefined;
10067
+ } | undefined;
10068
+ } | null | undefined;
9730
10069
  } | null | undefined;
9731
10070
  donut?: {
9732
10071
  backgroundColor?: string | null | undefined;
@@ -9828,6 +10167,19 @@ export declare class Builder implements VSeedBuilder {
9828
10167
  axisLabelColor?: string | null | undefined;
9829
10168
  } | null | undefined;
9830
10169
  cornerRadius?: number | null | undefined;
10170
+ brush?: {
10171
+ enable: boolean;
10172
+ inBrushStyle?: {
10173
+ opacity?: number | undefined;
10174
+ stroke?: string | undefined;
10175
+ lineWidth?: number | undefined;
10176
+ } | undefined;
10177
+ outOfBrushStyle?: {
10178
+ opacity?: number | undefined;
10179
+ stroke?: string | undefined;
10180
+ lineWidth?: number | undefined;
10181
+ } | undefined;
10182
+ } | null | undefined;
9831
10183
  } | null | undefined;
9832
10184
  radar?: {
9833
10185
  backgroundColor?: string | null | undefined;
@@ -9929,6 +10281,19 @@ export declare class Builder implements VSeedBuilder {
9929
10281
  axisLabelColor?: string | null | undefined;
9930
10282
  } | null | undefined;
9931
10283
  cornerRadius?: number | null | undefined;
10284
+ brush?: {
10285
+ enable: boolean;
10286
+ inBrushStyle?: {
10287
+ opacity?: number | undefined;
10288
+ stroke?: string | undefined;
10289
+ lineWidth?: number | undefined;
10290
+ } | undefined;
10291
+ outOfBrushStyle?: {
10292
+ opacity?: number | undefined;
10293
+ stroke?: string | undefined;
10294
+ lineWidth?: number | undefined;
10295
+ } | undefined;
10296
+ } | null | undefined;
9932
10297
  } | null | undefined;
9933
10298
  funnel?: {
9934
10299
  backgroundColor?: string | null | undefined;
@@ -10132,6 +10497,7 @@ export declare class Builder implements VSeedBuilder {
10132
10497
  stroke?: string | null | undefined;
10133
10498
  lineWidth?: number | null | undefined;
10134
10499
  cornerRadius?: number | null | undefined;
10500
+ hoverShadowColor?: string | null | undefined;
10135
10501
  } | null | undefined;
10136
10502
  xAxis?: {
10137
10503
  visible?: boolean | null | undefined;
@@ -10213,6 +10579,19 @@ export declare class Builder implements VSeedBuilder {
10213
10579
  gridLineDash?: number[] | null | undefined;
10214
10580
  } | null | undefined;
10215
10581
  } | null | undefined;
10582
+ brush?: {
10583
+ enable: boolean;
10584
+ inBrushStyle?: {
10585
+ opacity?: number | undefined;
10586
+ stroke?: string | undefined;
10587
+ lineWidth?: number | undefined;
10588
+ } | undefined;
10589
+ outOfBrushStyle?: {
10590
+ opacity?: number | undefined;
10591
+ stroke?: string | undefined;
10592
+ lineWidth?: number | undefined;
10593
+ } | undefined;
10594
+ } | null | undefined;
10216
10595
  } | null | undefined;
10217
10596
  boxPlot?: {
10218
10597
  backgroundColor?: string | null | undefined;
@@ -10976,6 +11355,19 @@ export declare class Builder implements VSeedBuilder {
10976
11355
  showTooltip?: boolean | null | undefined;
10977
11356
  showLabel?: boolean | null | undefined;
10978
11357
  } | null | undefined;
11358
+ brush?: {
11359
+ enable: boolean;
11360
+ inBrushStyle?: {
11361
+ opacity?: number | undefined;
11362
+ stroke?: string | undefined;
11363
+ lineWidth?: number | undefined;
11364
+ } | undefined;
11365
+ outOfBrushStyle?: {
11366
+ opacity?: number | undefined;
11367
+ stroke?: string | undefined;
11368
+ lineWidth?: number | undefined;
11369
+ } | undefined;
11370
+ } | null | undefined;
10979
11371
  } | null | undefined;
10980
11372
  } | null | undefined;
10981
11373
  };
@@ -11939,6 +12331,19 @@ export declare class Builder implements VSeedBuilder {
11939
12331
  showTooltip?: boolean | null | undefined;
11940
12332
  showLabel?: boolean | null | undefined;
11941
12333
  } | null | undefined;
12334
+ brush?: {
12335
+ enable: boolean;
12336
+ inBrushStyle?: {
12337
+ opacity?: number | undefined;
12338
+ stroke?: string | undefined;
12339
+ lineWidth?: number | undefined;
12340
+ } | undefined;
12341
+ outOfBrushStyle?: {
12342
+ opacity?: number | undefined;
12343
+ stroke?: string | undefined;
12344
+ lineWidth?: number | undefined;
12345
+ } | undefined;
12346
+ } | null | undefined;
11942
12347
  } | null | undefined;
11943
12348
  column?: {
11944
12349
  backgroundColor?: string | null | undefined;
@@ -12223,6 +12628,19 @@ export declare class Builder implements VSeedBuilder {
12223
12628
  showTooltip?: boolean | null | undefined;
12224
12629
  showLabel?: boolean | null | undefined;
12225
12630
  } | null | undefined;
12631
+ brush?: {
12632
+ enable: boolean;
12633
+ inBrushStyle?: {
12634
+ opacity?: number | undefined;
12635
+ stroke?: string | undefined;
12636
+ lineWidth?: number | undefined;
12637
+ } | undefined;
12638
+ outOfBrushStyle?: {
12639
+ opacity?: number | undefined;
12640
+ stroke?: string | undefined;
12641
+ lineWidth?: number | undefined;
12642
+ } | undefined;
12643
+ } | null | undefined;
12226
12644
  regressionLine?: {
12227
12645
  ecdfRegressionLine?: {
12228
12646
  enable?: boolean | null | undefined;
@@ -12681,6 +13099,19 @@ export declare class Builder implements VSeedBuilder {
12681
13099
  showTooltip?: boolean | null | undefined;
12682
13100
  showLabel?: boolean | null | undefined;
12683
13101
  } | null | undefined;
13102
+ brush?: {
13103
+ enable: boolean;
13104
+ inBrushStyle?: {
13105
+ opacity?: number | undefined;
13106
+ stroke?: string | undefined;
13107
+ lineWidth?: number | undefined;
13108
+ } | undefined;
13109
+ outOfBrushStyle?: {
13110
+ opacity?: number | undefined;
13111
+ stroke?: string | undefined;
13112
+ lineWidth?: number | undefined;
13113
+ } | undefined;
13114
+ } | null | undefined;
12684
13115
  } | null | undefined;
12685
13116
  columnPercent?: {
12686
13117
  backgroundColor?: string | null | undefined;
@@ -12965,6 +13396,19 @@ export declare class Builder implements VSeedBuilder {
12965
13396
  showTooltip?: boolean | null | undefined;
12966
13397
  showLabel?: boolean | null | undefined;
12967
13398
  } | null | undefined;
13399
+ brush?: {
13400
+ enable: boolean;
13401
+ inBrushStyle?: {
13402
+ opacity?: number | undefined;
13403
+ stroke?: string | undefined;
13404
+ lineWidth?: number | undefined;
13405
+ } | undefined;
13406
+ outOfBrushStyle?: {
13407
+ opacity?: number | undefined;
13408
+ stroke?: string | undefined;
13409
+ lineWidth?: number | undefined;
13410
+ } | undefined;
13411
+ } | null | undefined;
12968
13412
  } | null | undefined;
12969
13413
  bar?: {
12970
13414
  backgroundColor?: string | null | undefined;
@@ -13247,6 +13691,19 @@ export declare class Builder implements VSeedBuilder {
13247
13691
  showTooltip?: boolean | null | undefined;
13248
13692
  showLabel?: boolean | null | undefined;
13249
13693
  } | null | undefined;
13694
+ brush?: {
13695
+ enable: boolean;
13696
+ inBrushStyle?: {
13697
+ opacity?: number | undefined;
13698
+ stroke?: string | undefined;
13699
+ lineWidth?: number | undefined;
13700
+ } | undefined;
13701
+ outOfBrushStyle?: {
13702
+ opacity?: number | undefined;
13703
+ stroke?: string | undefined;
13704
+ lineWidth?: number | undefined;
13705
+ } | undefined;
13706
+ } | null | undefined;
13250
13707
  } | null | undefined;
13251
13708
  barParallel?: {
13252
13709
  backgroundColor?: string | null | undefined;
@@ -13529,6 +13986,19 @@ export declare class Builder implements VSeedBuilder {
13529
13986
  showTooltip?: boolean | null | undefined;
13530
13987
  showLabel?: boolean | null | undefined;
13531
13988
  } | null | undefined;
13989
+ brush?: {
13990
+ enable: boolean;
13991
+ inBrushStyle?: {
13992
+ opacity?: number | undefined;
13993
+ stroke?: string | undefined;
13994
+ lineWidth?: number | undefined;
13995
+ } | undefined;
13996
+ outOfBrushStyle?: {
13997
+ opacity?: number | undefined;
13998
+ stroke?: string | undefined;
13999
+ lineWidth?: number | undefined;
14000
+ } | undefined;
14001
+ } | null | undefined;
13532
14002
  } | null | undefined;
13533
14003
  barPercent?: {
13534
14004
  backgroundColor?: string | null | undefined;
@@ -13811,6 +14281,19 @@ export declare class Builder implements VSeedBuilder {
13811
14281
  showTooltip?: boolean | null | undefined;
13812
14282
  showLabel?: boolean | null | undefined;
13813
14283
  } | null | undefined;
14284
+ brush?: {
14285
+ enable: boolean;
14286
+ inBrushStyle?: {
14287
+ opacity?: number | undefined;
14288
+ stroke?: string | undefined;
14289
+ lineWidth?: number | undefined;
14290
+ } | undefined;
14291
+ outOfBrushStyle?: {
14292
+ opacity?: number | undefined;
14293
+ stroke?: string | undefined;
14294
+ lineWidth?: number | undefined;
14295
+ } | undefined;
14296
+ } | null | undefined;
13814
14297
  } | null | undefined;
13815
14298
  area?: {
13816
14299
  backgroundColor?: string | null | undefined;
@@ -14093,6 +14576,19 @@ export declare class Builder implements VSeedBuilder {
14093
14576
  showTooltip?: boolean | null | undefined;
14094
14577
  showLabel?: boolean | null | undefined;
14095
14578
  } | null | undefined;
14579
+ brush?: {
14580
+ enable: boolean;
14581
+ inBrushStyle?: {
14582
+ opacity?: number | undefined;
14583
+ stroke?: string | undefined;
14584
+ lineWidth?: number | undefined;
14585
+ } | undefined;
14586
+ outOfBrushStyle?: {
14587
+ opacity?: number | undefined;
14588
+ stroke?: string | undefined;
14589
+ lineWidth?: number | undefined;
14590
+ } | undefined;
14591
+ } | null | undefined;
14096
14592
  } | null | undefined;
14097
14593
  areaPercent?: {
14098
14594
  backgroundColor?: string | null | undefined;
@@ -14375,6 +14871,19 @@ export declare class Builder implements VSeedBuilder {
14375
14871
  showTooltip?: boolean | null | undefined;
14376
14872
  showLabel?: boolean | null | undefined;
14377
14873
  } | null | undefined;
14874
+ brush?: {
14875
+ enable: boolean;
14876
+ inBrushStyle?: {
14877
+ opacity?: number | undefined;
14878
+ stroke?: string | undefined;
14879
+ lineWidth?: number | undefined;
14880
+ } | undefined;
14881
+ outOfBrushStyle?: {
14882
+ opacity?: number | undefined;
14883
+ stroke?: string | undefined;
14884
+ lineWidth?: number | undefined;
14885
+ } | undefined;
14886
+ } | null | undefined;
14378
14887
  } | null | undefined;
14379
14888
  scatter?: {
14380
14889
  backgroundColor?: string | null | undefined;
@@ -14846,6 +15355,19 @@ export declare class Builder implements VSeedBuilder {
14846
15355
  showTooltip?: boolean | null | undefined;
14847
15356
  showLabel?: boolean | null | undefined;
14848
15357
  } | null | undefined;
15358
+ brush?: {
15359
+ enable: boolean;
15360
+ inBrushStyle?: {
15361
+ opacity?: number | undefined;
15362
+ stroke?: string | undefined;
15363
+ lineWidth?: number | undefined;
15364
+ } | undefined;
15365
+ outOfBrushStyle?: {
15366
+ opacity?: number | undefined;
15367
+ stroke?: string | undefined;
15368
+ lineWidth?: number | undefined;
15369
+ } | undefined;
15370
+ } | null | undefined;
14849
15371
  } | null | undefined;
14850
15372
  dualAxis?: {
14851
15373
  backgroundColor?: string | null | undefined;
@@ -15586,6 +16108,19 @@ export declare class Builder implements VSeedBuilder {
15586
16108
  axisLabelColor?: string | null | undefined;
15587
16109
  } | null | undefined;
15588
16110
  cornerRadius?: number | null | undefined;
16111
+ brush?: {
16112
+ enable: boolean;
16113
+ inBrushStyle?: {
16114
+ opacity?: number | undefined;
16115
+ stroke?: string | undefined;
16116
+ lineWidth?: number | undefined;
16117
+ } | undefined;
16118
+ outOfBrushStyle?: {
16119
+ opacity?: number | undefined;
16120
+ stroke?: string | undefined;
16121
+ lineWidth?: number | undefined;
16122
+ } | undefined;
16123
+ } | null | undefined;
15589
16124
  } | null | undefined;
15590
16125
  donut?: {
15591
16126
  backgroundColor?: string | null | undefined;
@@ -15687,6 +16222,19 @@ export declare class Builder implements VSeedBuilder {
15687
16222
  axisLabelColor?: string | null | undefined;
15688
16223
  } | null | undefined;
15689
16224
  cornerRadius?: number | null | undefined;
16225
+ brush?: {
16226
+ enable: boolean;
16227
+ inBrushStyle?: {
16228
+ opacity?: number | undefined;
16229
+ stroke?: string | undefined;
16230
+ lineWidth?: number | undefined;
16231
+ } | undefined;
16232
+ outOfBrushStyle?: {
16233
+ opacity?: number | undefined;
16234
+ stroke?: string | undefined;
16235
+ lineWidth?: number | undefined;
16236
+ } | undefined;
16237
+ } | null | undefined;
15690
16238
  } | null | undefined;
15691
16239
  radar?: {
15692
16240
  backgroundColor?: string | null | undefined;
@@ -15788,6 +16336,19 @@ export declare class Builder implements VSeedBuilder {
15788
16336
  axisLabelColor?: string | null | undefined;
15789
16337
  } | null | undefined;
15790
16338
  cornerRadius?: number | null | undefined;
16339
+ brush?: {
16340
+ enable: boolean;
16341
+ inBrushStyle?: {
16342
+ opacity?: number | undefined;
16343
+ stroke?: string | undefined;
16344
+ lineWidth?: number | undefined;
16345
+ } | undefined;
16346
+ outOfBrushStyle?: {
16347
+ opacity?: number | undefined;
16348
+ stroke?: string | undefined;
16349
+ lineWidth?: number | undefined;
16350
+ } | undefined;
16351
+ } | null | undefined;
15791
16352
  } | null | undefined;
15792
16353
  funnel?: {
15793
16354
  backgroundColor?: string | null | undefined;
@@ -15991,6 +16552,7 @@ export declare class Builder implements VSeedBuilder {
15991
16552
  stroke?: string | null | undefined;
15992
16553
  lineWidth?: number | null | undefined;
15993
16554
  cornerRadius?: number | null | undefined;
16555
+ hoverShadowColor?: string | null | undefined;
15994
16556
  } | null | undefined;
15995
16557
  xAxis?: {
15996
16558
  visible?: boolean | null | undefined;
@@ -16072,6 +16634,19 @@ export declare class Builder implements VSeedBuilder {
16072
16634
  gridLineDash?: number[] | null | undefined;
16073
16635
  } | null | undefined;
16074
16636
  } | null | undefined;
16637
+ brush?: {
16638
+ enable: boolean;
16639
+ inBrushStyle?: {
16640
+ opacity?: number | undefined;
16641
+ stroke?: string | undefined;
16642
+ lineWidth?: number | undefined;
16643
+ } | undefined;
16644
+ outOfBrushStyle?: {
16645
+ opacity?: number | undefined;
16646
+ stroke?: string | undefined;
16647
+ lineWidth?: number | undefined;
16648
+ } | undefined;
16649
+ } | null | undefined;
16075
16650
  } | null | undefined;
16076
16651
  boxPlot?: {
16077
16652
  backgroundColor?: string | null | undefined;
@@ -16835,6 +17410,19 @@ export declare class Builder implements VSeedBuilder {
16835
17410
  showTooltip?: boolean | null | undefined;
16836
17411
  showLabel?: boolean | null | undefined;
16837
17412
  } | null | undefined;
17413
+ brush?: {
17414
+ enable: boolean;
17415
+ inBrushStyle?: {
17416
+ opacity?: number | undefined;
17417
+ stroke?: string | undefined;
17418
+ lineWidth?: number | undefined;
17419
+ } | undefined;
17420
+ outOfBrushStyle?: {
17421
+ opacity?: number | undefined;
17422
+ stroke?: string | undefined;
17423
+ lineWidth?: number | undefined;
17424
+ } | undefined;
17425
+ } | null | undefined;
16838
17426
  } | null | undefined;
16839
17427
  };
16840
17428
  analysis: {
@@ -17536,6 +18124,19 @@ export declare class Builder implements VSeedBuilder {
17536
18124
  showTooltip?: boolean | null | undefined;
17537
18125
  showLabel?: boolean | null | undefined;
17538
18126
  } | null | undefined;
18127
+ brush?: {
18128
+ enable: boolean;
18129
+ inBrushStyle?: {
18130
+ opacity?: number | undefined;
18131
+ stroke?: string | undefined;
18132
+ lineWidth?: number | undefined;
18133
+ } | undefined;
18134
+ outOfBrushStyle?: {
18135
+ opacity?: number | undefined;
18136
+ stroke?: string | undefined;
18137
+ lineWidth?: number | undefined;
18138
+ } | undefined;
18139
+ } | null | undefined;
17539
18140
  } | null | undefined;
17540
18141
  column?: {
17541
18142
  backgroundColor?: string | null | undefined;
@@ -17820,6 +18421,19 @@ export declare class Builder implements VSeedBuilder {
17820
18421
  showTooltip?: boolean | null | undefined;
17821
18422
  showLabel?: boolean | null | undefined;
17822
18423
  } | null | undefined;
18424
+ brush?: {
18425
+ enable: boolean;
18426
+ inBrushStyle?: {
18427
+ opacity?: number | undefined;
18428
+ stroke?: string | undefined;
18429
+ lineWidth?: number | undefined;
18430
+ } | undefined;
18431
+ outOfBrushStyle?: {
18432
+ opacity?: number | undefined;
18433
+ stroke?: string | undefined;
18434
+ lineWidth?: number | undefined;
18435
+ } | undefined;
18436
+ } | null | undefined;
17823
18437
  regressionLine?: {
17824
18438
  ecdfRegressionLine?: {
17825
18439
  enable?: boolean | null | undefined;
@@ -18278,6 +18892,19 @@ export declare class Builder implements VSeedBuilder {
18278
18892
  showTooltip?: boolean | null | undefined;
18279
18893
  showLabel?: boolean | null | undefined;
18280
18894
  } | null | undefined;
18895
+ brush?: {
18896
+ enable: boolean;
18897
+ inBrushStyle?: {
18898
+ opacity?: number | undefined;
18899
+ stroke?: string | undefined;
18900
+ lineWidth?: number | undefined;
18901
+ } | undefined;
18902
+ outOfBrushStyle?: {
18903
+ opacity?: number | undefined;
18904
+ stroke?: string | undefined;
18905
+ lineWidth?: number | undefined;
18906
+ } | undefined;
18907
+ } | null | undefined;
18281
18908
  } | null | undefined;
18282
18909
  columnPercent?: {
18283
18910
  backgroundColor?: string | null | undefined;
@@ -18562,6 +19189,19 @@ export declare class Builder implements VSeedBuilder {
18562
19189
  showTooltip?: boolean | null | undefined;
18563
19190
  showLabel?: boolean | null | undefined;
18564
19191
  } | null | undefined;
19192
+ brush?: {
19193
+ enable: boolean;
19194
+ inBrushStyle?: {
19195
+ opacity?: number | undefined;
19196
+ stroke?: string | undefined;
19197
+ lineWidth?: number | undefined;
19198
+ } | undefined;
19199
+ outOfBrushStyle?: {
19200
+ opacity?: number | undefined;
19201
+ stroke?: string | undefined;
19202
+ lineWidth?: number | undefined;
19203
+ } | undefined;
19204
+ } | null | undefined;
18565
19205
  } | null | undefined;
18566
19206
  bar?: {
18567
19207
  backgroundColor?: string | null | undefined;
@@ -18844,6 +19484,19 @@ export declare class Builder implements VSeedBuilder {
18844
19484
  showTooltip?: boolean | null | undefined;
18845
19485
  showLabel?: boolean | null | undefined;
18846
19486
  } | null | undefined;
19487
+ brush?: {
19488
+ enable: boolean;
19489
+ inBrushStyle?: {
19490
+ opacity?: number | undefined;
19491
+ stroke?: string | undefined;
19492
+ lineWidth?: number | undefined;
19493
+ } | undefined;
19494
+ outOfBrushStyle?: {
19495
+ opacity?: number | undefined;
19496
+ stroke?: string | undefined;
19497
+ lineWidth?: number | undefined;
19498
+ } | undefined;
19499
+ } | null | undefined;
18847
19500
  } | null | undefined;
18848
19501
  barParallel?: {
18849
19502
  backgroundColor?: string | null | undefined;
@@ -19126,6 +19779,19 @@ export declare class Builder implements VSeedBuilder {
19126
19779
  showTooltip?: boolean | null | undefined;
19127
19780
  showLabel?: boolean | null | undefined;
19128
19781
  } | null | undefined;
19782
+ brush?: {
19783
+ enable: boolean;
19784
+ inBrushStyle?: {
19785
+ opacity?: number | undefined;
19786
+ stroke?: string | undefined;
19787
+ lineWidth?: number | undefined;
19788
+ } | undefined;
19789
+ outOfBrushStyle?: {
19790
+ opacity?: number | undefined;
19791
+ stroke?: string | undefined;
19792
+ lineWidth?: number | undefined;
19793
+ } | undefined;
19794
+ } | null | undefined;
19129
19795
  } | null | undefined;
19130
19796
  barPercent?: {
19131
19797
  backgroundColor?: string | null | undefined;
@@ -19408,6 +20074,19 @@ export declare class Builder implements VSeedBuilder {
19408
20074
  showTooltip?: boolean | null | undefined;
19409
20075
  showLabel?: boolean | null | undefined;
19410
20076
  } | null | undefined;
20077
+ brush?: {
20078
+ enable: boolean;
20079
+ inBrushStyle?: {
20080
+ opacity?: number | undefined;
20081
+ stroke?: string | undefined;
20082
+ lineWidth?: number | undefined;
20083
+ } | undefined;
20084
+ outOfBrushStyle?: {
20085
+ opacity?: number | undefined;
20086
+ stroke?: string | undefined;
20087
+ lineWidth?: number | undefined;
20088
+ } | undefined;
20089
+ } | null | undefined;
19411
20090
  } | null | undefined;
19412
20091
  area?: {
19413
20092
  backgroundColor?: string | null | undefined;
@@ -19690,6 +20369,19 @@ export declare class Builder implements VSeedBuilder {
19690
20369
  showTooltip?: boolean | null | undefined;
19691
20370
  showLabel?: boolean | null | undefined;
19692
20371
  } | null | undefined;
20372
+ brush?: {
20373
+ enable: boolean;
20374
+ inBrushStyle?: {
20375
+ opacity?: number | undefined;
20376
+ stroke?: string | undefined;
20377
+ lineWidth?: number | undefined;
20378
+ } | undefined;
20379
+ outOfBrushStyle?: {
20380
+ opacity?: number | undefined;
20381
+ stroke?: string | undefined;
20382
+ lineWidth?: number | undefined;
20383
+ } | undefined;
20384
+ } | null | undefined;
19693
20385
  } | null | undefined;
19694
20386
  areaPercent?: {
19695
20387
  backgroundColor?: string | null | undefined;
@@ -19972,6 +20664,19 @@ export declare class Builder implements VSeedBuilder {
19972
20664
  showTooltip?: boolean | null | undefined;
19973
20665
  showLabel?: boolean | null | undefined;
19974
20666
  } | null | undefined;
20667
+ brush?: {
20668
+ enable: boolean;
20669
+ inBrushStyle?: {
20670
+ opacity?: number | undefined;
20671
+ stroke?: string | undefined;
20672
+ lineWidth?: number | undefined;
20673
+ } | undefined;
20674
+ outOfBrushStyle?: {
20675
+ opacity?: number | undefined;
20676
+ stroke?: string | undefined;
20677
+ lineWidth?: number | undefined;
20678
+ } | undefined;
20679
+ } | null | undefined;
19975
20680
  } | null | undefined;
19976
20681
  scatter?: {
19977
20682
  backgroundColor?: string | null | undefined;
@@ -20443,6 +21148,19 @@ export declare class Builder implements VSeedBuilder {
20443
21148
  showTooltip?: boolean | null | undefined;
20444
21149
  showLabel?: boolean | null | undefined;
20445
21150
  } | null | undefined;
21151
+ brush?: {
21152
+ enable: boolean;
21153
+ inBrushStyle?: {
21154
+ opacity?: number | undefined;
21155
+ stroke?: string | undefined;
21156
+ lineWidth?: number | undefined;
21157
+ } | undefined;
21158
+ outOfBrushStyle?: {
21159
+ opacity?: number | undefined;
21160
+ stroke?: string | undefined;
21161
+ lineWidth?: number | undefined;
21162
+ } | undefined;
21163
+ } | null | undefined;
20446
21164
  } | null | undefined;
20447
21165
  dualAxis?: {
20448
21166
  backgroundColor?: string | null | undefined;
@@ -21183,6 +21901,19 @@ export declare class Builder implements VSeedBuilder {
21183
21901
  axisLabelColor?: string | null | undefined;
21184
21902
  } | null | undefined;
21185
21903
  cornerRadius?: number | null | undefined;
21904
+ brush?: {
21905
+ enable: boolean;
21906
+ inBrushStyle?: {
21907
+ opacity?: number | undefined;
21908
+ stroke?: string | undefined;
21909
+ lineWidth?: number | undefined;
21910
+ } | undefined;
21911
+ outOfBrushStyle?: {
21912
+ opacity?: number | undefined;
21913
+ stroke?: string | undefined;
21914
+ lineWidth?: number | undefined;
21915
+ } | undefined;
21916
+ } | null | undefined;
21186
21917
  } | null | undefined;
21187
21918
  donut?: {
21188
21919
  backgroundColor?: string | null | undefined;
@@ -21284,6 +22015,19 @@ export declare class Builder implements VSeedBuilder {
21284
22015
  axisLabelColor?: string | null | undefined;
21285
22016
  } | null | undefined;
21286
22017
  cornerRadius?: number | null | undefined;
22018
+ brush?: {
22019
+ enable: boolean;
22020
+ inBrushStyle?: {
22021
+ opacity?: number | undefined;
22022
+ stroke?: string | undefined;
22023
+ lineWidth?: number | undefined;
22024
+ } | undefined;
22025
+ outOfBrushStyle?: {
22026
+ opacity?: number | undefined;
22027
+ stroke?: string | undefined;
22028
+ lineWidth?: number | undefined;
22029
+ } | undefined;
22030
+ } | null | undefined;
21287
22031
  } | null | undefined;
21288
22032
  radar?: {
21289
22033
  backgroundColor?: string | null | undefined;
@@ -21385,6 +22129,19 @@ export declare class Builder implements VSeedBuilder {
21385
22129
  axisLabelColor?: string | null | undefined;
21386
22130
  } | null | undefined;
21387
22131
  cornerRadius?: number | null | undefined;
22132
+ brush?: {
22133
+ enable: boolean;
22134
+ inBrushStyle?: {
22135
+ opacity?: number | undefined;
22136
+ stroke?: string | undefined;
22137
+ lineWidth?: number | undefined;
22138
+ } | undefined;
22139
+ outOfBrushStyle?: {
22140
+ opacity?: number | undefined;
22141
+ stroke?: string | undefined;
22142
+ lineWidth?: number | undefined;
22143
+ } | undefined;
22144
+ } | null | undefined;
21388
22145
  } | null | undefined;
21389
22146
  funnel?: {
21390
22147
  backgroundColor?: string | null | undefined;
@@ -21588,6 +22345,7 @@ export declare class Builder implements VSeedBuilder {
21588
22345
  stroke?: string | null | undefined;
21589
22346
  lineWidth?: number | null | undefined;
21590
22347
  cornerRadius?: number | null | undefined;
22348
+ hoverShadowColor?: string | null | undefined;
21591
22349
  } | null | undefined;
21592
22350
  xAxis?: {
21593
22351
  visible?: boolean | null | undefined;
@@ -21669,6 +22427,19 @@ export declare class Builder implements VSeedBuilder {
21669
22427
  gridLineDash?: number[] | null | undefined;
21670
22428
  } | null | undefined;
21671
22429
  } | null | undefined;
22430
+ brush?: {
22431
+ enable: boolean;
22432
+ inBrushStyle?: {
22433
+ opacity?: number | undefined;
22434
+ stroke?: string | undefined;
22435
+ lineWidth?: number | undefined;
22436
+ } | undefined;
22437
+ outOfBrushStyle?: {
22438
+ opacity?: number | undefined;
22439
+ stroke?: string | undefined;
22440
+ lineWidth?: number | undefined;
22441
+ } | undefined;
22442
+ } | null | undefined;
21672
22443
  } | null | undefined;
21673
22444
  boxPlot?: {
21674
22445
  backgroundColor?: string | null | undefined;
@@ -22432,6 +23203,19 @@ export declare class Builder implements VSeedBuilder {
22432
23203
  showTooltip?: boolean | null | undefined;
22433
23204
  showLabel?: boolean | null | undefined;
22434
23205
  } | null | undefined;
23206
+ brush?: {
23207
+ enable: boolean;
23208
+ inBrushStyle?: {
23209
+ opacity?: number | undefined;
23210
+ stroke?: string | undefined;
23211
+ lineWidth?: number | undefined;
23212
+ } | undefined;
23213
+ outOfBrushStyle?: {
23214
+ opacity?: number | undefined;
23215
+ stroke?: string | undefined;
23216
+ lineWidth?: number | undefined;
23217
+ } | undefined;
23218
+ } | null | undefined;
22435
23219
  } | null | undefined;
22436
23220
  } | null | undefined;
22437
23221
  };
@@ -23313,6 +24097,19 @@ export declare class Builder implements VSeedBuilder {
23313
24097
  showTooltip?: boolean | null | undefined;
23314
24098
  showLabel?: boolean | null | undefined;
23315
24099
  } | null | undefined;
24100
+ brush?: {
24101
+ enable: boolean;
24102
+ inBrushStyle?: {
24103
+ opacity?: number | undefined;
24104
+ stroke?: string | undefined;
24105
+ lineWidth?: number | undefined;
24106
+ } | undefined;
24107
+ outOfBrushStyle?: {
24108
+ opacity?: number | undefined;
24109
+ stroke?: string | undefined;
24110
+ lineWidth?: number | undefined;
24111
+ } | undefined;
24112
+ } | null | undefined;
23316
24113
  } | null | undefined;
23317
24114
  column?: {
23318
24115
  backgroundColor?: string | null | undefined;
@@ -23597,6 +24394,19 @@ export declare class Builder implements VSeedBuilder {
23597
24394
  showTooltip?: boolean | null | undefined;
23598
24395
  showLabel?: boolean | null | undefined;
23599
24396
  } | null | undefined;
24397
+ brush?: {
24398
+ enable: boolean;
24399
+ inBrushStyle?: {
24400
+ opacity?: number | undefined;
24401
+ stroke?: string | undefined;
24402
+ lineWidth?: number | undefined;
24403
+ } | undefined;
24404
+ outOfBrushStyle?: {
24405
+ opacity?: number | undefined;
24406
+ stroke?: string | undefined;
24407
+ lineWidth?: number | undefined;
24408
+ } | undefined;
24409
+ } | null | undefined;
23600
24410
  regressionLine?: {
23601
24411
  ecdfRegressionLine?: {
23602
24412
  enable?: boolean | null | undefined;
@@ -24055,6 +24865,19 @@ export declare class Builder implements VSeedBuilder {
24055
24865
  showTooltip?: boolean | null | undefined;
24056
24866
  showLabel?: boolean | null | undefined;
24057
24867
  } | null | undefined;
24868
+ brush?: {
24869
+ enable: boolean;
24870
+ inBrushStyle?: {
24871
+ opacity?: number | undefined;
24872
+ stroke?: string | undefined;
24873
+ lineWidth?: number | undefined;
24874
+ } | undefined;
24875
+ outOfBrushStyle?: {
24876
+ opacity?: number | undefined;
24877
+ stroke?: string | undefined;
24878
+ lineWidth?: number | undefined;
24879
+ } | undefined;
24880
+ } | null | undefined;
24058
24881
  } | null | undefined;
24059
24882
  columnPercent?: {
24060
24883
  backgroundColor?: string | null | undefined;
@@ -24339,6 +25162,19 @@ export declare class Builder implements VSeedBuilder {
24339
25162
  showTooltip?: boolean | null | undefined;
24340
25163
  showLabel?: boolean | null | undefined;
24341
25164
  } | null | undefined;
25165
+ brush?: {
25166
+ enable: boolean;
25167
+ inBrushStyle?: {
25168
+ opacity?: number | undefined;
25169
+ stroke?: string | undefined;
25170
+ lineWidth?: number | undefined;
25171
+ } | undefined;
25172
+ outOfBrushStyle?: {
25173
+ opacity?: number | undefined;
25174
+ stroke?: string | undefined;
25175
+ lineWidth?: number | undefined;
25176
+ } | undefined;
25177
+ } | null | undefined;
24342
25178
  } | null | undefined;
24343
25179
  bar?: {
24344
25180
  backgroundColor?: string | null | undefined;
@@ -24621,6 +25457,19 @@ export declare class Builder implements VSeedBuilder {
24621
25457
  showTooltip?: boolean | null | undefined;
24622
25458
  showLabel?: boolean | null | undefined;
24623
25459
  } | null | undefined;
25460
+ brush?: {
25461
+ enable: boolean;
25462
+ inBrushStyle?: {
25463
+ opacity?: number | undefined;
25464
+ stroke?: string | undefined;
25465
+ lineWidth?: number | undefined;
25466
+ } | undefined;
25467
+ outOfBrushStyle?: {
25468
+ opacity?: number | undefined;
25469
+ stroke?: string | undefined;
25470
+ lineWidth?: number | undefined;
25471
+ } | undefined;
25472
+ } | null | undefined;
24624
25473
  } | null | undefined;
24625
25474
  barParallel?: {
24626
25475
  backgroundColor?: string | null | undefined;
@@ -24903,6 +25752,19 @@ export declare class Builder implements VSeedBuilder {
24903
25752
  showTooltip?: boolean | null | undefined;
24904
25753
  showLabel?: boolean | null | undefined;
24905
25754
  } | null | undefined;
25755
+ brush?: {
25756
+ enable: boolean;
25757
+ inBrushStyle?: {
25758
+ opacity?: number | undefined;
25759
+ stroke?: string | undefined;
25760
+ lineWidth?: number | undefined;
25761
+ } | undefined;
25762
+ outOfBrushStyle?: {
25763
+ opacity?: number | undefined;
25764
+ stroke?: string | undefined;
25765
+ lineWidth?: number | undefined;
25766
+ } | undefined;
25767
+ } | null | undefined;
24906
25768
  } | null | undefined;
24907
25769
  barPercent?: {
24908
25770
  backgroundColor?: string | null | undefined;
@@ -25185,6 +26047,19 @@ export declare class Builder implements VSeedBuilder {
25185
26047
  showTooltip?: boolean | null | undefined;
25186
26048
  showLabel?: boolean | null | undefined;
25187
26049
  } | null | undefined;
26050
+ brush?: {
26051
+ enable: boolean;
26052
+ inBrushStyle?: {
26053
+ opacity?: number | undefined;
26054
+ stroke?: string | undefined;
26055
+ lineWidth?: number | undefined;
26056
+ } | undefined;
26057
+ outOfBrushStyle?: {
26058
+ opacity?: number | undefined;
26059
+ stroke?: string | undefined;
26060
+ lineWidth?: number | undefined;
26061
+ } | undefined;
26062
+ } | null | undefined;
25188
26063
  } | null | undefined;
25189
26064
  area?: {
25190
26065
  backgroundColor?: string | null | undefined;
@@ -25467,6 +26342,19 @@ export declare class Builder implements VSeedBuilder {
25467
26342
  showTooltip?: boolean | null | undefined;
25468
26343
  showLabel?: boolean | null | undefined;
25469
26344
  } | null | undefined;
26345
+ brush?: {
26346
+ enable: boolean;
26347
+ inBrushStyle?: {
26348
+ opacity?: number | undefined;
26349
+ stroke?: string | undefined;
26350
+ lineWidth?: number | undefined;
26351
+ } | undefined;
26352
+ outOfBrushStyle?: {
26353
+ opacity?: number | undefined;
26354
+ stroke?: string | undefined;
26355
+ lineWidth?: number | undefined;
26356
+ } | undefined;
26357
+ } | null | undefined;
25470
26358
  } | null | undefined;
25471
26359
  areaPercent?: {
25472
26360
  backgroundColor?: string | null | undefined;
@@ -25749,6 +26637,19 @@ export declare class Builder implements VSeedBuilder {
25749
26637
  showTooltip?: boolean | null | undefined;
25750
26638
  showLabel?: boolean | null | undefined;
25751
26639
  } | null | undefined;
26640
+ brush?: {
26641
+ enable: boolean;
26642
+ inBrushStyle?: {
26643
+ opacity?: number | undefined;
26644
+ stroke?: string | undefined;
26645
+ lineWidth?: number | undefined;
26646
+ } | undefined;
26647
+ outOfBrushStyle?: {
26648
+ opacity?: number | undefined;
26649
+ stroke?: string | undefined;
26650
+ lineWidth?: number | undefined;
26651
+ } | undefined;
26652
+ } | null | undefined;
25752
26653
  } | null | undefined;
25753
26654
  scatter?: {
25754
26655
  backgroundColor?: string | null | undefined;
@@ -26220,6 +27121,19 @@ export declare class Builder implements VSeedBuilder {
26220
27121
  showTooltip?: boolean | null | undefined;
26221
27122
  showLabel?: boolean | null | undefined;
26222
27123
  } | null | undefined;
27124
+ brush?: {
27125
+ enable: boolean;
27126
+ inBrushStyle?: {
27127
+ opacity?: number | undefined;
27128
+ stroke?: string | undefined;
27129
+ lineWidth?: number | undefined;
27130
+ } | undefined;
27131
+ outOfBrushStyle?: {
27132
+ opacity?: number | undefined;
27133
+ stroke?: string | undefined;
27134
+ lineWidth?: number | undefined;
27135
+ } | undefined;
27136
+ } | null | undefined;
26223
27137
  } | null | undefined;
26224
27138
  dualAxis?: {
26225
27139
  backgroundColor?: string | null | undefined;
@@ -26960,6 +27874,19 @@ export declare class Builder implements VSeedBuilder {
26960
27874
  axisLabelColor?: string | null | undefined;
26961
27875
  } | null | undefined;
26962
27876
  cornerRadius?: number | null | undefined;
27877
+ brush?: {
27878
+ enable: boolean;
27879
+ inBrushStyle?: {
27880
+ opacity?: number | undefined;
27881
+ stroke?: string | undefined;
27882
+ lineWidth?: number | undefined;
27883
+ } | undefined;
27884
+ outOfBrushStyle?: {
27885
+ opacity?: number | undefined;
27886
+ stroke?: string | undefined;
27887
+ lineWidth?: number | undefined;
27888
+ } | undefined;
27889
+ } | null | undefined;
26963
27890
  } | null | undefined;
26964
27891
  donut?: {
26965
27892
  backgroundColor?: string | null | undefined;
@@ -27061,6 +27988,19 @@ export declare class Builder implements VSeedBuilder {
27061
27988
  axisLabelColor?: string | null | undefined;
27062
27989
  } | null | undefined;
27063
27990
  cornerRadius?: number | null | undefined;
27991
+ brush?: {
27992
+ enable: boolean;
27993
+ inBrushStyle?: {
27994
+ opacity?: number | undefined;
27995
+ stroke?: string | undefined;
27996
+ lineWidth?: number | undefined;
27997
+ } | undefined;
27998
+ outOfBrushStyle?: {
27999
+ opacity?: number | undefined;
28000
+ stroke?: string | undefined;
28001
+ lineWidth?: number | undefined;
28002
+ } | undefined;
28003
+ } | null | undefined;
27064
28004
  } | null | undefined;
27065
28005
  radar?: {
27066
28006
  backgroundColor?: string | null | undefined;
@@ -27162,6 +28102,19 @@ export declare class Builder implements VSeedBuilder {
27162
28102
  axisLabelColor?: string | null | undefined;
27163
28103
  } | null | undefined;
27164
28104
  cornerRadius?: number | null | undefined;
28105
+ brush?: {
28106
+ enable: boolean;
28107
+ inBrushStyle?: {
28108
+ opacity?: number | undefined;
28109
+ stroke?: string | undefined;
28110
+ lineWidth?: number | undefined;
28111
+ } | undefined;
28112
+ outOfBrushStyle?: {
28113
+ opacity?: number | undefined;
28114
+ stroke?: string | undefined;
28115
+ lineWidth?: number | undefined;
28116
+ } | undefined;
28117
+ } | null | undefined;
27165
28118
  } | null | undefined;
27166
28119
  funnel?: {
27167
28120
  backgroundColor?: string | null | undefined;
@@ -27365,6 +28318,7 @@ export declare class Builder implements VSeedBuilder {
27365
28318
  stroke?: string | null | undefined;
27366
28319
  lineWidth?: number | null | undefined;
27367
28320
  cornerRadius?: number | null | undefined;
28321
+ hoverShadowColor?: string | null | undefined;
27368
28322
  } | null | undefined;
27369
28323
  xAxis?: {
27370
28324
  visible?: boolean | null | undefined;
@@ -27446,6 +28400,19 @@ export declare class Builder implements VSeedBuilder {
27446
28400
  gridLineDash?: number[] | null | undefined;
27447
28401
  } | null | undefined;
27448
28402
  } | null | undefined;
28403
+ brush?: {
28404
+ enable: boolean;
28405
+ inBrushStyle?: {
28406
+ opacity?: number | undefined;
28407
+ stroke?: string | undefined;
28408
+ lineWidth?: number | undefined;
28409
+ } | undefined;
28410
+ outOfBrushStyle?: {
28411
+ opacity?: number | undefined;
28412
+ stroke?: string | undefined;
28413
+ lineWidth?: number | undefined;
28414
+ } | undefined;
28415
+ } | null | undefined;
27449
28416
  } | null | undefined;
27450
28417
  boxPlot?: {
27451
28418
  backgroundColor?: string | null | undefined;
@@ -28209,6 +29176,19 @@ export declare class Builder implements VSeedBuilder {
28209
29176
  showTooltip?: boolean | null | undefined;
28210
29177
  showLabel?: boolean | null | undefined;
28211
29178
  } | null | undefined;
29179
+ brush?: {
29180
+ enable: boolean;
29181
+ inBrushStyle?: {
29182
+ opacity?: number | undefined;
29183
+ stroke?: string | undefined;
29184
+ lineWidth?: number | undefined;
29185
+ } | undefined;
29186
+ outOfBrushStyle?: {
29187
+ opacity?: number | undefined;
29188
+ stroke?: string | undefined;
29189
+ lineWidth?: number | undefined;
29190
+ } | undefined;
29191
+ } | null | undefined;
28212
29192
  } | null | undefined;
28213
29193
  } | null | undefined;
28214
29194
  };
@@ -28532,6 +29512,19 @@ export declare class Builder implements VSeedBuilder {
28532
29512
  showTooltip?: boolean | null | undefined;
28533
29513
  showLabel?: boolean | null | undefined;
28534
29514
  } | null | undefined;
29515
+ brush?: {
29516
+ enable: boolean;
29517
+ inBrushStyle?: {
29518
+ opacity?: number | undefined;
29519
+ stroke?: string | undefined;
29520
+ lineWidth?: number | undefined;
29521
+ } | undefined;
29522
+ outOfBrushStyle?: {
29523
+ opacity?: number | undefined;
29524
+ stroke?: string | undefined;
29525
+ lineWidth?: number | undefined;
29526
+ } | undefined;
29527
+ } | null | undefined;
28535
29528
  } | null | undefined;
28536
29529
  column?: {
28537
29530
  backgroundColor?: string | null | undefined;
@@ -28816,6 +29809,19 @@ export declare class Builder implements VSeedBuilder {
28816
29809
  showTooltip?: boolean | null | undefined;
28817
29810
  showLabel?: boolean | null | undefined;
28818
29811
  } | null | undefined;
29812
+ brush?: {
29813
+ enable: boolean;
29814
+ inBrushStyle?: {
29815
+ opacity?: number | undefined;
29816
+ stroke?: string | undefined;
29817
+ lineWidth?: number | undefined;
29818
+ } | undefined;
29819
+ outOfBrushStyle?: {
29820
+ opacity?: number | undefined;
29821
+ stroke?: string | undefined;
29822
+ lineWidth?: number | undefined;
29823
+ } | undefined;
29824
+ } | null | undefined;
28819
29825
  regressionLine?: {
28820
29826
  ecdfRegressionLine?: {
28821
29827
  enable?: boolean | null | undefined;
@@ -29274,6 +30280,19 @@ export declare class Builder implements VSeedBuilder {
29274
30280
  showTooltip?: boolean | null | undefined;
29275
30281
  showLabel?: boolean | null | undefined;
29276
30282
  } | null | undefined;
30283
+ brush?: {
30284
+ enable: boolean;
30285
+ inBrushStyle?: {
30286
+ opacity?: number | undefined;
30287
+ stroke?: string | undefined;
30288
+ lineWidth?: number | undefined;
30289
+ } | undefined;
30290
+ outOfBrushStyle?: {
30291
+ opacity?: number | undefined;
30292
+ stroke?: string | undefined;
30293
+ lineWidth?: number | undefined;
30294
+ } | undefined;
30295
+ } | null | undefined;
29277
30296
  } | null | undefined;
29278
30297
  columnPercent?: {
29279
30298
  backgroundColor?: string | null | undefined;
@@ -29558,6 +30577,19 @@ export declare class Builder implements VSeedBuilder {
29558
30577
  showTooltip?: boolean | null | undefined;
29559
30578
  showLabel?: boolean | null | undefined;
29560
30579
  } | null | undefined;
30580
+ brush?: {
30581
+ enable: boolean;
30582
+ inBrushStyle?: {
30583
+ opacity?: number | undefined;
30584
+ stroke?: string | undefined;
30585
+ lineWidth?: number | undefined;
30586
+ } | undefined;
30587
+ outOfBrushStyle?: {
30588
+ opacity?: number | undefined;
30589
+ stroke?: string | undefined;
30590
+ lineWidth?: number | undefined;
30591
+ } | undefined;
30592
+ } | null | undefined;
29561
30593
  } | null | undefined;
29562
30594
  bar?: {
29563
30595
  backgroundColor?: string | null | undefined;
@@ -29840,6 +30872,19 @@ export declare class Builder implements VSeedBuilder {
29840
30872
  showTooltip?: boolean | null | undefined;
29841
30873
  showLabel?: boolean | null | undefined;
29842
30874
  } | null | undefined;
30875
+ brush?: {
30876
+ enable: boolean;
30877
+ inBrushStyle?: {
30878
+ opacity?: number | undefined;
30879
+ stroke?: string | undefined;
30880
+ lineWidth?: number | undefined;
30881
+ } | undefined;
30882
+ outOfBrushStyle?: {
30883
+ opacity?: number | undefined;
30884
+ stroke?: string | undefined;
30885
+ lineWidth?: number | undefined;
30886
+ } | undefined;
30887
+ } | null | undefined;
29843
30888
  } | null | undefined;
29844
30889
  barParallel?: {
29845
30890
  backgroundColor?: string | null | undefined;
@@ -30122,6 +31167,19 @@ export declare class Builder implements VSeedBuilder {
30122
31167
  showTooltip?: boolean | null | undefined;
30123
31168
  showLabel?: boolean | null | undefined;
30124
31169
  } | null | undefined;
31170
+ brush?: {
31171
+ enable: boolean;
31172
+ inBrushStyle?: {
31173
+ opacity?: number | undefined;
31174
+ stroke?: string | undefined;
31175
+ lineWidth?: number | undefined;
31176
+ } | undefined;
31177
+ outOfBrushStyle?: {
31178
+ opacity?: number | undefined;
31179
+ stroke?: string | undefined;
31180
+ lineWidth?: number | undefined;
31181
+ } | undefined;
31182
+ } | null | undefined;
30125
31183
  } | null | undefined;
30126
31184
  barPercent?: {
30127
31185
  backgroundColor?: string | null | undefined;
@@ -30404,6 +31462,19 @@ export declare class Builder implements VSeedBuilder {
30404
31462
  showTooltip?: boolean | null | undefined;
30405
31463
  showLabel?: boolean | null | undefined;
30406
31464
  } | null | undefined;
31465
+ brush?: {
31466
+ enable: boolean;
31467
+ inBrushStyle?: {
31468
+ opacity?: number | undefined;
31469
+ stroke?: string | undefined;
31470
+ lineWidth?: number | undefined;
31471
+ } | undefined;
31472
+ outOfBrushStyle?: {
31473
+ opacity?: number | undefined;
31474
+ stroke?: string | undefined;
31475
+ lineWidth?: number | undefined;
31476
+ } | undefined;
31477
+ } | null | undefined;
30407
31478
  } | null | undefined;
30408
31479
  area?: {
30409
31480
  backgroundColor?: string | null | undefined;
@@ -30686,6 +31757,19 @@ export declare class Builder implements VSeedBuilder {
30686
31757
  showTooltip?: boolean | null | undefined;
30687
31758
  showLabel?: boolean | null | undefined;
30688
31759
  } | null | undefined;
31760
+ brush?: {
31761
+ enable: boolean;
31762
+ inBrushStyle?: {
31763
+ opacity?: number | undefined;
31764
+ stroke?: string | undefined;
31765
+ lineWidth?: number | undefined;
31766
+ } | undefined;
31767
+ outOfBrushStyle?: {
31768
+ opacity?: number | undefined;
31769
+ stroke?: string | undefined;
31770
+ lineWidth?: number | undefined;
31771
+ } | undefined;
31772
+ } | null | undefined;
30689
31773
  } | null | undefined;
30690
31774
  areaPercent?: {
30691
31775
  backgroundColor?: string | null | undefined;
@@ -30968,6 +32052,19 @@ export declare class Builder implements VSeedBuilder {
30968
32052
  showTooltip?: boolean | null | undefined;
30969
32053
  showLabel?: boolean | null | undefined;
30970
32054
  } | null | undefined;
32055
+ brush?: {
32056
+ enable: boolean;
32057
+ inBrushStyle?: {
32058
+ opacity?: number | undefined;
32059
+ stroke?: string | undefined;
32060
+ lineWidth?: number | undefined;
32061
+ } | undefined;
32062
+ outOfBrushStyle?: {
32063
+ opacity?: number | undefined;
32064
+ stroke?: string | undefined;
32065
+ lineWidth?: number | undefined;
32066
+ } | undefined;
32067
+ } | null | undefined;
30971
32068
  } | null | undefined;
30972
32069
  scatter?: {
30973
32070
  backgroundColor?: string | null | undefined;
@@ -31439,6 +32536,19 @@ export declare class Builder implements VSeedBuilder {
31439
32536
  showTooltip?: boolean | null | undefined;
31440
32537
  showLabel?: boolean | null | undefined;
31441
32538
  } | null | undefined;
32539
+ brush?: {
32540
+ enable: boolean;
32541
+ inBrushStyle?: {
32542
+ opacity?: number | undefined;
32543
+ stroke?: string | undefined;
32544
+ lineWidth?: number | undefined;
32545
+ } | undefined;
32546
+ outOfBrushStyle?: {
32547
+ opacity?: number | undefined;
32548
+ stroke?: string | undefined;
32549
+ lineWidth?: number | undefined;
32550
+ } | undefined;
32551
+ } | null | undefined;
31442
32552
  } | null | undefined;
31443
32553
  dualAxis?: {
31444
32554
  backgroundColor?: string | null | undefined;
@@ -32179,6 +33289,19 @@ export declare class Builder implements VSeedBuilder {
32179
33289
  axisLabelColor?: string | null | undefined;
32180
33290
  } | null | undefined;
32181
33291
  cornerRadius?: number | null | undefined;
33292
+ brush?: {
33293
+ enable: boolean;
33294
+ inBrushStyle?: {
33295
+ opacity?: number | undefined;
33296
+ stroke?: string | undefined;
33297
+ lineWidth?: number | undefined;
33298
+ } | undefined;
33299
+ outOfBrushStyle?: {
33300
+ opacity?: number | undefined;
33301
+ stroke?: string | undefined;
33302
+ lineWidth?: number | undefined;
33303
+ } | undefined;
33304
+ } | null | undefined;
32182
33305
  } | null | undefined;
32183
33306
  donut?: {
32184
33307
  backgroundColor?: string | null | undefined;
@@ -32280,6 +33403,19 @@ export declare class Builder implements VSeedBuilder {
32280
33403
  axisLabelColor?: string | null | undefined;
32281
33404
  } | null | undefined;
32282
33405
  cornerRadius?: number | null | undefined;
33406
+ brush?: {
33407
+ enable: boolean;
33408
+ inBrushStyle?: {
33409
+ opacity?: number | undefined;
33410
+ stroke?: string | undefined;
33411
+ lineWidth?: number | undefined;
33412
+ } | undefined;
33413
+ outOfBrushStyle?: {
33414
+ opacity?: number | undefined;
33415
+ stroke?: string | undefined;
33416
+ lineWidth?: number | undefined;
33417
+ } | undefined;
33418
+ } | null | undefined;
32283
33419
  } | null | undefined;
32284
33420
  radar?: {
32285
33421
  backgroundColor?: string | null | undefined;
@@ -32381,6 +33517,19 @@ export declare class Builder implements VSeedBuilder {
32381
33517
  axisLabelColor?: string | null | undefined;
32382
33518
  } | null | undefined;
32383
33519
  cornerRadius?: number | null | undefined;
33520
+ brush?: {
33521
+ enable: boolean;
33522
+ inBrushStyle?: {
33523
+ opacity?: number | undefined;
33524
+ stroke?: string | undefined;
33525
+ lineWidth?: number | undefined;
33526
+ } | undefined;
33527
+ outOfBrushStyle?: {
33528
+ opacity?: number | undefined;
33529
+ stroke?: string | undefined;
33530
+ lineWidth?: number | undefined;
33531
+ } | undefined;
33532
+ } | null | undefined;
32384
33533
  } | null | undefined;
32385
33534
  funnel?: {
32386
33535
  backgroundColor?: string | null | undefined;
@@ -32584,6 +33733,7 @@ export declare class Builder implements VSeedBuilder {
32584
33733
  stroke?: string | null | undefined;
32585
33734
  lineWidth?: number | null | undefined;
32586
33735
  cornerRadius?: number | null | undefined;
33736
+ hoverShadowColor?: string | null | undefined;
32587
33737
  } | null | undefined;
32588
33738
  xAxis?: {
32589
33739
  visible?: boolean | null | undefined;
@@ -32665,6 +33815,19 @@ export declare class Builder implements VSeedBuilder {
32665
33815
  gridLineDash?: number[] | null | undefined;
32666
33816
  } | null | undefined;
32667
33817
  } | null | undefined;
33818
+ brush?: {
33819
+ enable: boolean;
33820
+ inBrushStyle?: {
33821
+ opacity?: number | undefined;
33822
+ stroke?: string | undefined;
33823
+ lineWidth?: number | undefined;
33824
+ } | undefined;
33825
+ outOfBrushStyle?: {
33826
+ opacity?: number | undefined;
33827
+ stroke?: string | undefined;
33828
+ lineWidth?: number | undefined;
33829
+ } | undefined;
33830
+ } | null | undefined;
32668
33831
  } | null | undefined;
32669
33832
  boxPlot?: {
32670
33833
  backgroundColor?: string | null | undefined;
@@ -33428,6 +34591,19 @@ export declare class Builder implements VSeedBuilder {
33428
34591
  showTooltip?: boolean | null | undefined;
33429
34592
  showLabel?: boolean | null | undefined;
33430
34593
  } | null | undefined;
34594
+ brush?: {
34595
+ enable: boolean;
34596
+ inBrushStyle?: {
34597
+ opacity?: number | undefined;
34598
+ stroke?: string | undefined;
34599
+ lineWidth?: number | undefined;
34600
+ } | undefined;
34601
+ outOfBrushStyle?: {
34602
+ opacity?: number | undefined;
34603
+ stroke?: string | undefined;
34604
+ lineWidth?: number | undefined;
34605
+ } | undefined;
34606
+ } | null | undefined;
33431
34607
  } | null | undefined;
33432
34608
  } | null | undefined;
33433
34609
  }>;