@@ -1590,7 +1590,9 @@ Plotly.restyle = function restyle(gd, astr, val, traces) {
15901590 'outsidetextfont.size' , 'outsidetextfont.family' , 'outsidetextfont.color' ,
15911591 'hole' , 'scalegroup' , 'domain' , 'domain.x' , 'domain.y' ,
15921592 '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'
15941596 ] ;
15951597 for ( i = 0 ; i < traces . length ; i ++ ) {
15961598 if ( Plots . traceIs ( gd . _fullData [ traces [ i ] ] , 'box' ) ) {
@@ -1612,6 +1614,8 @@ Plotly.restyle = function restyle(gd, astr, val, traces) {
16121614 var replotAttrs = [
16131615 'zmin' , 'zmax' , 'zauto' ,
16141616 'marker.cmin' , 'marker.cmax' , 'marker.cauto' ,
1617+ 'line.cmin' , 'line.cmax' ,
1618+ 'marker.line.cmin' , 'marker.line.cmax' ,
16151619 'contours.start' , 'contours.end' , 'contours.size' ,
16161620 'contours.showlines' ,
16171621 'line' , 'line.smoothing' , 'line.shape' ,
0 commit comments