Forum Replies Created by jvmorin

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: stripLines in a xValueType: "dateTime" line chart #26906

    Ok.

    Thank you anyway.

    Regards.

    in reply to: stripLines in a xValueType: "dateTime" line chart #26891

    Hello.

    Is there any way to rotate the label inside a “stripLines”? I mean, the default orientation inside the “stripLines” is vertical, but in some cases, I would like to show it horizontaly.

    I have tried (unsuccessfully) to do it using “labelAngle: 0” and “labelAutoFit: true”.

    This is part of my script:

    `stripLines:[{
    startValue: new Date(2019,08,12,15,0),
    endValue: new Date(2019,08,13,21,45),
    color:”#d8d8d8″,
    opacity: 0.3,
    label: “Flowing to B.P.”,
    labelAngle: 50,
    labelAutoFit: true,
    },`

    Thanks in advance for your help.

    Regards.

    in reply to: stripLines in a xValueType: "dateTime" line chart #26876

    Dear Manoj.

    Thanks a lot for your for your rapid response, that solves completely my problem. I only have completed the the DATE with the specif time when the “stripLines” must start and end.

    The final code is:


    stripLines:[{
    startValue: new Date(2019,08,13,15,0),// for 2019-08-13 at 15:00 h
    endValue: new Date(2019,08,18,21,45), // for 2019-08-18 at 21:45 h
    label: “In the 40s”
    }]

    it works perfec.

    Thank you again.

    jvmorín

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