Home Forums Feature Requests & Feedback Stripline Label Horizontal Orientation

Stripline Label Horizontal Orientation

Viewing 4 posts - 1 through 4 (of 4 total)
  • #22426

    I would like to request stripline label to have the feature to change label orientation.

    stripLines:[
    {
     value:1940,
     label: "1940",
     labelPlacement: "inside",//"outside"
     labelAlign: "far"//"center", "near"
    }

    At the moment it can only be displayed vertically.

    thanks

    • This topic was modified 5 years, 8 months ago by Ryan.
    #22429

    Ryan,

    This feature is not there in our roadmap as of now. But, I will discuss this feature with my team & get back to you at the earliest.

    __
    Priyanka M S
    Team CanvasJS

    #45017

    I would like to request stripline label to have the feature to change label orientation.

    stripLines:[
    {
    value:2024,
    label: “2024”,
    labelPlacement: “inside”,//”outside”
    labelAlign: “far”//”center”, “near”
    }
    At the moment it can only be displayed vertically on x axis stripline lable
    i want it to be horizontally.
    Also i need click event on label or the stripline.
    thanks

    #45028

    Kaushik Chaudhary,

    Stripline label orientation is not available as of now. However it can be achieved by adding dummy scatter dataSeries with indexLabel. Please take a look at this JSFiddle for an example on the same.

    You can bind click even to stripline with the help of it’s bounds. Please take a look at this JSFiddle for an example on the same.

    __
    Sachin Bisht
    Team CanvasJS

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

You must be logged in to reply to this topic.