This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git
The following commit(s) were added to refs/heads/main by this push:
new dfbf732 doc: update readme
dfbf732 is described below
commit dfbf732c46943899ba5a55686d162bca1f783708
Author: Ovilia <[email protected]>
AuthorDate: Tue Jan 13 14:32:36 2026 +0800
doc: update readme
---
custom-series/barRange/README.md | 2 +-
custom-series/contour/README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/custom-series/barRange/README.md b/custom-series/barRange/README.md
index 5a9e008..3e56427 100644
--- a/custom-series/barRange/README.md
+++ b/custom-series/barRange/README.md
@@ -72,7 +72,7 @@ const chart = echarts.init(...);
const option = {
series: [{
type: 'custom',
- renderItem: 'violin',
+ renderItem: 'barRange',
// ...
}]
}
diff --git a/custom-series/contour/README.md b/custom-series/contour/README.md
index 1e45be1..3690ad8 100644
--- a/custom-series/contour/README.md
+++ b/custom-series/contour/README.md
@@ -21,7 +21,7 @@ For browser usage, use the auto-registration version that
automatically installs
const option = {
series: [{
type: 'custom',
- renderItem: 'violin',
+ renderItem: 'contour',
// ...
}]
}
@@ -72,7 +72,7 @@ const chart = echarts.init(...);
const option = {
series: [{
type: 'custom',
- renderItem: 'violin',
+ renderItem: 'contour',
// ...
}]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]