-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] Allow partial config to be kept when switching from metric/table to Cartesian charts #54943
Comments
This happens mostly because we don't treat it as a valid bar chart without an X axis. I'm not sure what you were expecting, but these are some of the options we could consider: a) The metric is assigned to the Y axis, and there is an error saying an X axis is required |
Pinging @elastic/kibana-app (Team:KibanaApp) |
Showing an error is not great. I prefer |
Option A would be part of a more general effort to add better error states. We can also make a suggestion to the user about how to address this. Possible complication: state management issues may complicate this. |
This is fixed in the latest version of Lens - it shows an xy chart without an x axis |
**Kibana version:**7.5.x
When fields are placed in configurator and users change charts the configurator clears the selected fields.
When does it happen:
Lens should persist the fields in the configurator so when moving between the chart or going back to the chart it will stay populated
The text was updated successfully, but these errors were encountered: