I'm trying to implement the sliding nav as described in this simple tutorial: http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/
But rather than using images, I'd like to use charts from this charting package:
http://www.highcharts.com/documentation/how-to-use
I've found that whenever I try to put the code in to render the chart, the whole sliding nav falls apart.
I'm wondering if there's a problem combining the Canvas with the sliding code. Is there something inherent to the world of Javascript and Canvas that is preventing this from working?