-
Notifications
You must be signed in to change notification settings - Fork 0
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
changed data grid sort page query logic, added sidebar drag drop, added viz config panel changes #4
changed data grid sort page query logic, added sidebar drag drop, added viz config panel changes #4
Conversation
…her components Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
affb192
to
7f24bf5
Compare
@@ -29,7 +29,7 @@ export const Visualization = ({ | |||
// Markdown, it does not depend on if there is data | |||
if (vis.id === VIS_CHART_TYPES.Text) return [true, '']; | |||
|
|||
if (isEmpty(series)) return [false, VISUALIZATION_ERROR.INVALID_DATA]; // series is required to any visualization type |
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.
If the query is not valid and returns no data, what would it show?
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.
I assumed that an empty series would mean that data hasn't been put in yet. Shouldn't this be the case? For invalid queries there are other checks in this file that will display invalid data if invalid.
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.
we can check with UX team on this
...lorer/visualizations/config_panel/config_panes/config_controls/data_configurations_panel.tsx
Outdated
Show resolved
Hide resolved
...orer/visualizations/config_panel/config_panes/config_controls/data_configurations_panel.scss
Show resolved
Hide resolved
Signed-off-by: Paul Sebastian <[email protected]>
change github actions file and add necessary files
change github actions file and add necessary files (cherry picked from commit 1b5f971) Signed-off-by: Derek Ho <[email protected]>
Description
changed data grid sort page logic, added sidebar drag drop, added viz config panel changes
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.