@@ -1586,7 +1586,9 @@ Plotly.restyle = function restyle(gd, astr, val, traces) {
1586
1586
'outsidetextfont.size' , 'outsidetextfont.family' , 'outsidetextfont.color' ,
1587
1587
'hole' , 'scalegroup' , 'domain' , 'domain.x' , 'domain.y' ,
1588
1588
'domain.x[0]' , 'domain.x[1]' , 'domain.y[0]' , 'domain.y[1]' ,
1589
- 'tilt' , 'tiltaxis' , 'depth' , 'direction' , 'rotation' , 'pull'
1589
+ 'tilt' , 'tiltaxis' , 'depth' , 'direction' , 'rotation' , 'pull' ,
1590
+ 'line.showscale' , 'line.cauto' , 'line.autocolorscale' , 'line.reversescale' ,
1591
+ 'marker.line.showscale' , 'marker.line.cauto' , 'marker.line.autocolorscale' , 'marker.line.reversescale'
1590
1592
] ;
1591
1593
for ( i = 0 ; i < traces . length ; i ++ ) {
1592
1594
if ( Plots . traceIs ( gd . _fullData [ traces [ i ] ] , 'box' ) ) {
@@ -1608,6 +1610,8 @@ Plotly.restyle = function restyle(gd, astr, val, traces) {
1608
1610
var replotAttrs = [
1609
1611
'zmin' , 'zmax' , 'zauto' ,
1610
1612
'marker.cmin' , 'marker.cmax' , 'marker.cauto' ,
1613
+ 'line.cmin' , 'line.cmax' ,
1614
+ 'marker.line.cmin' , 'marker.line.cmax' ,
1611
1615
'contours.start' , 'contours.end' , 'contours.size' ,
1612
1616
'contours.showlines' ,
1613
1617
'line' , 'line.smoothing' , 'line.shape' ,
0 commit comments