CorpGlory / grafana-multibar-graph-panel

A plugin implementing https://github.com/grafana/grafana/issues/870
MIT License
75 stars 7 forks source link

Fix for issue #47 #48

Open RamanPndy opened 4 years ago

RamanPndy commented 4 years ago

Fix for issue #47

Side by Side graph not able to show for weekly/yearly data for Prometheus data source. Panel overlapping graph for weekly/yearly data because of data points were having null values for different timestamps. The panel is not able to handle null datapoints and accepts only continuos values with null timestamps data points. So as a fix to show side by side graph for weekly/yearly data filtering null values out from data points and hence it will work.

Filtering null value timestamps from datapoints will render daily/weekly/yearly side by side graphs seamlessly.

jonyrock commented 4 years ago

sorry for being slow here.....