@@ -229,7 +229,7 @@ function styleExtentTexts(selection) {
229
229
. attr ( 'text-anchor' , 'middle' )
230
230
. style ( 'font-family' , 'monospace' )
231
231
. style ( 'font-weight' , 100 )
232
- . style ( 'font-size' , 'x-small ' )
232
+ . style ( 'font-size' , '10px ' )
233
233
. style ( 'cursor' , 'default' )
234
234
. style ( 'user-select' , 'none' ) ;
235
235
}
@@ -580,7 +580,7 @@ module.exports = function(gd, root, svg, styledData, layout, callbacks) {
580
580
. selectAll ( 'text' )
581
581
. style ( 'font-family' , 'monospace' )
582
582
. style ( 'font-weight' , 100 )
583
- . style ( 'font-size' , 'x-small ' )
583
+ . style ( 'font-size' , '10px ' )
584
584
. style ( 'fill' , 'black' )
585
585
. style ( 'fill-opacity' , 1 )
586
586
. style ( 'stroke' , 'none' )
@@ -603,7 +603,7 @@ module.exports = function(gd, root, svg, styledData, layout, callbacks) {
603
603
. classed ( 'axisTitle' , true )
604
604
. attr ( 'text-anchor' , 'middle' )
605
605
. style ( 'font-family' , 'sans-serif' )
606
- . style ( 'font-size' , 'xx-small ' )
606
+ . style ( 'font-size' , '10px ' )
607
607
. style ( 'cursor' , 'default' )
608
608
. style ( 'user-select' , 'none' )
609
609
. style ( 'pointer-events' , 'auto' ) ;
0 commit comments