Hi,
I need to plot bar charts and pie charts from the data in mysql database. Is there an option to plot this for non-time series data?
Hi,
I need to plot bar charts and pie charts from the data in mysql database. Is there an option to plot this for non-time series data?
Hi,
The short answer is no. Grafana is mainly for visualizing time-series data. Maybe it will be supported in the feature. You can display bar chart in series mode instead of time mode, see my answer here for an example of such a bar chart: Scale x-axis labels with time interval
Marcus