Forum Replies Created by rbadis

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Drawing horizontal lines #59902

    Thanks Ananya for your help

    in reply to: Drawing horizontal lines #59898

    Thanks Ananya, do know know how can I do it programatically rather then in design?
    I tried something like this but didn’t work:
    chart.options.data[0].type: “line”;
    chart.options.data[0].dataPoints.push({x: 500, y: 0.005});
    chart.options.data[0].dataPoints.push({x: 800, y: 0.005});

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