File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ app.component('v-chart', VueECharts)
155
155
156
156
ECharts 的万能接口。修改这个 prop 会触发 ECharts 实例的 ` setOption ` 方法。查看[ 详情 →] ( https://echarts.apache.org/zh/option.html )
157
157
158
- > 💡 在没有指定 ` update-options ` 时,如果直接修改 ` option ` 对象而引用保持不变,` setOption ` 方法调用时将默认指定 ` notMerge: false ` ;否则,如果为 ` option ` 绑定一个新的引用,将指定 ` notMerge: true ` 。
158
+ > [ !TIP]
159
+ > 在没有指定 ` update-options ` 时,如果直接修改 ` option ` 对象而引用保持不变,` setOption ` 方法调用时将默认指定 ` notMerge: false ` ;否则,如果为 ` option ` 绑定一个新的引用,将指定 ` notMerge: true ` 。
159
160
160
161
- ` update-options: object `
161
162
@@ -195,8 +196,7 @@ app.component('v-chart', VueECharts)
195
196
</template>
196
197
```
197
198
198
- > ** Note**
199
- >
199
+ > [ !NOTE]
200
200
> 仅支持 ` .once ` 修饰符,因为其它修饰符都与 DOM 事件机制强耦合。
201
201
202
202
Vue-ECharts 支持如下事件:
You can’t perform that action at this time.
0 commit comments