python-highcharts
python-highcharts copied to clipboard
'Height' setting doesn't work in Jupyter Notebook
charts.plot(series=series,options=options,height=1000,show='inline',type='bar')
I drew a chart in Jupyter Notebook and the chart seems to be too small. I tried to change the height attribute but nothing changed. How to solve this problem?