Create a default value in webix charts

Hi, I using webix charts, they work fine, but I need to set a default value when I don’t have data, Is there a way to do that or what must I do? Thanks.

Hello,
You can add a default array of data and a clear chart before real data will load.
Please check the snippet:
https://snippet.webix.com/tb4x1f6u
As an alternative, if you don’t want to use “default” data you can draw over chart overlay and hide empty chart.
Could you please clarify, what kind of behavior do you need?