File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 47
47
low = sig_figs (Math .max (0 , valueMinMax[0 ]).toFixed (2 ), 3 );
48
48
valueMinMax[0 ] = Math .max (0 , valueMinMax[0 ]);
49
49
} else {
50
- high = sig_figs (Math .min (100 , valueMinMax[1 ]).toFixed (2 ), 3 ) + ' % ' ;
51
- low = sig_figs (Math .max (0 , valueMinMax[0 ]).toFixed (2 ), 3 ) + ' % ' ;
50
+ high = sig_figs (Math .min (100 , valueMinMax[1 ]).toFixed (2 ), 3 ) + ' %' ;
51
+ low = sig_figs (Math .max (0 , valueMinMax[0 ]).toFixed (2 ), 3 ) + ' %' ;
52
52
valueMinMax[0 ] = Math .max (0 , valueMinMax[0 ]);
53
53
valueMinMax[1 ] = Math .min (100 , valueMinMax[1 ]);
54
54
}
220
220
background-color : rgba (255 , 255 , 255 , 0.9 );
221
221
transition : all 0.1s ease-in ;
222
222
height : 100% ;
223
- width : 350 px ;
223
+ width : 360 px ;
224
224
flex-direction : column ;
225
225
}
226
226
261
261
margin-right : 1px ;
262
262
text-align : left ;
263
263
font-size : 80% ;
264
-
265
264
list-style : none ;
266
265
}
267
266
275
274
.legend-grouping ul li .ends {
276
275
display : block ;
277
276
float : left ;
278
- width : 5 px ;
277
+ width : 20 px ;
279
278
margin-bottom : 6px ;
280
279
margin-right : 1px ;
281
280
text-align : left ;
287
286
display : block ;
288
287
float : left ;
289
288
height : 15px ;
290
- width : 5 px ;
289
+ width : 20 px ;
291
290
}
292
291
</style >
293
292
You can’t perform that action at this time.
0 commit comments