@@ -205,7 +205,7 @@ func TestGetConditionalFormats(t *testing.T) {
205
205
{{Type : "unique" , Format : 1 , Criteria : "=" }},
206
206
{{Type : "3_color_scale" , Criteria : "=" , MinType : "num" , MidType : "num" , MaxType : "num" , MinValue : "-10" , MidValue : "50" , MaxValue : "10" , MinColor : "#FF0000" , MidColor : "#00FF00" , MaxColor : "#0000FF" }},
207
207
{{Type : "2_color_scale" , Criteria : "=" , MinType : "num" , MaxType : "num" , MinColor : "#FF0000" , MaxColor : "#0000FF" }},
208
- {{Type : "data_bar" , Criteria : "=" , MinType : "min " , MaxType : "max " , BarBorderColor : "#0000FF" , BarColor : "#638EC6" , BarOnly : true , BarSolid : true , StopIfTrue : true }},
208
+ {{Type : "data_bar" , Criteria : "=" , MinType : "num " , MaxType : "num" , MinValue : "-10" , MaxValue : "10 " , BarBorderColor : "#0000FF" , BarColor : "#638EC6" , BarOnly : true , BarSolid : true , StopIfTrue : true }},
209
209
{{Type : "data_bar" , Criteria : "=" , MinType : "min" , MaxType : "max" , BarBorderColor : "#0000FF" , BarColor : "#638EC6" , BarDirection : "rightToLeft" , BarOnly : true , BarSolid : true , StopIfTrue : true }},
210
210
{{Type : "formula" , Format : 1 , Criteria : "=" }},
211
211
{{Type : "icon_set" , IconStyle : "3Arrows" , ReverseIcons : true , IconsOnly : true }},
0 commit comments