Hi Ivan, Thanks for trying out Apache ECharts. You can find the stock charts at https://echarts.apache.org/examples/en/index.html#chart-type-candlestick You may also find other types of chart there.
Thanks *Ovilia* On Fri, Jun 21, 2024 at 6:03 AM Иван Атанасов <ivanatanaso...@gmail.com> wrote: > Hey guys, > > Few days already looking at what you have done and I have to say I love it. > Thanks for your effort on that. I would like to switch from another popular > library called amcharts, but I could not find an example with a stock > chart. > Do you provide any solution for that? > The difference there is that the stock chart is recalculating the values to > percentages and always starts from 0. Let's say we have two products > (comapre mode). The first one has a start price date on 1st of January 2000 > and the second one is 1st January 2005. So if we extend the linechart to > max the first on will start on 0% on 01.01.2000 and the second one will > also start at 0% but on 01.01.2005 and even if we change the period to like > 15.03.2021 to 20.12.2023 both products will start at 0% again and > recalculate the rest prices based on that. > Example: https://www.amcharts.com/demos/stock-chart-comparing-prices/ > > I was even thinking of upgrading the series on every period change but it > might cost too much performance. > I would appreciate any help on that. > > Thanks in advance, > Best > Ivan A. >