File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1118,40 +1118,40 @@ fig = px.line(df)
1118
1118
1119
1119
fig.add_shape(
1120
1120
type = " rect" ,
1121
- x0 = " 2018-01-24 " ,
1121
+ x0 = " 2018-03-01 " ,
1122
1122
y0 = 0 ,
1123
- x1 = " 2018-08-18 " ,
1123
+ x1 = " 2018-08-01 " ,
1124
1124
y1 = 3 ,
1125
1125
line_width = 0 ,
1126
1126
layer = " above" ,
1127
1127
label = dict (text = " Above" , textposition = " top center" , font = dict (size = 15 )),
1128
- fillcolor = " LightSkyBlue " ,
1128
+ fillcolor = " LightGreen " ,
1129
1129
opacity = 0.80 ,
1130
1130
)
1131
1131
1132
1132
fig.add_shape(
1133
1133
type = " rect" ,
1134
- x0 = " 2018-09-24 " ,
1134
+ x0 = " 2018-10-01 " ,
1135
1135
y0 = 0 ,
1136
- x1 = " 2019-04-18 " ,
1136
+ x1 = " 2019-03-01 " ,
1137
1137
y1 = 3 ,
1138
1138
line_width = 0 ,
1139
1139
layer = " between" ,
1140
1140
label = dict (text = " Between" , textposition = " top center" , font = dict (size = 15 )),
1141
- fillcolor = " LightSkyBlue " ,
1141
+ fillcolor = " LightGreen " ,
1142
1142
opacity = 0.80 ,
1143
1143
)
1144
1144
1145
1145
fig.add_shape(
1146
1146
type = " rect" ,
1147
- x0 = " 2019-05-24 " ,
1147
+ x0 = " 2019-05-01 " ,
1148
1148
y0 = 0 ,
1149
- x1 = " 2019-11-18 " ,
1149
+ x1 = " 2019-10-01 " ,
1150
1150
y1 = 3 ,
1151
1151
line_width = 0 ,
1152
1152
layer = " below" ,
1153
1153
label = dict (text = " Below" , textposition = " top center" , font = dict (size = 15 )),
1154
- fillcolor = " LightSkyBlue " ,
1154
+ fillcolor = " LightGreen " ,
1155
1155
opacity = 0.80 ,
1156
1156
)
1157
1157
You can’t perform that action at this time.
0 commit comments