-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
how to update chart value #36
Comments
Hi @KBiswas98, Thank you for working with our products. Can you please give me more details about what do you want to change? Thank you, |
I want to update the value of the line chart, but i can't find the way to update the value.. |
Hi @KBiswas98, You have to change the values in the argon-dashboard.js code. For example, for the "#chart-sales" visible in the index page, the values are: You have to update these values with the ones you need. I hope it helps. All the best, |
I have the same question, I cannot change the values of data |
It's in argon.js file line number 922 and 848. Where for BootStrap Argon Dashboard. |
I am using the laravel version, is there a good way (or good practices) to import data from blade front-end PHP's data to chart? |
No, @Cheng-CM I am trying to do the same. |
@katesaikishore I found a solution from https://www.itsolutionstuff.com/post/how-to-add-charts-in-laravel-5-using-chart-js-example.html using |
Cool, It's awesome. Thanks. |
No description provided.
The text was updated successfully, but these errors were encountered: