File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -439,13 +439,14 @@ import { THEME_KEY } from 'vue-echarts'
439
439
- ` convertToPixel` [→](https://echarts.apache.org/en/api.html#echartsInstance.convertToPixel)
440
440
- ` convertFromPixel` [→](https://echarts.apache.org/en/api.html#echartsInstance.convertFromPixel)
441
441
- ` containPixel` [→](https://echarts.apache.org/en/api.html#echartsInstance.containPixel)
442
- - ` showLoading` [→](https://echarts.apache.org/en/api.html#echartsInstance.showLoading)
443
- - ` hideLoading` [→](https://echarts.apache.org/en/api.html#echartsInstance.hideLoading)
444
442
- ` getDataURL` [→](https://echarts.apache.org/en/api.html#echartsInstance.getDataURL)
445
443
- ` getConnectedDataURL` [→](https://echarts.apache.org/en/api.html#echartsInstance.getConnectedDataURL)
446
444
- ` clear` [→](https://echarts.apache.org/en/api.html#echartsInstance.clear)
447
445
- ` dispose` [→](https://echarts.apache.org/en/api.html#echartsInstance.dispose)
448
446
447
+ > [!NOTE]
448
+ > [` showLoading` ](https://echarts.apache.org/en/api.html#echartsInstance.showLoading) and [` hideLoading` ](https://echarts.apache.org/en/api.html#echartsInstance.hideLoading) are not exposed. Use the **` loading` ** and **` loading- options` ** props.
449
+
449
450
### Static Methods
450
451
451
452
Static methods can be accessed from [` echarts` itself](https://echarts.apache.org/en/api.html#echarts).
Original file line number Diff line number Diff line change @@ -439,13 +439,14 @@ import { THEME_KEY } from 'vue-echarts'
439
439
- ` convertToPixel` [→](https://echarts.apache.org/zh/api.html#echartsInstance.convertToPixel)
440
440
- ` convertFromPixel` [→](https://echarts.apache.org/zh/api.html#echartsInstance.convertFromPixel)
441
441
- ` containPixel` [→](https://echarts.apache.org/zh/api.html#echartsInstance.containPixel)
442
- - ` showLoading` [→](https://echarts.apache.org/zh/api.html#echartsInstance.showLoading)
443
- - ` hideLoading` [→](https://echarts.apache.org/zh/api.html#echartsInstance.hideLoading)
444
442
- ` getDataURL` [→](https://echarts.apache.org/zh/api.html#echartsInstance.getDataURL)
445
443
- ` getConnectedDataURL` [→](https://echarts.apache.org/zh/api.html#echartsInstance.getConnectedDataURL)
446
444
- ` clear` [→](https://echarts.apache.org/zh/api.html#echartsInstance.clear)
447
445
- ` dispose` [→](https://echarts.apache.org/zh/api.html#echartsInstance.dispose)
448
446
447
+ > [!NOTE]
448
+ > [` showLoading` ](https://echarts.apache.org/zh/api.html#echartsInstance.showLoading) 和 [` hideLoading` ](https://echarts.apache.org/zh/api.html#echartsInstance.hideLoading) 未被暴露,请使用 **` loading` ** 和 **` loading- options` ** prop。
449
+
449
450
### 静态方法
450
451
451
452
静态方法请直接通过 [` echarts` 本身](https://echarts.apache.org/zh/api.html#echarts)进行调用。
You can’t perform that action at this time.
0 commit comments