Home Forums Chart Support Stripline range on Log Axis

Stripline range on Log Axis

Viewing 3 posts - 1 through 3 (of 3 total)
  • #24831

    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.

    #24848

    @manojkkuldeep,

    Thanks for reporting the issue. It seems like a bug, we will be fixing it in future releases.


    Shashi Ranjan
    Team CanvasJS

    #31957

    @manojkkuldeep,

    We have just released Chart v3.2.3 with a few bug fixes related to using Striplines with the logarithmic axis. Please refer to the release blog for more information. Do download the latest version from our download page and let us know your feedback.


    Shashi Ranjan
    Team CanvasJS

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.