NatelEnergy / grafana-plotly-panel

Show plotly graph in grafana panel
MIT License
145 stars 58 forks source link

Feature request: allow restricting range of displayed trace values #50

Open andig opened 6 years ago

andig commented 6 years ago

While axes allow to specify range "non-negative" and "between", there is no customisation of traces possible. It would be great to only allow traces without a certain range (e.g. to hide 0 values). This is especially useful with data sources that do not allow filtering themselves like the json datasource (though I have to admit that it's debatable if this should be customised on panel level).