The striplines range on log axis is not working properly.
my code is
…
…
axisX: {
logarithmic: true,
logarithmBase: 10,
title: “N (Log axis)”,
titleFontSize: 20,
labelFontSize: 15,
minimum: 0.1,
valueFormatString: “#.##”,
stripLines: [
{
startValue:1,
endValue:10,
color:”#F692C1″,
label: “1<N<10”
}
…
…
…
Please help me.
I have tried all options. As soon as I remove the logarithmic: true, It works fine. But I need log axis.