Skip to content

Commit e61e91d

Browse files
authored
Update examples (#247)
1 parent 22ef6c6 commit e61e91d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

apps/plotly_examples/src/data/data_019.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"type": "scatter",
35-
"mode": "none",
35+
"mode": "lines",
3636
"fill": "tonexty",
3737
"x": [
3838
"2023-01",

apps/plotly_examples/src/data/data_278_Education_Arabic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"type": "scatter",
27+
"type": "line",
2828
"mode": "markers",
2929
"x": [
3030
"\u064a\u0646\u0627\u064a\u0631",

apps/plotly_examples/src/data/data_842.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"high"
1313
],
1414
"type": "bar",
15-
"name": "Metadata1"
15+
"name": "Metadata1",
16+
"mode": "lines+markers"
1617
},
1718
{
1819
"x": [
@@ -25,7 +26,8 @@
2526
"medium"
2627
],
2728
"type": "bar",
28-
"name": "Metadata2"
29+
"name": "Metadata2",
30+
"mode": "lines+markers"
2931
},
3032
{
3133
"x": [
@@ -39,7 +41,8 @@
3941
"high"
4042
],
4143
"type": "scatter",
42-
"name": "Supported Builds"
44+
"name": "Supported Builds",
45+
"mode": "lines+markers"
4346
},
4447
{
4548
"x": [
@@ -51,7 +54,8 @@
5154
"low"
5255
],
5356
"type": "scatter",
54-
"name": "Recommended Builds"
57+
"name": "Recommended Builds",
58+
"mode": "lines+markers"
5559
}
5660
],
5761
"layout": {

0 commit comments

Comments
 (0)