We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07f0a87 + e159458 commit 7867f63Copy full SHA for 7867f63
en/api/echarts-instance.md
@@ -737,7 +737,7 @@ Exports connected chart image; returns a base64 url; can be set to `src` of `Ima
737
```ts
738
(opts: {
739
// Specify which series the data will be appended to.
740
- seriesIndex?: string,
+ seriesIndex?: number,
741
// The data to be appended.
742
data?: Array|TypedArray
743
}) => string
zh/api/echarts-instance.md
@@ -724,7 +724,7 @@ img.src = myChart.getDataURL({
724
725
726
// 要增加数据的系列序号。
727
728
// 增加的数据。
729
730
0 commit comments