The docs say that when the chart is not bound, it'll start observing the chart.element property. I've tried not setting the bindto property for the options object passed to generate, and also setting it to null.
But if I later set the chart.element property to anything i.e. chart.element = document.getElementById("#chart-here")
, nothing happens.
What is the correct approach of doing this? Or is it something that I misunderstood? Thanks.