Hi,
Really liking v2.5.0 (especially being able to update options now). The only problem i'm having is how to call updateConfig. I've tried a few different things including:
(for the sake of these examples, the chart instance will be called chartInst)
Chart.updateConfig(chartInst)
chartInst.updateConfig(newOptions)
chartInst.updateConfig()
updateConfig(chartInst)
But none of these work and there's nothing in the documentation to explain how to use this new feature. Is anyone able to give me some insight into how it's used?
Hi,
Really liking v2.5.0 (especially being able to update options now). The only problem i'm having is how to call
updateConfig. I've tried a few different things including:(for the sake of these examples, the chart instance will be called chartInst)
Chart.updateConfig(chartInst)chartInst.updateConfig(newOptions)chartInst.updateConfig()updateConfig(chartInst)But none of these work and there's nothing in the documentation to explain how to use this new feature. Is anyone able to give me some insight into how it's used?