Home Forums Feature Requests & Feedback Graphic Calculator type chart

Graphic Calculator type chart

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

    Is there a way to produce a chart with an X, Y coordinate system similar to a graphic calculator? Could I run an equation thru some evaluation where I use the results and build an array of datapoints and get a graph back.

    #20267

    @tomdwalker,

    You can use JavaScript eval() function to evaluate an expression. According to user input expression generate dataPoints and render chart. Please take a look at this jsfiddle.

    ___________
    Indranil Deo,
    Team CanvasJS

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

You must be logged in to reply to this topic.