clearCanvas

clears the component canvas

void clearCanvas();

Example

var mychart = webix.ui({
    view:"chart", 
    ...
});
 
mychart.clearCanvas();

Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of chart javascript product.