You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adding the setJsonConfig option has no effect on the resulting chart
To Reproduce
Steps to reproduce the behavior:
make a chart. (I have tried this on Pie and MultiLine charts)
add the `$chart->setJsonConfig' option as described in the docs
Expected behavior
The changes should show, but they do not. Additional explanation of how to convert the Apex Chart options into the dot notation would be helpful (like where in the option tree to start).
Solution Ideas
From other Issues, it appeared that this was addressed in PR #108 (tag 3.0.1). Not clear why it is still not working.
I am using Laravel 10 (latest update) and Livewire 3 (latest update)
Describe the bug
Adding the setJsonConfig option has no effect on the resulting chart
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The changes should show, but they do not. Additional explanation of how to convert the Apex Chart options into the dot notation would be helpful (like where in the option tree to start).
Solution Ideas
From other Issues, it appeared that this was addressed in PR #108 (tag 3.0.1). Not clear why it is still not working.
I am using Laravel 10 (latest update) and Livewire 3 (latest update)
Sample code:
The chart is the same with and without the setJsonConfig options.
The text was updated successfully, but these errors were encountered: