Hi just to see whether the timeseries chart can add bullets to the line, like the XY chart below.
For example, I have a 1 hour data of 5 second sampling rate, but I want to add bullet to the value at each minute, so there will be only 60 bullets showing on the trend, instead of 720 bullets.
Line chart with categorical X axis! My CDO!
Can you elaborate how it can be done in timeseries chart?
I have managed to create on in XY Chart, but it looks strange and there's no easy setting to create horizontal line to indicate the alarm limits, unless I add in another dataset to log the alarm limit and indicate it in it, which is waste of memory.
The time series chart is great. The only thing I cannot achieve in time series chart is the bullets.
I use the XY with the additional dataset for lines.
I use queries for the data.
In MSSQL, I use case with preceding to evaluate values where I am missing data sometimes.
I join in the outermost with a dataset that I know has all the data points, or construct one to join with.
I do that so that I always have a value for X,Y at the same pace so my graph doesn't mess up.
I think that I used invisible bullets with tooltips to make some tooltips show, might be useful later.
Sometimes I add another dataset to show values on the table constantly via bullets as well.
Anatomy of an XY Chart – amCharts 4 Documentation]
This will help you too, as the XY chart is kind of built on it.
1 Like