@univerjs-pro/engine-chart 1.0.0-rc.0 → 1.0.0

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 (203) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/chart-builder/chart-types.d.ts +10 -1
  65. package/lib/types/chart-builder/configuration/chart-config-group.d.ts +1 -0
  66. package/lib/types/chart-builder/conversion/chart-context-patch.d.ts +5 -2
  67. package/lib/types/chart-builder/conversion/chart-model-fields.d.ts +5 -0
  68. package/lib/types/chart-builder/conversion/describe-chart-model.d.ts +1030 -16
  69. package/lib/types/chart-text-measure-canvas.d.ts +1 -0
  70. package/lib/types/enum.d.ts +11 -1
  71. package/lib/types/facade/builders/f-scatter-chart-builder.d.ts +24 -0
  72. package/lib/types/facade/f-chart-builder-base.d.ts +22 -0
  73. package/lib/types/facade/f-chart.d.ts +22 -0
  74. package/lib/types/index.d.ts +3 -3
  75. package/lib/types/model/chart-data-operators/build-chart-data.d.ts +4 -0
  76. package/lib/types/model/chart-data-operators/index.d.ts +2 -0
  77. package/lib/types/model/chart-data-operators/operators.d.ts +25 -0
  78. package/lib/types/model/chart-locale-texts.d.ts +22 -0
  79. package/lib/types/model/chart-model.d.ts +3424 -0
  80. package/lib/types/model/chart-theme.service.d.ts +40 -0
  81. package/lib/types/model/constants/build-in-theme/default.d.ts +2 -0
  82. package/lib/types/model/constants/build-in-theme/index.d.ts +15 -0
  83. package/lib/types/model/constants/build-in-theme/theme-util.d.ts +5 -0
  84. package/lib/types/model/constants/build-in-theme/types.d.ts +76 -0
  85. package/lib/types/model/constants/build-in-theme/univer-gradient1.d.ts +2 -0
  86. package/lib/types/model/constants/build-in-theme/univer-gradient2.d.ts +2 -0
  87. package/lib/types/model/constants/build-in-theme/univer-gradient3.d.ts +2 -0
  88. package/lib/types/model/constants/build-in-theme/univer-gradient4.d.ts +2 -0
  89. package/lib/types/model/constants/build-in-theme/univer-gradient5.d.ts +2 -0
  90. package/lib/types/model/constants/build-in-theme/univer-gradient6.d.ts +2 -0
  91. package/lib/types/model/constants/build-in-theme/univer1.d.ts +2 -0
  92. package/lib/types/model/constants/build-in-theme/univer2.d.ts +2 -0
  93. package/lib/types/model/constants/build-in-theme/univer3.d.ts +2 -0
  94. package/lib/types/model/constants/build-in-theme/univer4.d.ts +2 -0
  95. package/lib/types/model/constants/build-in-theme/univer5.d.ts +2 -0
  96. package/lib/types/model/constants/build-in-theme/univer6.d.ts +2 -0
  97. package/lib/types/model/constants/default-chart-style.d.ts +114 -0
  98. package/lib/types/model/constants/default.d.ts +11 -0
  99. package/lib/types/model/data-context-transformers/bar-data-context-transformer.d.ts +3 -0
  100. package/lib/types/model/data-context-transformers/box-plot-data-context-transformer.d.ts +3 -0
  101. package/lib/types/model/data-context-transformers/line-like-context-transformer.d.ts +3 -0
  102. package/lib/types/model/data-context-transformers/pareto-data-context-transformer.d.ts +3 -0
  103. package/lib/types/model/data-context-transformers/percent-data-context-transformer.d.ts +3 -0
  104. package/lib/types/model/data-context-transformers/pie-data-context-transformer.d.ts +3 -0
  105. package/lib/types/model/data-context-transformers/word-cloud-data-context-transform.d.ts +3 -0
  106. package/lib/types/model/echart-render-model.d.ts +32 -0
  107. package/lib/types/model/echart-to-chart-model-init.d.ts +3 -0
  108. package/lib/types/model/mode-converter/converters/boxplot-chart-converter.d.ts +2 -0
  109. package/lib/types/model/mode-converter/converters/bubble-chart-converter.d.ts +2 -0
  110. package/lib/types/model/mode-converter/converters/combination-chart-converter.d.ts +2 -0
  111. package/lib/types/model/mode-converter/converters/constants.d.ts +7 -0
  112. package/lib/types/model/mode-converter/converters/funnel-chart-converter.d.ts +2 -0
  113. package/lib/types/model/mode-converter/converters/heatmap-chart-convert.d.ts +2 -0
  114. package/lib/types/model/mode-converter/converters/pareto-chart-converter.d.ts +2 -0
  115. package/lib/types/model/mode-converter/converters/pie-chart-converter.d.ts +2 -0
  116. package/lib/types/model/mode-converter/converters/radar-chart-converter.d.ts +2 -0
  117. package/lib/types/model/mode-converter/converters/relation-chart-converter.d.ts +2 -0
  118. package/lib/types/model/mode-converter/converters/sankey-chart-converter.d.ts +2 -0
  119. package/lib/types/model/mode-converter/converters/scatter-chart-converter.d.ts +2 -0
  120. package/lib/types/model/mode-converter/converters/tools.d.ts +15 -0
  121. package/lib/types/model/mode-converter/converters/waterfall-chart-converter.d.ts +2 -0
  122. package/lib/types/model/mode-converter/converters/word-cloud-converter.d.ts +76 -0
  123. package/lib/types/model/mode-converter/mode-converter.d.ts +96 -0
  124. package/lib/types/model/mode-converter/render-spec-operators/axis-title.operator.d.ts +2 -0
  125. package/lib/types/model/mode-converter/render-spec-operators/bubble-style.operator.d.ts +2 -0
  126. package/lib/types/model/mode-converter/render-spec-operators/chart-axes.operator.d.ts +2 -0
  127. package/lib/types/model/mode-converter/render-spec-operators/chart-box-style.operator.d.ts +2 -0
  128. package/lib/types/model/mode-converter/render-spec-operators/empty-style-operator.d.ts +2 -0
  129. package/lib/types/model/mode-converter/render-spec-operators/font-size.operator.d.ts +2 -0
  130. package/lib/types/model/mode-converter/render-spec-operators/grid-operator.d.ts +2 -0
  131. package/lib/types/model/mode-converter/render-spec-operators/heatmap-chart-operator.d.ts +2 -0
  132. package/lib/types/model/mode-converter/render-spec-operators/hover-mark-style.operator.d.ts +2 -0
  133. package/lib/types/model/mode-converter/render-spec-operators/index.d.ts +13 -0
  134. package/lib/types/model/mode-converter/render-spec-operators/invalid-value-style.operator.d.ts +2 -0
  135. package/lib/types/model/mode-converter/render-spec-operators/legend-style.operator.d.ts +2 -0
  136. package/lib/types/model/mode-converter/render-spec-operators/line-like-style.operator.d.ts +2 -0
  137. package/lib/types/model/mode-converter/render-spec-operators/operator-types.d.ts +7 -0
  138. package/lib/types/model/mode-converter/render-spec-operators/pie-style.operator.d.ts +2 -0
  139. package/lib/types/model/mode-converter/render-spec-operators/radar-style.operator.d.ts +2 -0
  140. package/lib/types/model/mode-converter/render-spec-operators/relation-chart-operator/relation-chart-operator.d.ts +2 -0
  141. package/lib/types/model/mode-converter/render-spec-operators/relation-chart-operator/relation-force-directed-layout.d.ts +28 -0
  142. package/lib/types/model/mode-converter/render-spec-operators/sankey-chart-operator.d.ts +2 -0
  143. package/lib/types/model/mode-converter/render-spec-operators/scatter-style.operator.d.ts +2 -0
  144. package/lib/types/model/mode-converter/render-spec-operators/series-style-operator/pareto-series-style.handler.d.ts +2 -0
  145. package/lib/types/model/mode-converter/render-spec-operators/series-style-operator/series-chart-style.handler.d.ts +2 -0
  146. package/lib/types/model/mode-converter/render-spec-operators/series-style-operator/series-data-label.handler.d.ts +2 -0
  147. package/lib/types/model/mode-converter/render-spec-operators/series-style-operator/series-style-operator.d.ts +11 -0
  148. package/lib/types/model/mode-converter/render-spec-operators/series-style-operator/waterfall-series-style-operator.d.ts +3 -0
  149. package/lib/types/model/mode-converter/render-spec-operators/stack.operator.d.ts +2 -0
  150. package/lib/types/model/mode-converter/render-spec-operators/theme.operator.d.ts +2 -0
  151. package/lib/types/model/mode-converter/render-spec-operators/title-style.operator.d.ts +2 -0
  152. package/lib/types/model/mode-converter/render-spec-operators/tool-tip-operator.d.ts +3 -0
  153. package/lib/types/model/mode-converter/render-spec-operators/tools.d.ts +26 -0
  154. package/lib/types/model/mode-converter/render-spec-operators/trend-line/trend-line.operator.d.ts +2 -0
  155. package/lib/types/model/mode-converter/render-spec-operators/trend-line/trendline-util.d.ts +13 -0
  156. package/lib/types/model/mode-converter/render-spec-operators/visual-map-operator.d.ts +2 -0
  157. package/lib/types/model/mode-converter/render-spec-operators/watermark.operator.d.ts +2 -0
  158. package/lib/types/model/spec-converter/spec-converter.d.ts +1 -0
  159. package/lib/types/model/word-cloud-musk-image.service.d.ts +17 -0
  160. package/lib/types/models/chart-context/chart-field-selection.d.ts +3 -7
  161. package/lib/types/models/chart-data/build-chart-data.d.ts +1 -1
  162. package/lib/types/models/chart-host/chart-license.d.ts +5 -0
  163. package/lib/types/models/chart-model/chart-model.d.ts +3093 -48
  164. package/lib/types/models/chart-render/axes/axis-placement.d.ts +19 -0
  165. package/lib/types/models/chart-render/chart-field-button-layout.d.ts +51 -0
  166. package/lib/types/models/chart-render/converter/calendar-date-axis.d.ts +7 -0
  167. package/lib/types/models/chart-render/converter/render-spec-operators/date-axis-label-layout.d.ts +5 -0
  168. package/lib/types/models/chart-render/converter/render-spec-operators/error-bars.operator.d.ts +3 -0
  169. package/lib/types/models/chart-render/converter/render-spec-operators/grid-operator.d.ts +3 -0
  170. package/lib/types/models/chart-render/converter/render-spec-operators/legend-size.d.ts +24 -1
  171. package/lib/types/models/chart-render/converter/render-spec-operators/multi-level-category-axis-layout.d.ts +2 -1
  172. package/lib/types/models/chart-render/converter/render-spec-operators/pie-auto-label-layout.d.ts +4 -0
  173. package/lib/types/models/chart-render/converter/render-spec-operators/title-size.d.ts +10 -0
  174. package/lib/types/models/chart-render/converter/render-spec-operators/tool-tip-operator.d.ts +2 -0
  175. package/lib/types/models/chart-render/converter/render-spec-operators/tools.d.ts +6 -3
  176. package/lib/types/models/chart-render/converter/render-spec-operators/value-axis-scale.d.ts +9 -0
  177. package/lib/types/models/chart-render/echart-render-model/echart-render-engine.d.ts +1 -0
  178. package/lib/types/models/chart-render/format/pie-data-label.d.ts +9 -0
  179. package/lib/types/models/chart-render/style/chart-runtime-style.d.ts +2 -1
  180. package/lib/types/models/common/constants/default-chart-style.d.ts +2 -1
  181. package/lib/types/types.d.ts +142 -11
  182. package/lib/umd/facade.js +1 -1
  183. package/lib/umd/index.js +1 -1
  184. package/lib/umd/locale/ar-SA.js +1 -1
  185. package/lib/umd/locale/ca-ES.js +1 -1
  186. package/lib/umd/locale/de-DE.js +1 -1
  187. package/lib/umd/locale/en-US.js +1 -1
  188. package/lib/umd/locale/es-ES.js +1 -1
  189. package/lib/umd/locale/fa-IR.js +1 -1
  190. package/lib/umd/locale/fr-FR.js +1 -1
  191. package/lib/umd/locale/id-ID.js +1 -1
  192. package/lib/umd/locale/it-IT.js +1 -1
  193. package/lib/umd/locale/ja-JP.js +1 -1
  194. package/lib/umd/locale/ko-KR.js +1 -1
  195. package/lib/umd/locale/pl-PL.js +1 -1
  196. package/lib/umd/locale/pt-BR.js +1 -1
  197. package/lib/umd/locale/ru-RU.js +1 -1
  198. package/lib/umd/locale/sk-SK.js +1 -1
  199. package/lib/umd/locale/vi-VN.js +1 -1
  200. package/lib/umd/locale/zh-CN.js +1 -1
  201. package/lib/umd/locale/zh-HK.js +1 -1
  202. package/lib/umd/locale/zh-TW.js +1 -1
  203. package/package.json +7 -7
@@ -1 +1 @@
1
- const _0x175ee4=_0x84e1;(function(_0x324463,_0x23878c){const _0x17af3c=_0x84e1,_0x1b9028=_0x324463();while(!![]){try{const _0x107a62=-parseInt(_0x17af3c(0x1a0))/0x1*(-parseInt(_0x17af3c(0x1af))/0x2)+parseInt(_0x17af3c(0x191))/0x3*(-parseInt(_0x17af3c(0x19d))/0x4)+parseInt(_0x17af3c(0x1a6))/0x5+-parseInt(_0x17af3c(0x194))/0x6+parseInt(_0x17af3c(0x1a9))/0x7+-parseInt(_0x17af3c(0x1aa))/0x8+-parseInt(_0x17af3c(0x197))/0x9;if(_0x107a62===_0x23878c)break;else _0x1b9028['push'](_0x1b9028['shift']());}catch(_0x18bd61){_0x1b9028['push'](_0x1b9028['shift']());}}}(_0x1c42,0xb613f));const e={'engine-chart':{'invalidSourceHeader':_0x175ee4(0x1a3),'seriesDefaultName':_0x175ee4(0x18f),'blank':_0x175ee4(0x19a),'boxplotMin':'Giá\x20trị\x20nhỏ\x20nhất','boxplotQ1':_0x175ee4(0x1ae),'boxplotMedian':_0x175ee4(0x1b1),'boxplotQ3':_0x175ee4(0x1ac),'boxplotMax':'Giá\x20trị\x20lớn\x20nhất','bubbleEmptyTips':_0x175ee4(0x1a2),'cloudWord':'Từ','cloudFrequency':_0x175ee4(0x19f),'msgEmptyTips':_0x175ee4(0x196),'msgSankeyCircularTips':_0x175ee4(0x1b2),'paretoLineName':_0x175ee4(0x1a5),'pieAggregateOther':_0x175ee4(0x1a1),'pieAggregateMembers':'Thành\x20phần','relationEmptyTips':_0x175ee4(0x1ad),'waterfallPositive':_0x175ee4(0x1b0),'waterfallNegative':_0x175ee4(0x190),'waterfallSubtotal':_0x175ee4(0x1a4),'candlestickSeries':_0x175ee4(0x199),'candlestickHlcSeries':_0x175ee4(0x18c),'candlestickCategory':'Danh\x20mục','candlestickDate':_0x175ee4(0x198),'candlestickOpen':'Giá\x20mở\x20cửa','candlestickHigh':_0x175ee4(0x18e),'candlestickLow':_0x175ee4(0x18d),'candlestickClose':_0x175ee4(0x1a7),'histogramFrequency':_0x175ee4(0x19f),'treemapEmptyTips':_0x175ee4(0x18a),'treemapOwnValue':_0x175ee4(0x1ab),'treemapChildren':_0x175ee4(0x193),'sunburstEmptyTips':_0x175ee4(0x1a8),'sunburstOwnValue':_0x175ee4(0x1ab),'sunburstChildren':_0x175ee4(0x193),'gaugeEmptyTips':_0x175ee4(0x18b),'gaugeInvalidMapping':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','gaugeInvalidConfig':_0x175ee4(0x195),'chordEmptyTips':_0x175ee4(0x19b),'chordInvalidMapping':_0x175ee4(0x1b3),'chordInvalidConfig':_0x175ee4(0x192),'chordCount':_0x175ee4(0x19c),'chordAssociatedValue':_0x175ee4(0x19e)}};export{e as default};function _0x84e1(_0x5998e3,_0x4daa95){_0x5998e3=_0x5998e3-0x18a;const _0x1c4258=_0x1c42();let _0x84e125=_0x1c4258[_0x5998e3];return _0x84e125;}function _0x1c42(){const _0x19012d=['Tổng\x20phụ','Tỷ\x20lệ\x20tích\x20lũy','6456215JeKUCZ','Giá\x20đóng\x20cửa','Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','7149114ZtuECE','11436856UkqnUi','Giá\x20trị\x20riêng','Phần\x20tư\x20thứ\x20ba','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Phần\x20tư\x20thứ\x20nhất','2901414cXBzhx','Giá\x20trị\x20dương','Trung\x20vị','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','Chuỗi\x20HLC','Giá\x20thấp\x20nhất','Giá\x20cao\x20nhất','Loạt\x20{0}','Giá\x20trị\x20âm','16902JUIQSR','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Phần\x20tử\x20con','3574536mimaCo','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','613098jqgszV','Ngày','Chuỗi\x20OHLC','(Trống)','Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','Số\x20lượng\x20mối\x20quan\x20hệ','656MXOvmi','Giá\x20trị\x20liên\x20kết','Tần\x20suất','1BgHxKL','Khác','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Tiêu\x20đề\x20nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20không\x20hợp\x20lệ.'];_0x1c42=function(){return _0x19012d;};return _0x1c42();}
1
+ const _0x531954=_0x4960;function _0x4c93(){const _0x494be7=['765759AvifZf','Giá\x20thấp\x20nhất','Khác','163105JDlbkC','6416152vwTYhf','Giá\x20cao\x20nhất','Thành\x20phần','Tỷ\x20lệ\x20tích\x20lũy','Trung\x20vị','Phần\x20tử\x20con','Giá\x20trị\x20lớn\x20nhất','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Ngày','Giá\x20mở\x20cửa','Danh\x20mục','3819678eiKrxP','9YdRIqc','11uNYqcM','Tần\x20suất','Giá\x20trị\x20âm','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','4QJQrPX','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Giá\x20trị\x20riêng','234spkWHh','(Trống)','Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','Chuỗi\x20OHLC','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Giá\x20đóng\x20cửa','Loạt\x20{0}','Phần\x20tư\x20thứ\x20ba','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','2470258xSQhnO','Phần\x20tư\x20thứ\x20nhất','4106910xqeAnU','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','5342281WJyZsj'];_0x4c93=function(){return _0x494be7;};return _0x4c93();}(function(_0x529e00,_0x3fcf1d){const _0x3aef12=_0x4960,_0x35c6de=_0x529e00();while(!![]){try{const _0x50ca49=parseInt(_0x3aef12(0x1b5))/0x1+parseInt(_0x3aef12(0x1d7))/0x2+parseInt(_0x3aef12(0x1c4))/0x3*(parseInt(_0x3aef12(0x1ca))/0x4)+-parseInt(_0x3aef12(0x1b8))/0x5*(parseInt(_0x3aef12(0x1cd))/0x6)+-parseInt(_0x3aef12(0x1b4))/0x7+-parseInt(_0x3aef12(0x1b9))/0x8*(parseInt(_0x3aef12(0x1c5))/0x9)+-parseInt(_0x3aef12(0x1d9))/0xa*(-parseInt(_0x3aef12(0x1c6))/0xb);if(_0x50ca49===_0x3fcf1d)break;else _0x35c6de['push'](_0x35c6de['shift']());}catch(_0x1753d5){_0x35c6de['push'](_0x35c6de['shift']());}}}(_0x4c93,0xcee18));function _0x4960(_0x477230,_0x7b4bd9){_0x477230=_0x477230-0x1b4;const _0x4c93cf=_0x4c93();let _0x4960d5=_0x4c93cf[_0x477230];return _0x4960d5;}const e={'engine-chart':{'invalidSourceHeader':'Tiêu\x20đề\x20nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20không\x20hợp\x20lệ.','seriesDefaultName':_0x531954(0x1d4),'blank':_0x531954(0x1ce),'boxplotMin':'Giá\x20trị\x20nhỏ\x20nhất','boxplotQ1':_0x531954(0x1d8),'boxplotMedian':_0x531954(0x1bd),'boxplotQ3':_0x531954(0x1d5),'boxplotMax':_0x531954(0x1bf),'bubbleEmptyTips':_0x531954(0x1d6),'cloudWord':'Từ','cloudFrequency':'Tần\x20suất','msgEmptyTips':_0x531954(0x1cb),'msgSankeyCircularTips':_0x531954(0x1da),'paretoLineName':_0x531954(0x1bc),'pieAggregateOther':_0x531954(0x1b7),'pieAggregateMembers':_0x531954(0x1bb),'relationEmptyTips':_0x531954(0x1c0),'waterfallPositive':'Giá\x20trị\x20dương','waterfallNegative':_0x531954(0x1c8),'waterfallSubtotal':'Tổng\x20phụ','candlestickSeries':_0x531954(0x1d0),'candlestickHlcSeries':'Chuỗi\x20HLC','candlestickCategory':_0x531954(0x1c3),'candlestickDate':_0x531954(0x1c1),'candlestickOpen':_0x531954(0x1c2),'candlestickHigh':_0x531954(0x1ba),'candlestickLow':_0x531954(0x1b6),'candlestickClose':_0x531954(0x1d3),'histogramFrequency':_0x531954(0x1c7),'treemapEmptyTips':'Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','treemapOwnValue':_0x531954(0x1cc),'treemapChildren':_0x531954(0x1be),'sunburstEmptyTips':_0x531954(0x1d2),'sunburstOwnValue':'Giá\x20trị\x20riêng','sunburstChildren':'Phần\x20tử\x20con','gaugeEmptyTips':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','gaugeInvalidMapping':_0x531954(0x1d1),'gaugeInvalidConfig':'Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','chordEmptyTips':_0x531954(0x1cf),'chordInvalidMapping':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','chordInvalidConfig':_0x531954(0x1c9),'chordCount':'Số\x20lượng\x20mối\x20quan\x20hệ','chordAssociatedValue':'Giá\x20trị\x20liên\x20kết'}};export{e as default};
@@ -1 +1 @@
1
- const _0x41bd46=_0x361d;function _0xe3a7(){const _0x5e22bf=['最大值','关系计数','仪表图需要一个标签字段且只能有一个数值字段。','3396876LgbBCX','387681CXshjw','关联值','弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','5kQLfYW','12oSoihO','23076580gOmeBD','第三四分位数','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','OHLC\x20系列','第一四分位数','气泡图至少需要2列,X轴、Y轴。','桑基图不能包含循环数据','旭日图至少需要一个层级字段和一个数值字段。','自身值','HLC\x20系列','96MFSLUo','弦图配置无效,请检查角度、半径、不透明度和尺寸。','弦图至少需要两个不同节点之间的一条正权重关系。','369296lcIZxg','成员数','请先添加系列开始数据可视化','652709zuZgus','中位数','4755879FPGESc','图表数据源标题配置无效。','矩形树图至少需要一个层级字段和一个数值字段。','系列\x20{0}','(空)','4656172JYwGmJ','仪表图至少需要一个有限数值。'];_0xe3a7=function(){return _0x5e22bf;};return _0xe3a7();}(function(_0x1d772c,_0x3b7438){const _0x48c59a=_0x361d,_0x3fd9ec=_0x1d772c();while(!![]){try{const _0x4f7e51=-parseInt(_0x48c59a(0xb0))/0x1+-parseInt(_0x48c59a(0xad))/0x2*(-parseInt(_0x48c59a(0xc1))/0x3)+parseInt(_0x48c59a(0xb7))/0x4*(-parseInt(_0x48c59a(0xc0))/0x5)+parseInt(_0x48c59a(0xbc))/0x6+-parseInt(_0x48c59a(0xbd))/0x7*(parseInt(_0x48c59a(0xaa))/0x8)+-parseInt(_0x48c59a(0xb2))/0x9+parseInt(_0x48c59a(0xc2))/0xa;if(_0x4f7e51===_0x3b7438)break;else _0x3fd9ec['push'](_0x3fd9ec['shift']());}catch(_0x1aa153){_0x3fd9ec['push'](_0x3fd9ec['shift']());}}}(_0xe3a7,0x931f9));const e={'engine-chart':{'invalidSourceHeader':_0x41bd46(0xb3),'seriesDefaultName':_0x41bd46(0xb5),'blank':_0x41bd46(0xb6),'boxplotMin':'最小值','boxplotQ1':_0x41bd46(0xc6),'boxplotMedian':_0x41bd46(0xb1),'boxplotQ3':_0x41bd46(0xc3),'boxplotMax':_0x41bd46(0xb9),'bubbleEmptyTips':_0x41bd46(0xc7),'cloudWord':'词语','cloudFrequency':'频率','msgEmptyTips':_0x41bd46(0xaf),'msgSankeyCircularTips':_0x41bd46(0xc8),'paretoLineName':'累积占比','pieAggregateOther':'其他','pieAggregateMembers':_0x41bd46(0xae),'relationEmptyTips':'关系图数据源为额外添加类型列在第二列的共词矩阵','waterfallPositive':'正值','waterfallNegative':'负值','waterfallSubtotal':'小计','candlestickSeries':_0x41bd46(0xc5),'candlestickHlcSeries':_0x41bd46(0xa9),'candlestickCategory':'类别','candlestickDate':'日期','candlestickOpen':'开盘','candlestickHigh':'最高','candlestickLow':'最低','candlestickClose':'收盘','histogramFrequency':'频数','treemapEmptyTips':_0x41bd46(0xb4),'treemapOwnValue':'自身值','treemapChildren':'子项','sunburstEmptyTips':_0x41bd46(0xc9),'sunburstOwnValue':_0x41bd46(0xca),'sunburstChildren':'子项','gaugeEmptyTips':_0x41bd46(0xb8),'gaugeInvalidMapping':_0x41bd46(0xbb),'gaugeInvalidConfig':_0x41bd46(0xc4),'chordEmptyTips':_0x41bd46(0xac),'chordInvalidMapping':_0x41bd46(0xbf),'chordInvalidConfig':_0x41bd46(0xab),'chordCount':_0x41bd46(0xba),'chordAssociatedValue':_0x41bd46(0xbe)}};function _0x361d(_0x38a735,_0x108f02){_0x38a735=_0x38a735-0xa9;const _0xe3a782=_0xe3a7();let _0x361db3=_0xe3a782[_0x38a735];return _0x361db3;}export{e as default};
1
+ function _0x49f8(){const _0x1bb0a2=['弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','175456gpVlzG','关联值','累积占比','自身值','最小值','631671BZTHPY','最大值','弦图配置无效,请检查角度、半径、不透明度和尺寸。','(空)','仪表图需要一个标签字段且只能有一个数值字段。','成员数','134440nDFRuG','旭日图至少需要一个层级字段和一个数值字段。','49iVkpkl','291246zXZrxR','气泡图至少需要2列,X轴、Y轴。','系列\x20{0}','117qNsCcy','第三四分位数','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','请先添加系列开始数据可视化','697480kovzMQ','矩形树图至少需要一个层级字段和一个数值字段。','1592vYzpZN','中位数','3FzPRTT','145668vHTWbt','弦图至少需要两个不同节点之间的一条正权重关系。'];_0x49f8=function(){return _0x1bb0a2;};return _0x49f8();}const _0x3acf03=_0x574a;function _0x574a(_0x2d78e4,_0x5031bd){_0x2d78e4=_0x2d78e4-0x122;const _0x49f891=_0x49f8();let _0x574ac3=_0x49f891[_0x2d78e4];return _0x574ac3;}(function(_0x48d85e,_0x69da1){const _0x41c045=_0x574a,_0x2e0251=_0x48d85e();while(!![]){try{const _0x141a98=parseInt(_0x41c045(0x128))/0x1*(parseInt(_0x41c045(0x126))/0x2)+parseInt(_0x41c045(0x131))/0x3+parseInt(_0x41c045(0x129))/0x4+parseInt(_0x41c045(0x124))/0x5+parseInt(_0x41c045(0x13a))/0x6+parseInt(_0x41c045(0x139))/0x7*(-parseInt(_0x41c045(0x12c))/0x8)+-parseInt(_0x41c045(0x13d))/0x9*(parseInt(_0x41c045(0x137))/0xa);if(_0x141a98===_0x69da1)break;else _0x2e0251['push'](_0x2e0251['shift']());}catch(_0x69ed5a){_0x2e0251['push'](_0x2e0251['shift']());}}}(_0x49f8,0x1aa2f));const e={'engine-chart':{'invalidSourceHeader':'图表数据源标题配置无效。','seriesDefaultName':_0x3acf03(0x13c),'blank':_0x3acf03(0x134),'boxplotMin':_0x3acf03(0x130),'boxplotQ1':'第一四分位数','boxplotMedian':_0x3acf03(0x127),'boxplotQ3':_0x3acf03(0x13e),'boxplotMax':_0x3acf03(0x132),'bubbleEmptyTips':_0x3acf03(0x13b),'cloudWord':'词语','cloudFrequency':'频率','msgEmptyTips':_0x3acf03(0x123),'msgSankeyCircularTips':'桑基图不能包含循环数据','paretoLineName':_0x3acf03(0x12e),'pieAggregateOther':'其他','pieAggregateMembers':_0x3acf03(0x136),'relationEmptyTips':'关系图数据源为额外添加类型列在第二列的共词矩阵','waterfallPositive':'正值','waterfallNegative':'负值','waterfallSubtotal':'小计','candlestickSeries':'OHLC\x20系列','candlestickHlcSeries':'HLC\x20系列','candlestickCategory':'类别','candlestickDate':'日期','candlestickOpen':'开盘','candlestickHigh':'最高','candlestickLow':'最低','candlestickClose':'收盘','histogramFrequency':'频数','treemapEmptyTips':_0x3acf03(0x125),'treemapOwnValue':_0x3acf03(0x12f),'treemapChildren':'子项','sunburstEmptyTips':_0x3acf03(0x138),'sunburstOwnValue':_0x3acf03(0x12f),'sunburstChildren':'子项','gaugeEmptyTips':'仪表图至少需要一个有限数值。','gaugeInvalidMapping':_0x3acf03(0x135),'gaugeInvalidConfig':_0x3acf03(0x122),'chordEmptyTips':_0x3acf03(0x12a),'chordInvalidMapping':_0x3acf03(0x12b),'chordInvalidConfig':_0x3acf03(0x133),'chordCount':'关系计数','chordAssociatedValue':_0x3acf03(0x12d)}};export{e as default};
@@ -1 +1 @@
1
- function _0x4cf6(){const _0x52a0ba=['弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','123876wyGwLi','11338970OlvcFk','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','累積占比','OHLC\x20數列','關聯值','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','關係數','6SybLpl','最小值','圖表資料來源標題設定無效。','6626079mMpLgZ','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','1203432FMpLUk','809790NmthUi','159510UgkJUA','HLC\x20數列','最高價','844316EhrVPO','旭日圖至少需要一個階層欄位和一個數值欄位。','弦圖至少需要兩個不同節點之間的一條正權重關係。','收盤價','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','(空)','12hMGCTo','自身值','矩形樹圖至少需要一個階層欄位和一個數值欄位。','請先添加系列開始數據可視化','21VNqOVa','最低價'];_0x4cf6=function(){return _0x52a0ba;};return _0x4cf6();}const _0x5f4d25=_0x4123;(function(_0x46b5e3,_0x104a46){const _0x1abcb7=_0x4123,_0x4dbf2e=_0x46b5e3();while(!![]){try{const _0xbfeb3b=-parseInt(_0x1abcb7(0x94))/0x1+-parseInt(_0x1abcb7(0x91))/0x2*(-parseInt(_0x1abcb7(0x8a))/0x3)+parseInt(_0x1abcb7(0x82))/0x4+parseInt(_0x1abcb7(0x90))/0x5*(-parseInt(_0x1abcb7(0x9a))/0x6)+-parseInt(_0x1abcb7(0x9e))/0x7*(parseInt(_0x1abcb7(0x8f))/0x8)+parseInt(_0x1abcb7(0x8d))/0x9+parseInt(_0x1abcb7(0x83))/0xa;if(_0xbfeb3b===_0x104a46)break;else _0x4dbf2e['push'](_0x4dbf2e['shift']());}catch(_0x3332e2){_0x4dbf2e['push'](_0x4dbf2e['shift']());}}}(_0x4cf6,0x6bb00));const e={'engine-chart':{'invalidSourceHeader':_0x5f4d25(0x8c),'seriesDefaultName':'系列\x20{0}','blank':_0x5f4d25(0x99),'boxplotMin':_0x5f4d25(0x8b),'boxplotQ1':'第一四分位數','boxplotMedian':'中位數','boxplotQ3':'第三四分位數','boxplotMax':'最大值','bubbleEmptyTips':'氣泡圖至少需要2欄,X軸、Y軸。','cloudWord':'詞','cloudFrequency':'頻率','msgEmptyTips':_0x5f4d25(0x9d),'msgSankeyCircularTips':'桑基圖不能包含循環數據','paretoLineName':_0x5f4d25(0x85),'pieAggregateOther':'其他','pieAggregateMembers':'成員','relationEmptyTips':_0x5f4d25(0x84),'waterfallPositive':'正值','waterfallNegative':'負值','waterfallSubtotal':'小計','candlestickSeries':_0x5f4d25(0x86),'candlestickHlcSeries':_0x5f4d25(0x92),'candlestickCategory':'類別','candlestickDate':'日期','candlestickOpen':'開盤價','candlestickHigh':_0x5f4d25(0x93),'candlestickLow':_0x5f4d25(0x80),'candlestickClose':_0x5f4d25(0x97),'histogramFrequency':'頻數','treemapEmptyTips':_0x5f4d25(0x9c),'treemapOwnValue':_0x5f4d25(0x9b),'treemapChildren':'子項','sunburstEmptyTips':_0x5f4d25(0x95),'sunburstOwnValue':_0x5f4d25(0x9b),'sunburstChildren':'子項','gaugeEmptyTips':'儀表圖至少需要一個有限數值。','gaugeInvalidMapping':_0x5f4d25(0x88),'gaugeInvalidConfig':_0x5f4d25(0x98),'chordEmptyTips':_0x5f4d25(0x96),'chordInvalidMapping':_0x5f4d25(0x8e),'chordInvalidConfig':_0x5f4d25(0x81),'chordCount':_0x5f4d25(0x89),'chordAssociatedValue':_0x5f4d25(0x87)}};function _0x4123(_0x3aec10,_0x3e3def){_0x3aec10=_0x3aec10-0x80;const _0x4cf6f9=_0x4cf6();let _0x41237c=_0x4cf6f9[_0x3aec10];return _0x41237c;}export{e as default};
1
+ const _0x48c7e5=_0x8a51;(function(_0x52dcb8,_0x26ad13){const _0x2b982e=_0x8a51,_0x4740dd=_0x52dcb8();while(!![]){try{const _0x407654=-parseInt(_0x2b982e(0x17a))/0x1*(parseInt(_0x2b982e(0x18d))/0x2)+-parseInt(_0x2b982e(0x171))/0x3*(-parseInt(_0x2b982e(0x191))/0x4)+-parseInt(_0x2b982e(0x189))/0x5+parseInt(_0x2b982e(0x177))/0x6+parseInt(_0x2b982e(0x190))/0x7+-parseInt(_0x2b982e(0x181))/0x8*(-parseInt(_0x2b982e(0x184))/0x9)+-parseInt(_0x2b982e(0x176))/0xa;if(_0x407654===_0x26ad13)break;else _0x4740dd['push'](_0x4740dd['shift']());}catch(_0x458011){_0x4740dd['push'](_0x4740dd['shift']());}}}(_0x6554,0x4e019));function _0x6554(){const _0x167811=['圖表資料來源標題設定無效。','中位數','弦圖至少需要兩個不同節點之間的一條正權重關係。','旭日圖至少需要一個階層欄位和一個數值欄位。','1368210yoaXma','開盤價','收盤價','累積占比','4zVHMCt','儀表圖至少需要一個有限數值。','系列\x20{0}','3447059nkWifG','79748QZrkLr','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','3xgKRWd','OHLC\x20數列','自身值','(空)','HLC\x20數列','6708590MtETwR','1780950nozCsq','關係數','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','2991nhvIyI','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','氣泡圖至少需要2欄,X軸、Y軸。','請先添加系列開始數據可視化','最小值','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','3686376pJkiqv','最低價','第一四分位數','9sFOJYf'];_0x6554=function(){return _0x167811;};return _0x6554();}function _0x8a51(_0x5044a8,_0x49fd9e){_0x5044a8=_0x5044a8-0x170;const _0x655482=_0x6554();let _0x8a5122=_0x655482[_0x5044a8];return _0x8a5122;}const e={'engine-chart':{'invalidSourceHeader':_0x48c7e5(0x185),'seriesDefaultName':_0x48c7e5(0x18f),'blank':_0x48c7e5(0x174),'boxplotMin':_0x48c7e5(0x17e),'boxplotQ1':_0x48c7e5(0x183),'boxplotMedian':_0x48c7e5(0x186),'boxplotQ3':'第三四分位數','boxplotMax':'最大值','bubbleEmptyTips':_0x48c7e5(0x17c),'cloudWord':'詞','cloudFrequency':'頻率','msgEmptyTips':_0x48c7e5(0x17d),'msgSankeyCircularTips':'桑基圖不能包含循環數據','paretoLineName':_0x48c7e5(0x18c),'pieAggregateOther':'其他','pieAggregateMembers':'成員','relationEmptyTips':_0x48c7e5(0x179),'waterfallPositive':'正值','waterfallNegative':'負值','waterfallSubtotal':'小計','candlestickSeries':_0x48c7e5(0x172),'candlestickHlcSeries':_0x48c7e5(0x175),'candlestickCategory':'類別','candlestickDate':'日期','candlestickOpen':_0x48c7e5(0x18a),'candlestickHigh':'最高價','candlestickLow':_0x48c7e5(0x182),'candlestickClose':_0x48c7e5(0x18b),'histogramFrequency':'頻數','treemapEmptyTips':'矩形樹圖至少需要一個階層欄位和一個數值欄位。','treemapOwnValue':_0x48c7e5(0x173),'treemapChildren':'子項','sunburstEmptyTips':_0x48c7e5(0x188),'sunburstOwnValue':_0x48c7e5(0x173),'sunburstChildren':'子項','gaugeEmptyTips':_0x48c7e5(0x18e),'gaugeInvalidMapping':_0x48c7e5(0x170),'gaugeInvalidConfig':_0x48c7e5(0x180),'chordEmptyTips':_0x48c7e5(0x187),'chordInvalidMapping':_0x48c7e5(0x17f),'chordInvalidConfig':_0x48c7e5(0x17b),'chordCount':_0x48c7e5(0x178),'chordAssociatedValue':'關聯值'}};export{e as default};
@@ -1 +1 @@
1
- const _0x2a8cce=_0x51d7;function _0xae70(){const _0x512d6e=['OHLC\x20數列','關聯值','8044EGKtss','關係數','784027RsUGgG','7117390bKKdLb','儀表圖至少需要一個有限數值。','HLC\x20數列','30834omuLkv','最低價','最大值','3018670BwYZTG','()','自身值','中位數','最高價','開盤價','21246jTtIBe','1818CQHwcu','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','系列\x20{0}','7142192utkleg','最小值','4990NMBsJz','旭日圖至少需要一個階層欄位和一個數值欄位。','130AFrkXT','氣泡圖至少需要2欄,X軸、Y軸。','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','桑基圖不能包含循環數據','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','矩形樹圖至少需要一個階層欄位和一個數值欄位。','弦圖至少需要兩個不同節點之間的一條正權重關係。'];_0xae70=function(){return _0x512d6e;};return _0xae70();}(function(_0x232bef,_0x252d7e){const _0x15f128=_0x51d7,_0x14a713=_0x232bef();while(!![]){try{const _0x2b0d3c=-parseInt(_0x15f128(0xc2))/0x1+-parseInt(_0x15f128(0xc9))/0x2+-parseInt(_0x15f128(0xb0))/0x3*(-parseInt(_0x15f128(0xc0))/0x4)+parseInt(_0x15f128(0xb7))/0x5*(parseInt(_0x15f128(0xaf))/0x6)+parseInt(_0x15f128(0xc3))/0x7+-parseInt(_0x15f128(0xb3))/0x8+parseInt(_0x15f128(0xc6))/0x9*(parseInt(_0x15f128(0xb5))/0xa);if(_0x2b0d3c===_0x252d7e)break;else _0x14a713['push'](_0x14a713['shift']());}catch(_0x144d9c){_0x14a713['push'](_0x14a713['shift']());}}}(_0xae70,0xcfbfc));function _0x51d7(_0x525564,_0xa3b8b1){_0x525564=_0x525564-0xaa;const _0xae7013=_0xae70();let _0x51d7b1=_0xae7013[_0x525564];return _0x51d7b1;}const e={'engine-chart':{'invalidSourceHeader':'圖表資料來源標題設定無效。','seriesDefaultName':_0x2a8cce(0xb2),'blank':_0x2a8cce(0xaa),'boxplotMin':_0x2a8cce(0xb4),'boxplotQ1':'第一四分位數','boxplotMedian':_0x2a8cce(0xac),'boxplotQ3':'第三四分位數','boxplotMax':_0x2a8cce(0xc8),'bubbleEmptyTips':_0x2a8cce(0xb8),'cloudWord':'詞','cloudFrequency':'頻率','msgEmptyTips':'請先添加系列開始數據可視化','msgSankeyCircularTips':_0x2a8cce(0xba),'paretoLineName':'累積占比','pieAggregateOther':'其他','pieAggregateMembers':'成員','relationEmptyTips':_0x2a8cce(0xbb),'waterfallPositive':'正值','waterfallNegative':'負值','waterfallSubtotal':'小計','candlestickSeries':_0x2a8cce(0xbe),'candlestickHlcSeries':_0x2a8cce(0xc5),'candlestickCategory':'類別','candlestickDate':'日期','candlestickOpen':_0x2a8cce(0xae),'candlestickHigh':_0x2a8cce(0xad),'candlestickLow':_0x2a8cce(0xc7),'candlestickClose':'收盤價','histogramFrequency':'頻數','treemapEmptyTips':_0x2a8cce(0xbc),'treemapOwnValue':_0x2a8cce(0xab),'treemapChildren':'子項','sunburstEmptyTips':_0x2a8cce(0xb6),'sunburstOwnValue':_0x2a8cce(0xab),'sunburstChildren':'子項','gaugeEmptyTips':_0x2a8cce(0xc4),'gaugeInvalidMapping':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','gaugeInvalidConfig':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','chordEmptyTips':_0x2a8cce(0xbd),'chordInvalidMapping':_0x2a8cce(0xb1),'chordInvalidConfig':_0x2a8cce(0xb9),'chordCount':_0x2a8cce(0xc1),'chordAssociatedValue':_0x2a8cce(0xbf)}};export{e as default};
1
+ const _0x50e37f=_0x4d35;function _0x4d35(_0x3ccc9b,_0x64adb0){_0x3ccc9b=_0x3ccc9b-0x14f;const _0xce5881=_0xce58();let _0x4d3583=_0xce5881[_0x3ccc9b];return _0x4d3583;}(function(_0x4c40b1,_0x40de39){const _0x368ade=_0x4d35,_0x1bd16a=_0x4c40b1();while(!![]){try{const _0x53c8cd=parseInt(_0x368ade(0x160))/0x1+parseInt(_0x368ade(0x15e))/0x2*(-parseInt(_0x368ade(0x16c))/0x3)+-parseInt(_0x368ade(0x161))/0x4+-parseInt(_0x368ade(0x159))/0x5+parseInt(_0x368ade(0x153))/0x6*(-parseInt(_0x368ade(0x155))/0x7)+parseInt(_0x368ade(0x16a))/0x8*(-parseInt(_0x368ade(0x15b))/0x9)+parseInt(_0x368ade(0x157))/0xa;if(_0x53c8cd===_0x40de39)break;else _0x1bd16a['push'](_0x1bd16a['shift']());}catch(_0x311532){_0x1bd16a['push'](_0x1bd16a['shift']());}}}(_0xce58,0xc0378));function _0xce58(){const _0x501219=['OHLC\x20數列','中位數','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','8skOuGU','()','24peQdOM','最小值','氣泡圖至少需要2欄,X軸、Y軸。','旭日圖至少需要一個階層欄位和一個數值欄位。','自身值','第一四分位數','請先添加系列開始數據可視化','累積占比','最大值','122238cqXXFs','最高價','231BWfCXZ','第三四分位數','24550180mLSSnj','關聯值','1993160nxkEfx','弦圖至少需要兩個不同節點之間的一條正權重關係。','2136438JezIDK','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','桑基圖不能包含循環數據','282494wGcmtC','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','948760uQupjN','712636bCajlj','系列\x20{0}','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','圖表資料來源標題設定無效。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','關係數'];_0xce58=function(){return _0x501219;};return _0xce58();}const e={'engine-chart':{'invalidSourceHeader':_0x50e37f(0x164),'seriesDefaultName':_0x50e37f(0x162),'blank':_0x50e37f(0x16b),'boxplotMin':_0x50e37f(0x16d),'boxplotQ1':_0x50e37f(0x14f),'boxplotMedian':_0x50e37f(0x168),'boxplotQ3':_0x50e37f(0x156),'boxplotMax':_0x50e37f(0x152),'bubbleEmptyTips':_0x50e37f(0x16e),'cloudWord':'詞','cloudFrequency':'頻率','msgEmptyTips':_0x50e37f(0x150),'msgSankeyCircularTips':_0x50e37f(0x15d),'paretoLineName':_0x50e37f(0x151),'pieAggregateOther':'其他','pieAggregateMembers':'成員','relationEmptyTips':_0x50e37f(0x15f),'waterfallPositive':'正值','waterfallNegative':'負值','waterfallSubtotal':'小計','candlestickSeries':_0x50e37f(0x167),'candlestickHlcSeries':'HLC\x20數列','candlestickCategory':'類別','candlestickDate':'日期','candlestickOpen':'開盤價','candlestickHigh':_0x50e37f(0x154),'candlestickLow':'最低價','candlestickClose':'收盤價','histogramFrequency':'頻數','treemapEmptyTips':'矩形樹圖至少需要一個階層欄位和一個數值欄位。','treemapOwnValue':_0x50e37f(0x170),'treemapChildren':'子項','sunburstEmptyTips':_0x50e37f(0x16f),'sunburstOwnValue':'自身值','sunburstChildren':'子項','gaugeEmptyTips':'儀表圖至少需要一個有限數值。','gaugeInvalidMapping':_0x50e37f(0x165),'gaugeInvalidConfig':_0x50e37f(0x15c),'chordEmptyTips':_0x50e37f(0x15a),'chordInvalidMapping':_0x50e37f(0x169),'chordInvalidConfig':_0x50e37f(0x163),'chordCount':_0x50e37f(0x166),'chordAssociatedValue':_0x50e37f(0x158)}};export{e as default};
@@ -1,5 +1,5 @@
1
1
  import type { IChartTopNSpec } from '../chart-data-aggregation';
2
- import type { AreaLineStyle, AxisAlignEnum, BarShape, ChartAxisDimension, ChartBorderDashType, ChartMarkLineLabelPosition, ChartSemanticAxis, ChartTrendlineType, ChartWaterfallPointRole, InvalidValueType, IRuntimeAxisPosition, LabelAlignEnum, LabelContentType, LegendPositionEnum, LinePointShape, PieLabelPosition, RadarShape, RelationChartLayoutEnum, SelectModeEnum, SeriesLabelPosition, TitlePositionEnum, WaterfallStackTypeEnum, WordCloudShapeEnum } from '../enum';
2
+ import type { AreaLineStyle, AxisAlignEnum, BarShape, ChartAxisDimension, ChartBorderDashType, ChartMarkLineLabelPosition, ChartSemanticAxis, ChartTrendlineType, ChartWaterfallPointRole, InvalidValueType, IRuntimeAxisPosition, LabelAlignEnum, LabelContentType, LegendPositionEnum, LinePointShape, PieLabelPosition, RadarShape, RelationChartLayoutEnum, ScatterLineType, SelectModeEnum, SeriesLabelPosition, TitlePositionEnum, WaterfallStackTypeEnum, WordCloudShapeEnum } from '../enum';
3
3
  import type { DeepNullish, IChartCandlestickMappingSpec, IChartCandlestickSpec, IChartChordMappingSpec, IChartChordSpec, IChartGaugeSpec, IChartHistogramSpec, IChartSunburstSpec, IChartTreemapSpec, IChartValueLabelSpec } from '../types';
4
4
  import type { ChartColor } from './chart-color';
5
5
  /** Canonical semantic chart type names exposed by the chart facade. */
@@ -174,6 +174,7 @@ export type ChartSeriesSelector = {
174
174
  name: string;
175
175
  };
176
176
  export interface IChartSeriesBorderSpec {
177
+ visible?: boolean;
177
178
  color?: string;
178
179
  width?: number;
179
180
  opacity?: number;
@@ -196,6 +197,7 @@ export interface IChartHeatmapLabelSpec extends IChartFontSpec, IChartValueLabel
196
197
  position?: SeriesLabelPosition;
197
198
  }
198
199
  export interface IChartSeriesStyleSpec {
200
+ scatterLine?: ScatterLineType;
199
201
  color?: ChartColor;
200
202
  fillOpacity?: number;
201
203
  border?: IChartSeriesBorderSpec;
@@ -205,6 +207,7 @@ export interface IChartSeriesStyleSpec {
205
207
  }
206
208
  /** Style fields accepted by fill-capable chart data points. */
207
209
  export interface IChartSeriesDataPointStyleSpec {
210
+ border?: IChartSeriesBorderSpec;
208
211
  shape?: LinePointShape;
209
212
  size?: number;
210
213
  color?: ChartColor;
@@ -236,6 +239,8 @@ export interface IChartSolidSeriesPatch extends Omit<IChartLineSeriesPatch, keyo
236
239
  }
237
240
  export interface IChartTrendlineSpec {
238
241
  selector: ChartSeriesSelector;
242
+ /** Stable source identity used to preserve the binding when field indexes move. */
243
+ seriesId?: string;
239
244
  type: ChartTrendlineType;
240
245
  name?: string;
241
246
  color?: string;
@@ -298,6 +303,8 @@ export interface IChartEdgeMappingSpec {
298
303
  valueIndex?: number;
299
304
  }
300
305
  export interface IChartMappingSpec {
306
+ /** Dataset value-field index to ordered category fields. Omitted series inherit the shared category. */
307
+ seriesToCategory?: Record<number, number[]>;
301
308
  categoryIndex?: number;
302
309
  /** Ordered category fields used by a multi-level category axis. */
303
310
  categoryIndexes?: number[];
@@ -521,6 +528,8 @@ export interface IChartWaterfallConnectorStyleSpec {
521
528
  dashType?: ChartBorderDashType;
522
529
  }
523
530
  interface IChartSemanticConfig {
531
+ /** Whether Sheet charts exclude hidden source data; omitted preserves the historical default. */
532
+ plotVisibleOnly?: boolean;
524
533
  type?: ChartTypeString;
525
534
  autoGradientFill?: boolean;
526
535
  title?: ChartTitleSpec;
@@ -1,5 +1,6 @@
1
1
  /** Top-level semantic groups accepted by the fluent chart builder. */
2
2
  export declare enum ChartConfigGroup {
3
+ PlotVisibleOnly = "plotVisibleOnly",
3
4
  AllSeriesStyle = "allSeriesStyle",
4
5
  Area = "area",
5
6
  AutoGradientFill = "autoGradientFill",
@@ -1,5 +1,8 @@
1
1
  import type { DeepNullish, IChartContext } from '../../types';
2
- /** Validates a complete persisted context and returns the canonical snapshot fields only. */
3
- export declare function canonicalizeChartContext(value: unknown): IChartContext;
2
+ /**
3
+ * Returns canonical snapshot fields. Supplying the current context applies a historical
4
+ * incremental patch first, so old field names and null deletions are decoded before merging.
5
+ */
6
+ export declare function canonicalizeChartContext(value: unknown, currentContext?: IChartContext): IChartContext;
4
7
  /** Internal Pending boundary used before a command payload is created. */
5
8
  export declare function applyPendingChartContext(current: IChartContext | undefined, value: DeepNullish<IChartContext>): IChartContext;
@@ -38,13 +38,16 @@ export declare enum ChartStyleField {
38
38
  YAxis = "yAxis"
39
39
  }
40
40
  export declare enum ChartContextField {
41
+ PlotVisibleOnly = "plotVisibleOnly",
41
42
  CategoryIndexes = "categoryIndexes",
43
+ SeriesToCategory = "seriesToCategory",
42
44
  Histogram = "histogram",
43
45
  MultiLevelCategoryAxis = "multiLevelCategoryAxis",
44
46
  SeriesIndexes = "seriesIndexes",
45
47
  UseDateAxis = "useDateAxis"
46
48
  }
47
49
  export declare enum ChartMappingField {
50
+ SeriesToCategory = "seriesToCategory",
48
51
  Bubble = "bubble",
49
52
  Candlestick = "candlestick",
50
53
  CategoryIndex = "categoryIndex",
@@ -111,10 +114,12 @@ export declare enum ChartSeriesSelectorField {
111
114
  Selector = "selector"
112
115
  }
113
116
  export declare enum ChartSeriesStyleField {
117
+ ScatterLine = "scatterLine",
114
118
  BorderColor = "border.color",
115
119
  BorderDashType = "border.dashType",
116
120
  BorderOpacity = "border.opacity",
117
121
  BorderWidth = "border.width",
122
+ BorderVisible = "border.visible",
118
123
  ChartType = "chartType",
119
124
  Color = "color",
120
125
  DataPoints = "dataPoints",