ipychart
ipychart copied to clipboard
Chartjs graphs are not respecting the width and height of the container.
It seems ChartJS might be trying to maintain the aspect ratio in the Voila dashboard web app. I need to turn that option off by setting the "maintainAspectRatio: false" option. Could you add this to the IPYCharts package to correctly render the charts in Voila?
Hello @ndgayan, thanks for your feedback. I'll add this to the next release it as soon as I have some time.
Thanks, @nicohlr.
Hi @ndgayan, sorry for the (very long) delay. I suppose this is not useful for you anymore but i'm happy to inform you that this issue should be solved with the last release of ipychart (0.4.1). Do not hesitate to raise a new issue if you find another bug.
Thank you, @nicohlr.