zzz-pc-view 0.0.100 → 0.0.102

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zzz-pc-view",
3
- "version": "0.0.100",
3
+ "version": "0.0.102",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
package/src/index.es.js CHANGED
@@ -4105,7 +4105,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
4105
4105
  chartInstance.resize();
4106
4106
  const { chartOption } = props.renderParam;
4107
4107
  if (chartOption) {
4108
- chartInstance.setOption(props.renderParam.chartOption);
4108
+ chartInstance.setOption(props.renderParam.chartOption, true);
4109
4109
  }
4110
4110
  };
4111
4111
  const init = () => {
@@ -4192,6 +4192,7 @@ const index$b = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
4192
4192
  __proto__: null,
4193
4193
  BaseEChartView: _sfc_main$n,
4194
4194
  CN_TEXT_FONT_FAMILY,
4195
+ DATA_ZOOM_SIZE,
4195
4196
  EN_TEXT_FONT_FAMILY,
4196
4197
  LegendChangeType,
4197
4198
  NUMBER_FONT_FAMILY,