Sandy_4242
Sandy_4242

Reputation: 67

Stacked graph in with Grafana time series

I want to visualize stacked time series in Grafana to see the total volume of multiple sensors (see picture below). I want to see a nice smooth line of the total of A,B and C. The time series are independent and the time stamps of A,B,C don't necessary align.

There is no stacking option in the new Time Series graph. Anyone knows how to solve this?

I am using Grafana (latest version) + MongoDB database + MongoDB plugin from https://github.com/JamesOsgood/mongodb-grafana

Your help is much appreciated.

enter image description here

Upvotes: 1

Views: 2184

Answers (1)

Jan Garaj
Jan Garaj

Reputation: 28626

Use Graph panel. Time Series panel is still beta. But I wouldn't expect a nice smooth line of the total of A,B and C, because the time stamps of A,B,C don't necessary align.

Upvotes: 1

Related Questions