python-highcharts icon indicating copy to clipboard operation
python-highcharts copied to clipboard

'Height' setting doesn't work in Jupyter Notebook

Open chanwj opened this issue 9 years ago • 0 comments

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?

chanwj avatar Apr 05 '17 12:04 chanwj