Open gnemoug opened 1 month ago
Thanks for reporting this issue @gnemoug!
According to the documentation https://api.highcharts.com/highstock/series.ema this series type requires https://code.highcharts.com/stock/indicators/indicators.js. But I can't find it in https://registry.npmjs.org/highcharts/-/highcharts-11.4.8.tgz, which NiceGUI is based on. Here we define what is added to the Python package: https://github.com/zauberzeug/nicegui-highcharts/blob/main/npm.json.
Does anyone have an idea how to resolve this dependency?
Description
When trying to display
candlestick
andema
indicator with highcharts, I get an error:It seems that “https://code.highcharts.com/stock/indicators/ema.js” is not loading.
my configuration: