-
Notifications
You must be signed in to change notification settings - Fork 120
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
setJsonConfig() #107
Comments
as the docs suggest, while using
hope it will help you |
That is helpful advice, thank you. Unfortunately, it is still not working. xaxis still shows up, background doesn't change, I can't get a single thing in the setJsonConfig() function to work. |
In v3.0.0, the setJsonConfig method is no longer documented, but is still included in the code. However, its use does not affect the appearance of the chart. |
Yeah, it's not working for me either. |
This will be fixed when #108 is merged |
#108 has been merged and should address this issue. |
I am a beginner to laravel, and I need to customize the graph to have annotation. This is in my livewire component:
And I return is like this:
This is in the blade file:
But this is what I am getting:
![image](https://private-user-images.githubusercontent.com/45409937/276379841-9fc6a69d-9859-49b4-8e80-f441dc55038b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mzk0NTYsIm5iZiI6MTczOTYzOTE1NiwicGF0aCI6Ii80NTQwOTkzNy8yNzYzNzk4NDEtOWZjNmE2OWQtOTg1OS00OWI0LThlODAtZjQ0MWRjNTUwMzhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE3MDU1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU2MTUxN2MxMzEzZGZlMTM1ZGY4NzFmODdiZTU4N2Y3NTdlZTNkYWU1NTQ1ODBjOTA5ZmEwNTM2YmZkNmQ4NjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.t5sSnbZZsFAca_dSvBWYBgLS2kK530BsskfKJCWPEdk)
Ive tried by using json_encode and without using it. I've tried to simplify it as much as possible. But I am not getting any change from using setJsonConfig(). Am I doing something wrong?
The text was updated successfully, but these errors were encountered: