Skip to content

Commit

Permalink
docs: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Dec 26, 2024
1 parent 6c81e81 commit 3c92c38
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ option: wordCloudChart
```javascript livedemo
const spec = {
type: 'wordCloud',
// 待申请新外网可访问的存储空间后更换
maskShape: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg',
nameField: 'challenge_name',
valueField: 'sum_count',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ option: wordCloudChart
```javascript livedemo
const spec = {
type: 'wordCloud',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/shape_logo.png`,
colorList: ['#325AB4'],
wordCloudShapeConfig: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Code demo
```javascript livedemo
const spec = {
type: 'wordCloud3d',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg`,
nameField: 'challenge_name',
valueField: 'sum_count',
Expand Down
2 changes: 0 additions & 2 deletions docs/assets/guide/en/tutorial_docs/Chart_Types/WordCloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ const dataWordCloudShape = await response.json();

const spec = {
type: 'wordCloud',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg`,
nameField: 'challenge_name',
valueField: 'sum_count',
Expand All @@ -355,7 +354,6 @@ The random color arrays of core words and filling words can be specified in `wor
```javascript livedemo
const spec = {
type: 'wordCloud',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/shape_logo.png`,
colorList: ['#325AB4'],
wordCloudShapeConfig: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
```javascript livedemo
const spec = {
type: 'wordCloud3d',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg`,
nameField: 'challenge_name',
valueField: 'sum_count',
Expand Down
2 changes: 0 additions & 2 deletions docs/assets/guide/zh/tutorial_docs/Chart_Types/WordCloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ const dataWordCloudShape = await response.json();

const spec = {
type: 'wordCloud',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg`,
nameField: 'challenge_name',
valueField: 'sum_count',
Expand All @@ -356,7 +355,6 @@ window['vchart'] = vchart;
```javascript livedemo
const spec = {
type: 'wordCloud',
// 待申请新外网可访问的存储空间后更换
maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/shape_logo.png`,
colorList: ['#325AB4'],
wordCloudShapeConfig: {
Expand Down

0 comments on commit 3c92c38

Please sign in to comment.