Closed
Description
Expected Behavior
The chart should of the one specified in the props
Actual Behavior
Appears to be 100% of the view port.
Environment
I'm using vueify and have something like this:
<my-chart width="300" height="300" :data="{{ json_encode($data) }}"></my-chart>
Is this the correct way to pass these properties to alter the size of the chart?