grafana-plotly-panel icon indicating copy to clipboard operation
grafana-plotly-panel copied to clipboard

Show plotly graph in grafana panel

Results 69 grafana-plotly-panel issues
Sort by recently updated
recently updated
newest added

Hi, I've installed plotly on grafana, I've used the grafana docker-compose version for installing grafana (with the plotly plugin) and the grafana image render plugin. It seems that the Direct...

Hi Team, I used MySql as datasource and created a plot visualization. The values in Y axis is not visible and how to set the X- Axis value (like increments...

I used MySQL as datasource and used Scatter Plotter (natel-plotly-panel) for Visualization. The status represent (1-Red,2-Green,3-Yellow) in Y axis and interface_name in X axis, How we can plot status in...

Hi, I wonder whether plotly panel can automatically create "trace"s based on the unique value of a column in the SQL result. For example, let's say my SQL result is...

I would like to have a third Metric to Group Results in the Graph by different colors and different labels which are shown in the Legend as well. a snippet...

Is there a way where we specify the name of the trace when we query to the database and auto generate color whenever the trace is added?

When I change default time-range from 7-days down to 2-days for a time-based plot the values in the graph are re-drawn but the graph isn't re-scaled. For example, this is...

Hi there! I'm looking for a grafana panel that supports producing a graph from a set of x and y data stored within a postgres json field. It looks like...

Fixes #94 This PR fixes the problem that axes labels do not react to template variables changes. When you change a template variable, only metrics are re-rendered. Axes are re-rendered...

![image](https://user-images.githubusercontent.com/47055832/76432045-791df380-63c3-11ea-9618-2dac24a7b09a.png) Template variables can be used as axes labels. The problem is that labels are not updated when the variable is changed. Timerange change is necessary to see a change....