-
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
Change visualisation chart type #1607
Comments
We have no immediate plans to implement this. While you can imagine it is straight forward to go from line charts to bar charts it becomes less so when going from pie to line, or something similar. An infrastructure for defining visualization compatibility would have to be designed. It would be a nice convenience feature certainly though, definitely a possibility down the road. |
So don't allow change from pie to linear time series-based histograms. The k3 histogram panel used to provide this capability, which is what's being asked for here. |
+1 |
+1 The user isn't always going to be able to preconcieve the chart type before he sees the dataset. For instance, a user would want to breakup all logs by HTTP verb. A pie chart seems most suited for this dataset. However, if the last couple of verbs have really low values, their slices wouldn't be visible at all. Switching this visual to a column chart would atleast show a thin bar on x-axis. |
+2 Statistician co-worker and myself would find this useful, especially since Kibana 3 included this feature. Some searches, initially, may not fit the chart type/visualization desired once all metrics and buckets are finished. For example, viewing stacked data over a long range of time with many metrics is difficult to view in a bar graph. Switching over to a line graph makes it easier to differentiate between colors, especially when stacked. The hassle of having to re-enter all metrics and (sub-)buckets makes it tiresome |
+1 |
+1 |
👍 |
1 similar comment
+1 |
+1 All major logging frameworks (Splunk, SumoLogic, etc) support this. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 Switching between line and area charts would be very convenient. |
+1 |
+1 |
Starting with 5.4, it is possible to change chart types between Bar, Line, and Area in Visualization Options: #9642 |
+1 |
+1 - bumping, would love to see this as it is a major workflow impediment currently |
+1 it's a pain not being able to change |
+1 this would be great to have |
I come from using splunk for many years and this seems like a basic ask. It's kind of disappointing that we still cant do it. |
++ Definitely don't see why this can't be done for certain chart types that are similar. Group chart types into families and allow changes within chart family. |
At least switching between horizontal/vertical bar charts would be very helpful |
Closing, lens visualization library allows for changing the chart type |
After deciding the chart type at the beginning (bar / line) you can't change it back, at least not intuitively if possible (that I don't know how).
Kibana 3 allowed at view options to change between bar or line easily.
The text was updated successfully, but these errors were encountered: