Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/api/echarts-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ Exports connected chart image; returns a base64 url; can be set to `src` of `Ima
```ts
(opts: {
// Specify which series the data will be appended to.
seriesIndex?: string,
seriesIndex?: number,
// The data to be appended.
data?: Array|TypedArray
}) => string
Expand Down
2 changes: 1 addition & 1 deletion zh/api/echarts-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ img.src = myChart.getDataURL({
```ts
(opts: {
// 要增加数据的系列序号。
seriesIndex?: string,
seriesIndex?: number,
// 增加的数据。
data?: Array|TypedArray
}) => string
Expand Down