|
@@ -1164,7 +1164,7 @@ export default {
|
|
sortable: true,
|
|
sortable: true,
|
|
showSummary: false,
|
|
showSummary: false,
|
|
width: '',
|
|
width: '',
|
|
- colorScale: find ? find.colorScale : {},
|
|
|
|
|
|
+ colorScale: find ? find.colorScale || {} : {},
|
|
visible: find ? find.visible || false : true,
|
|
visible: find ? find.visible || false : true,
|
|
widthAuto: find ? find.widthAuto : false,
|
|
widthAuto: find ? find.widthAuto : false,
|
|
config: o.__config__
|
|
config: o.__config__
|