You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// #2248, #4660if(!alternateBands[pos]){// Should be imported from PlotLineOrBand.js, but // the import cycle with axis is a problemalternateBands[pos]=newH.PlotLineOrBand(axis);}
becomes
// #2248, #4660if(!alternateBands[pos]){// Should be imported from PlotLineOrBand.js, but // the alternateBands[pos] = new H.PlotLineOrBand(axis);}
The text was updated successfully, but these errors were encountered:
becomes
The text was updated successfully, but these errors were encountered: