zeroin

Results 54 comments of zeroin

If you render a chart into a div with display:none and later change it to display:block, it should work fine.

Try to call `chart.zoomOutButton.hardInvalidate()` when size of a chart changes: ``` chart.events.on("sizechanged", ()=>{ chart.zoomOutButton.hardInvalidate() }) ```

You can add an adapter for max value: https://codepen.io/team/amcharts/pen/rNvwjpq/179c6b7db861ee89b16f366a073f2f8e?editors=1010

Thanks, this makes sense, will try to fix things, only I don't agree with 2) because when hovering over the object, while it's red, it means you can drag it....

However making the point red would make sense.

I think Stochastic RSI is the one we call Stochastic Oscilator.

Median Price, Typical Price and Trix was added in v 5.2.21

Could you explain what do you mean by fixing, what issue do you have in mind? If its the negative values, then you should not set extraMin value.

I checked and deleting symbols works fine for me, the list is updated. As for the possibility to add more than one comparing series, we will most likely fix this.