NatelEnergy / grafana-plotly-panel

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

Question: free query submission and options #56

Open mcoimbra opened 5 years ago

mcoimbra commented 5 years ago

I'm trying to run this plugin with the current snapshot of Grafana 5. I need to query a MySQL database and show data which is not necessarily temporal (for example, semantic relations between PDF document information that is stored in my database).

When I created a plotly panel in my dashboard, however, it created a lot of UI blocks to define the column to query from the database, the WHERE filter and other helpers. It is not clear to me how to insert the custom query itself.

The following error messages also appeared in the panel editing UI:

Unable to find: A-series for Trace 1 // marker.color
Unable to find: A-series@time for Trace 1 // x
Unable to find: A-series for Trace 1 // y

Furthermore, I'm not finding the "Options" separator that is visible in one of your screenshots of the plugin.

Any help appreciated. Thanks for your time and effort to make this available for the community.

arilwan commented 5 years ago

Same issue here.

pande2 commented 5 years ago

same issue here with influxDB , using latest version of Graphana and plotly plugin

HLilit commented 5 years ago

Same issue here.