Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resource url #177

Merged
merged 1 commit into from
Dec 18, 2024
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
4 changes: 2 additions & 2 deletions docs/assets/examples/en/infographic/scatter-income-obesity.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: infographic
title: Scatter Chart Infographic - Income and Obesity
keywords: templates, visualization, scatter
order: 1-0
cover: https://tosv.byted.org/obj/bit-cloud/vstory-infographic/preview/income_obesity.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/preview/income_obesity.png
---

# Scatter Chart Infographic: Incode and Obesity Rate
Expand Down Expand Up @@ -83,7 +83,7 @@ const dsl = {
shadowBlur: 10,
fill: 'rgba(28, 42, 69)',
fillOpacity: 0.5,
background: 'https://tosv.byted.org/obj/bit-cloud/vstory-infographic/resource/scatter-food.jpg'
background: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/resource/scatter-food.jpg'
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: infographic
title: Scatter Chart Infographic - Suicide Rate by Age
keywords: templates, visualization, scatter
order: 1-0
cover: https://tosv.byted.org/obj/bit-cloud/vstory-infographic/preview/suicide_rate.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/preview/suicide_rate.png
---

# Scatter Chart Infographic: Suiicide Rate by Age
Expand Down Expand Up @@ -81,7 +81,7 @@ const dsl = {
},
options: {
graphic: {
background: 'https://tosv.byted.org/obj/bit-cloud/vstory-infographic/resource/scatter-life.jpg'
background: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/resource/scatter-life.jpg'
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/examples/zh/infographic/scatter-income-obesity.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: infographic
title: Scatter Chart Infographic - Income and Obesity
keywords: templates, visualization, scatter
order: 1-0
cover: https://tosv.byted.org/obj/bit-cloud/vstory-infographic/preview/income_obesity.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/preview/income_obesity.png
---

# 信息图模板-散点图:收入与肥胖率
Expand Down Expand Up @@ -84,7 +84,7 @@ const dsl = {
shadowBlur: 10,
fill: 'rgba(28, 42, 69)',
fillOpacity: 0.5,
background: 'https://tosv.byted.org/obj/bit-cloud/vstory-infographic/resource/scatter-food.jpg'
background: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/resource/scatter-food.jpg'
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group: infographic
title: Scatter Chart Infographic - Suicide Rate by Age
keywords: templates, visualization, scatter
order: 1-0
cover: https://tosv.byted.org/obj/bit-cloud/vstory-infographic/preview/suicide_rate.png
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/preview/suicide_rate.png
---

# 信息图模板-散点图:年龄与自杀率
Expand Down Expand Up @@ -81,7 +81,7 @@ const dsl = {
},
options: {
graphic: {
background: 'https://tosv.byted.org/obj/bit-cloud/vstory-infographic/resource/scatter-life.jpg'
background: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/vstory-infographic/resource/scatter-life.jpg'
}
}
},
Expand Down
Loading