Samples
Forum
Support
Documentation
clearCanvas
getCanvas
hideCanvas
renderText
renderTextAt
showCanvas
toggleCanvas
Start
API Reference
Mixins
Canvas
Methods
getCanvas
gets the canvas context
object
getCanvas
(
string
context
);
Parameters
context
string
the context type (by default,
2d
)
Returns
object
the canvas object
See also
api
clearCanvas
Example
myChart.
getCanvas
(
)
;
Back to top