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) {
296
296
params . textOffset = calculateTextOffset ( data . textposition ) ;
297
297
params . textColor = formatColor ( data . textfont , 1 , len ) ;
298
298
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 ;
303
303
params . textAngle = 0 ;
304
304
}
305
305
You can’t perform that action at this time.
0 commit comments