-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[deck_multi] fixing issues with deck_multi #4754
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4754 +/- ##
==========================================
+ Coverage 72.38% 72.38% +<.01%
==========================================
Files 205 205
Lines 15374 15396 +22
Branches 1182 1182
==========================================
+ Hits 11128 11145 +17
- Misses 4243 4248 +5
Partials 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
if (!slice.subSlicesLayers) { | ||
slice.subSlicesLayers = {}; // eslint-disable-line no-param-reassign | ||
} | ||
const subSlicesLayers = {}; // eslint-disable-line no-param-reassign |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the eslint comment here, no?
const layer = layerGenerators[subsliceCopy.form_data.viz_type](subsliceCopy.form_data, data); | ||
slice.subSlicesLayers[subsliceCopy.slice_id] = layer; // eslint-disable-line no-param-reassign | ||
subSlicesLayers[subsliceCopy.slice_id] = layer; // eslint-disable-line no-param-reassign |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, eslint comment should not be necessary.
* [deck_multi] fixing issues with deck_multi * removing eslint comment
* [deck_multi] fixing issues with deck_multi * removing eslint comment
* [deck_multi] fixing issues with deck_multi * removing eslint comment
deck_multi
charts from the chart selector control