File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ module.exports = {
114114 line : extendFlat ( { editType : 'calc' } ,
115115 colorScaleAttrs ( 'line' , {
116116 // the default autocolorscale isn't quite usable for parcoords due to context ambiguity around 0 (grey, off-white)
117- // autocolorscale therefore defaults to false too, to avoid being overridden by the blue-white-red autocolor palette
117+ // autocolorscale therefore defaults to false too, to avoid being overridden by the blue-white-red autocolor palette
118118 colorscaleDflt : 'Viridis' ,
119119 autoColorDflt : false ,
120120 editTypeOverride : 'calc'
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ function constHalf(len) {
4646}
4747
4848function convertTypedArray ( a ) {
49- return ( Lib . isTypedArray ( a ) ) ? Array . prototype . slice . call ( a ) : a ;
49+ return Lib . isTypedArray ( a ) ? Array . prototype . slice . call ( a ) : a ;
5050}
You can’t perform that action at this time.
0 commit comments