vue-charts
vue-charts copied to clipboard
Sizing/resizing issues
I would like to have my graph use the full viewport width, but haven't been able to get that working.
If I put simple numbers in the options.width, options.height properties, the graph does use them. If I try to leave the width undefined (as in the resizing example), the graph seems to use the default width (400px or something like that).
Using Vue 2.1.10.