Add Background Image To Charts
Updated 03-02-2023
Hi,
We're using the following script to achieve a similar result:
widget.on("beforeviewloaded", (scope, args) => {
console.log(args);
args.options.chart.plotBackgroundImage = imaglink;
});
Both ways work for the widget, but the image export function suddenly forgets that it still has to apply filters to the widget, resulting in the background image being loaded, but also way too much data.
Did you find a way to overcome that issue?
- J