Home Forums Report Bugs axisX intervalType

axisX intervalType

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17614

    i want to see on graph x parameter value but it is automatically calculated. i dont want this.
    my data
    { x: 250, y: 71 },
    { x: 500, y: 55},
    { x: 1000, y: 50 },
    { x: 2000, y: 65 },
    { x: 4000, y: 95 },
    { x: 8000, y: 68 }
    graph axisX values only 250 500 1000 2000 4000 8000

    #17624

    @yasaartr,

    Using labels instead of x-values should work fine in your case. Please have a look at this jsfiddle.

    ___
    Suyash Singh
    Team CanvasJS

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

You must be logged in to reply to this topic.