Hi! I would like to create a graph that shows histograms of more then one series on the same plot, but not grouped together, I want to see histograms overlay. Right now data from both series is grouped together in one histogram.
Also, I would like to be able to hide/unhide a particular series with a simple click.
Is that possible?
I’m using Postgresql data.
When you say histogram you want to have non-time values on X-Axis? You can use X-Axis mode histogram and then under Display tab enable Stack. This works for me using the nightly build / latest master commit at least.
X-axis should have BINs on and histogram should show stacked VALUE for each CLASS.
Could you please advise me how should the query for my table look like and what should be the settings?
It must be a time series query. If you don’t have a timestamp in your data you may be successful selecting now/current date or similar in epoch format.
Could you please show me example of data and query that actualy produces stacked serries histogram. Either for Time or Histogram X-Axis mode? Thank you in advance.
Hello I have the same problem. Is this bug still not resolved? Why is time important for histograms? My data has also no timestamp. It has only different classes and a sample with values for each class.