react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Logarithmic chart not displaying & logarithm base customization

Open antunmod opened this issue 4 years ago • 0 comments

The following logarithmic scale configuration

yaxis: {
    logarithmic: true
}

Displays a graph this way: image

The OHLC values are correct, but the candles are not visible at all. Everything works fine when displayed in linear scale.

Also, it would be great if the logarithm base was customizeable :)

antunmod avatar Apr 04 '21 18:04 antunmod