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

Highcharts stocks rendering issues in demo and selfhosted

Open R2boot3r opened this issue 1 year ago • 18 comments

Dear,

I've been playing around a bit with highcharts for python and the demos available. I'm currently having two issues with the demos and the selfhosted jupyterlab version i'm running locally. Everything is exactly the same except the python3 version I'm running on. I'm on python 3.10.13. I've tried it on python 3.11 and I have the exact same issues. I'll try reverting back to 3.10.10 later in the day to test things out. The demo used here is the following stock-tools-gui.ipynb but I have had the issue on any other demo or own notebook that i created.

The first issue I'm having is that I'm not able to render the chart context menu that is on the top right of the charts in my own selfhost version of the demo repository. On the Binder projects

The second issue I'm having is, the stocktools is not rendering in the binder version but it is on my selfthosted one but very badly. The bar is halfly rendered and the buttons doesn't seem to respond correctly. For instance I'm not able to put the charts in full screen. This issue happens on any screen sizes , even very large ones. Of course I have the following options enabled:

'stockTools': { 'gui': { 'enabled': True }

Here are two screenshots illustrating the two issues.

Binder demo without the stocktools and with the chart context menu: Screenshot 2023-09-05 at 20 36 59

My selfhosted demo with the badly rendered stocktools and with the chart context menu missing: Screenshot 2023-09-05 at 20 35 49

I don't know if I'm missing anything, but it doesn't to be the case according to what i have read in the documentation.

Thanks in advance for any response, KR, R2boot3r

R2boot3r avatar Sep 05 '23 19:09 R2boot3r