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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I ran into the same problem trying to set those values. While not a great answer, I worked around this by wrapping the chart in a bootstrap class, ie; <div class="col-lg-6"> <?= ChartJS::widget([]); ?></div> so that the chart would only be able to fill the container it was in.
Changing the values of height and width on options is not working.
The chart always expands to 100%
Please help. Thanks.
The text was updated successfully, but these errors were encountered: