ae3e
ae3e
It think it is not related to this plugin. You should check [Plotly documentation](https://plotly.com/javascript) and test your chart in a code playground with only Plotly.js library first.
Unfortunatly I'm not familiar with Influx but: 1. Are you able to chart your timeseries (wind direction and wind speed) on a regular Grafana chart with the influx query written...
Unfortunatly, the last published version of Plotly panel on Grafana Plugin Repository is not compliant with Grafana 7.2. You have to install manually [v0.3.1](https://github.com/ae3e/ae3e-plotly-panel/releases/tag/v0.3.1). I also did a [pull request](https://github.com/grafana/grafana-plugin-repository/pull/759)...
Not tested yet but it's on the task list..
Thanks for reporting this !
Does it work with the default chart's values and 'random walk' data when you create a new panel? Also try to log your data with console.log(data) in the script field...
In fact, the time range of the Plotly panel isn't based on the date/time picker UI but only on the data returned by the datasource. So if the datasource doesn't...
Note to myself : - Use all listed events here : https://github.com/plotly/react-plotly.js/#event-handler-props - Could add a combo box to select an event and use one single associated text area to...
This is due to incompatible versions of Grafana and Plotly plugin. I think you should downgrade to ae3e-plotly-panel v0.2.1 or upgrade to Grafana 7.3
It think it is not related to this plugin. You should check [Plotly documentation](https://plotly.com/javascript) and test your chart in a code playground with only Plotly.js library first.