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