-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] - How to create the graph Panel after load the default dashboard #92
Comments
I just need to show an example graph (at least) like below image which I copied from your Code: who should I contact to get support ? @MariusBrill I'm sorry if it's not you. Just I need the right direction. |
Hi @AmilaDevops, The Dashboard you are using uses an outdated version of the panel. I suggest to just use the latest version you can find on this repository. The great benefit is that this version already inlcudes an example mapping aswell as example data (which you do net need to import). All you need to do is to switch on the "show dummy data"-toggle in the panel options and a graph will appear. Greetings |
hi @MariusBrill thanks I have upgraded to the latest plugin version 4.0.2 , below is my example graph as you mentioned.
|
Hi @AmilaDevops ,
You need to adjust the settings of the graph according to your influx data. It may help if you have a look at the dummy data used and compare it to the settings that appear as soon as you activate the dummy data toggle. For further information, the readme should serve your needs. If there is anything unclear in the readme, please let me know so we can update it accordingly.
No - the example-data is hardcoded into the project.
Since this issue appears to be linked to Influx rather than the graph there is nothing much i can help you with that. What helped me from time to time is to check the "network" tab in the dev-tools of my browser. Most of the time you get a more speaking error message from the failed requests to your Influx Database. I hope this helps you. If there are any more questions feel free to ask! Greetings |
hi @MariusBrill thanks for your commitment and answers, yes I would love to follow your guidelines. Since I'm having Influxdb datasource could you tell me or share me a link of influxdb real time series data example ? do you know what influxdb tables should I use to query data ? |
HI @AmilaDevops, unfortunately as for now, i can't help you with such a database. Greetings |
Huge Thanks !!!
The text was updated successfully, but these errors were encountered: