I'm trying to find a free charting library for JS that does not require jQuery and is able to add vertical cursor bars at indicated locations. Interactivity would be nice. I only need a line chart, no doughnuts required. Anyone know if this creature exists?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
Are you referring to something like this? A live demo can be seen here. This was done with ZingChart, which is free to use. A marker was set on the x-axis with a range and lowered opacity. Let me know if you were looking for something else and I'll put together another demo. |
|||
|
You can do this with amCharts, here is a stacked area chart demo. If you don't need a fill, simply set fillAlphas to 0. and stackType of value axis to "none" Disclaimer: I am the author of amCharts. |
|||||||||
|
Here is an example made with D3js Framework, it might interest you.. |
|||
|