react-apexcharts
react-apexcharts copied to clipboard
Logarithmic chart not displaying & logarithm base customization
The following logarithmic scale configuration
yaxis: {
logarithmic: true
}
Displays a graph this way:

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 :)