Please refer to this example of KENDO UI
https://demos.telerik.com/kendo-ui/line-charts/index
If I click EXAMPLE I will see the chart with a background-image exactly like I need to do in a chart in my Unigui code
If I click VIEWSOURCE I will see the html code corresponding to the chart including the part related to the background
<div id="chart" style="background: center no-repeat url('../content/shared/styles/world-map.png');"></div>
MY DOUBT is :
How can I insert a part of the html code inside my Unigui + Delphi code ?
I think I did something like this in the past using "ClientEvents"
Can you help me on this ?