Samples
Forum
Support
Documentation
clearCanvas
getCanvas
hideCanvas
renderText
renderTextAt
showCanvas
toggleCanvas
Start
API Reference
Mixins
Canvas
Methods
clearCanvas
clears the component canvas
void
clearCanvas
();
See also
api
getCanvas
Example
var
mychart
=
webix.
ui
(
{
view
:
"chart"
,
...
}
)
;
mychart.
clearCanvas
(
)
;
Back to top