highcharts-stock
highcharts-stock copied to clipboard
Python wrapper for the Highcharts Stock data visualization library.
In **v.1.0.0** of Highcharts Stock for Python supports the enabling/disabling of styled mode using the appropriate options. However, any configuration of the CSS has to occur *outside* of the library...
In **v.1.0.0**, Highcharts Stock for Python outputs the JavaScript literal object where any *unspecified* property is serialized to a ``dict`` as ``None`` and subsequently stripped from the serialized JS object...
Hello @hcpchris, I wanted to open the issue as i have found what seems to be some strange behaviour with the is_stock_chart = True variable. Here are 3 cases: First...
Hello @hcpchris, Hope you are well. I'm opening this issue as I have the same behavior as @BFAGIT in a ticket that was open a while back. I think it...
### Description Construction of series objects is very slow even for array input. Our use-case requires adding multiple series to chart having ~10k points each. A single series seems to...