Skip to content

Commit abc9549

Browse files
authored
feat: update chart style description (#228)
* feat: update chart style description * chore: 0.9.4
1 parent ff0a397 commit abc9549

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+89
-45
lines changed

__tests__/charts/area.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"description": "Whether stacking is enabled. When enabled, area charts require a 'group' field in the data."
3232
},
3333
"style": {
34-
"description": "Custom style configuration for the chart.",
34+
"description": "Style configuration for the chart with a JSON object, optional.",
3535
"properties": {
3636
"backgroundColor": {
3737
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/bar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"description": "Whether stacking is enabled. When enabled, bar charts require a 'group' field in the data. When `stack` is true, `group` should be false."
3737
},
3838
"style": {
39-
"description": "Custom style configuration for the chart.",
39+
"description": "Style configuration for the chart with a JSON object, optional.",
4040
"properties": {
4141
"backgroundColor": {
4242
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/boxplot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"description": "Data for boxplot chart, such as, [{ category: '分类一', value: 10 }] or [{ category: '分类二', value: 20, group: '组别一' }]."
2929
},
3030
"style": {
31-
"description": "Custom style configuration for the chart.",
31+
"description": "Style configuration for the chart with a JSON object, optional.",
3232
"properties": {
3333
"backgroundColor": {
3434
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/column.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"description": "Whether stacking is enabled. When enabled, column charts require a 'group' field in the data. When `stack` is true, `group` should be false."
3737
},
3838
"style": {
39-
"description": "Custom style configuration for the chart.",
39+
"description": "Style configuration for the chart with a JSON object, optional.",
4040
"properties": {
4141
"backgroundColor": {
4242
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/dual-axes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"style": {
15-
"description": "Custom style configuration for the chart.",
15+
"description": "Style configuration for the chart with a JSON object, optional.",
1616
"properties": {
1717
"backgroundColor": {
1818
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/fishbone-diagram.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"description": "Set the texture for the chart, optional, default is 'default'. 'rough' refers to hand-drawn style."
6161
}
6262
},
63-
"description": "Custom style configuration for the chart."
63+
"description": "Style configuration for the chart with a JSON object, optional."
6464
},
6565
"theme": {
6666
"type": "string",

__tests__/charts/flow-diagram.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"type": "string"
5252
},
5353
"style": {
54-
"description": "Custom style configuration for the chart.",
54+
"description": "Style configuration for the chart with a JSON object, optional.",
5555
"properties": {
5656
"texture": {
5757
"default": "default",

__tests__/charts/funnel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "string"
3434
},
3535
"style": {
36-
"description": "Custom style configuration for the chart.",
36+
"description": "Style configuration for the chart with a JSON object, optional.",
3737
"properties": {
3838
"backgroundColor": {
3939
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/histogram.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "string"
2525
},
2626
"style": {
27-
"description": "Custom style configuration for the chart.",
27+
"description": "Style configuration for the chart with a JSON object, optional.",
2828
"properties": {
2929
"backgroundColor": {
3030
"description": "Background color of the chart, such as, '#fff'.",

__tests__/charts/line.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "string"
3333
},
3434
"style": {
35-
"description": "Custom style configuration for the chart.",
35+
"description": "Style configuration for the chart with a JSON object, optional.",
3636
"properties": {
3737
"lineWidth": {
3838
"description": "Line width for the lines of chart, such as 4.",

0 commit comments

Comments
 (0)