Forum Replies Created by Navinder

Viewing 6 posts - 1 through 6 (of 6 total)
  • in reply to: Highlight Max datapoint #14169

    Thanks :)

    in reply to: Zoom #12675

    Hi,

    It’s resolved. I was using MM instead of mm. :)

    Thanks for support.

    in reply to: Zoom #12674

    Hi Vishwas,

    Thanks for that. I have data in minutes and I am using below code. Its working fine for reset but for zoom, it’s showing
    HH:11 for all minutes of hour and changes to HH+1:11 for next hour.

    var axisXOption= {
    interval: 3,
    intervalType: “hour”,
    valueFormatString: “DD-MMM h tt”,
    };
    if(e.trigger === “reset”) {
    axisXOption.interval=3;
    axisXOption.intervalType=”hour”;
    axisXOption.valueFormatString= “DD-MMM h tt”;
    }
    else if(e.trigger === “zoom”) {
    axisXOption.interval= 5;
    axisXOption.intervalType= “minute”;
    axisXOption.valueFormatString= “HH:MM”;
    }

    in reply to: ExportEnabled not working #12612

    Hi Vishwas,

    Thanks for reply. I have been able to work it out.

    Regards,
    Navinder

    in reply to: Pie chart index label for 0 #12472

    I have been able to achieve it with the help of e.total.

    Thanks for your help.

    in reply to: Pie chart index label for 0 #12469

    Hi Vishwas,

    But this one displays exact y value rather than percentage.

    I think (indexLabel: “#percent%”) is overridden by indexLabelFormatter.

    • This reply was modified 7 years, 7 months ago by Navinder.
Viewing 6 posts - 1 through 6 (of 6 total)