I'm trying to convert the entire jqplot bar chart, including it's legend and chart title, to image. However, using toDataURL and steps in this post (Convert canvas to image and open in new window using ruby on rails and javascript), I'm only able to convert the chart with it's axis and axis label to image.
As the legend and chart title is not rendered on the canvas, they are not being converted.
Can someone tell me how to convert the chart title and legend with the canvas please?