File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
"type" : " bar" ,
31
31
"barmode" : " group" ,
32
32
"marker" : {
33
- "color" : " red "
33
+ "color" : " yellow "
34
34
},
35
35
"error_y" : {
36
36
"type" : " sqrt"
70
70
"width" : 600 ,
71
71
"heigh" : 600 ,
72
72
"title" : {
73
- "text" : " Bar chart error bars inherit color from marker.line or marker"
73
+ "text" : " Bar chart error bars inherit color from marker.line not marker"
74
74
}
75
75
}
76
76
}
Original file line number Diff line number Diff line change 27
27
"type" : " histogram" ,
28
28
"barmode" : " stack" ,
29
29
"marker" : {
30
- "color" : " red "
30
+ "color" : " yellow "
31
31
},
32
32
"error_y" : {
33
33
"type" : " sqrt"
65
65
"width" : 600 ,
66
66
"heigh" : 600 ,
67
67
"title" : {
68
- "text" : " Histogram error bars inherit color from marker.line or marker"
68
+ "text" : " Histogram error bars inherit color from marker.line not marker"
69
69
}
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments