2

So I need to create a graph that basically looks like an ascending line graph. on the x-axis will be time, and on the y-axis will be achievements that the user has unlocked. Each achievement shown will be a specified height above the previous, and a certain distance across the x-axis depending when they were unlocked.

What would be the best method to accomplish this?

1
  • 1
    Have you looked at processingjs.org? Commented Apr 7, 2012 at 4:29

2 Answers 2

2

You can use HighCharts. Or, Raphaël for a more powerful solution. These libraries works using SVG.

Here there is an example using HighCharts.

Sign up to request clarification or add additional context in comments.

2 Comments

I've already used Highcharts but I want something very basic and simple that's very customisable.
Okay so I didn't look at Raphael, my bad - looks amazing. I'm going to give it a go. Thanks!
0

you can visit this site for canvas tutorials like charts.

canvas tutorials

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.