This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 217aff5f change fake example url
217aff5f is described below
commit 217aff5f4e581e33f23c701007d851542aaa9521
Author: plainheart <[email protected]>
AuthorDate: Fri Jun 17 08:38:18 2022 +0800
change fake example url
---
en/option/component/graphic.md | 4 ++--
en/option/partial/icon.md | 2 +-
en/option/series/pictorialBar.md | 2 +-
zh/option/component/graphic.md | 4 ++--
zh/option/partial/icon.md | 2 +-
zh/option/series/pictorialBar.md | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/en/option/component/graphic.md b/en/option/component/graphic.md
index 33d54981..64ee6d03 100644
--- a/en/option/component/graphic.md
+++ b/en/option/component/graphic.md
@@ -191,7 +191,7 @@ Elements with different types have different shape setting
repectively. For exam
{
type: 'image',
style: {
- image: 'http://xxx.xxx.xxx/a.png',
+ image: 'http://example.website/a.png',
x: 100,
y: 200,
width: 230,
@@ -263,7 +263,7 @@ For example:
left: 'center', // Position at the center horizontally.
bottom: '10%', // Position beyond the bottom boundary 10%.
style: {
- image: 'http://xxx.xxx.xxx/a.png',
+ image: 'http://example.website/a.png',
width: 45,
height: 45
}
diff --git a/en/option/partial/icon.md b/en/option/partial/icon.md
index 9302b010..d8c05bcc 100644
--- a/en/option/partial/icon.md
+++ b/en/option/partial/icon.md
@@ -17,7 +17,7 @@ It can be set to an image with `'image://url'` , in which URL
is the link to an
An image URL example:
```
-'image://http://xxx.xxx.xxx/a/b.png'
+'image://http://example.website/a/b.png'
```
A `dataURI` example:
diff --git a/en/option/series/pictorialBar.md b/en/option/series/pictorialBar.md
index 22d2d345..85cbcd5f 100644
--- a/en/option/series/pictorialBar.md
+++ b/en/option/series/pictorialBar.md
@@ -533,7 +533,7 @@ Image can be used as the pattern of graphic elements.
var textureImg = new Image();
textureImg.src = 'data:image/jpeg;base64,...'; // dataURI
// Or
-// textureImg.src = 'http://xxx.xxx.xxx/xx.png'; // URL
+// textureImg.src = 'http://example.website/xx.png'; // URL
...
itemStyle: {
color: {
diff --git a/zh/option/component/graphic.md b/zh/option/component/graphic.md
index e6370e76..4f35cb3f 100644
--- a/zh/option/component/graphic.md
+++ b/zh/option/component/graphic.md
@@ -181,7 +181,7 @@ myChart.setOption({
{
type: 'image',
style: {
- image: 'http://xxx.xxx.xxx/a.png',
+ image: 'http://example.website/a.png',
x: 100,
y: 200,
width: 230,
@@ -249,7 +249,7 @@ myChart.setOption({
left: 'center', // 水平定位到中间
bottom: '10%', // 定位到距离下边界 10% 处
style: {
- image: 'http://xxx.xxx.xxx/a.png',
+ image: 'http://example.website/a.png',
width: 45,
height: 45
}
diff --git a/zh/option/partial/icon.md b/zh/option/partial/icon.md
index 0c78befb..72436b64 100644
--- a/zh/option/partial/icon.md
+++ b/zh/option/partial/icon.md
@@ -15,7 +15,7 @@ ECharts 提供的标记类型包括
URL 为图片链接例如:
```
-'image://http://xxx.xxx.xxx/a/b.png'
+'image://http://example.website/a/b.png'
```
URL 为 `dataURI` 例如:
diff --git a/zh/option/series/pictorialBar.md b/zh/option/series/pictorialBar.md
index f7fff627..bfd1477d 100644
--- a/zh/option/series/pictorialBar.md
+++ b/zh/option/series/pictorialBar.md
@@ -584,7 +584,7 @@ option = {
var textureImg = new Image();
textureImg.src = 'data:image/jpeg;base64,...'; // dataURI
// 或者
-// textureImg.src = 'http://xxx.xxx.xxx/xx.png'; // URL
+// textureImg.src = 'http://example.website/xx.png'; // URL
...
itemStyle: {
color: {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]