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