File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -296,10 +296,10 @@ function convertPlotlyOptions(scene, data) {
296296 params . textOffset = calculateTextOffset ( data . textposition ) ;
297297 params . textColor = formatColor ( data . textfont , 1 , len ) ;
298298 params . textSize = formatParam ( data . textfont . size , len , Lib . identity , 12 ) ;
299- params . textFontFamily = data . textfont . family ; // arrayOk === false
300- params . textFontWeight = data . textfont . weight ; // arrayOk === false
301- params . textFontStyle = data . textfont . style ; // arrayOk === false
302- params . textFontVariant = data . textfont . variant ; // arrayOk === false
299+ params . textFontFamily = data . textfont . family ;
300+ params . textFontWeight = data . textfont . weight ;
301+ params . textFontStyle = data . textfont . style ;
302+ params . textFontVariant = data . textfont . variant ;
303303 params . textAngle = 0 ;
304304 }
305305
You can’t perform that action at this time.
0 commit comments