I’m interested in doing some drawing using JavaScript. I’ll get straight to an example:
alt text http://img693.imageshack.us/img693/3774/linep.png
The green horizontal line would be static, and all the vertical lines would be clickable. An example of a clicked line would be the red one.
I’ve seen many API’s, but they all allow more complexity than I need, making it more complicated than necessary.
Any suggestion for a good API? Make it oneself?
You could use CSS and html to make up the lines initially. Then transfer some of this into the JS. To me from what you have described it doesn’t look that difficult to do from scratch.
There’s probably something else you haven’t mentioned though!