Hi guys, I'm trying to make the graphic I can reach the 100% available that has its parent container in height and width. The width and I think is well configured, but in the high the problem still persists.
Try to do what #27 - #140 said but still it has not been possible to adapt the desired height.
Here I leave the code of a simple code, I have put a border to the container box to see the difference of the parent container to the spaces that there are with the graph.
You have to add
chart: {
sparkline: {
enabled: true
}
}
To remove all the unnecessary space around chart area (x-axis default padding/legend default padding, etc)
solved, thanks very much.
Most helpful comment
You have to add
To remove all the unnecessary space around chart area (x-axis default padding/legend default padding, etc)