File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ module.exports = {
114
114
line : extendFlat ( { editType : 'calc' } ,
115
115
colorScaleAttrs ( 'line' , {
116
116
// 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
118
118
colorscaleDflt : 'Viridis' ,
119
119
autoColorDflt : false ,
120
120
editTypeOverride : 'calc'
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ function constHalf(len) {
46
46
}
47
47
48
48
function convertTypedArray ( a ) {
49
- return ( Lib . isTypedArray ( a ) ) ? Array . prototype . slice . call ( a ) : a ;
49
+ return Lib . isTypedArray ( a ) ? Array . prototype . slice . call ( a ) : a ;
50
50
}
You can’t perform that action at this time.
0 commit comments