Has anyone use the Highcharts Javascript charting library? I have a few questions about it:
Does it support dynamic data? In other words, if I plot a chart and then want to update the data displayed on the chart, do I need to completely unload the chart and start over? Or can I update the chart's data in-place?
Is there a way to hide grid lines on line/bar charts?
The documentation on the site looks a bit thin. Are there any more resources online for these charts?