Chart uses following two rendering methods.
SVG is used to render Chart by default for all browsers expect IE8 and old versions.
You can switch between SVG and Canvas rendering by using the enableCanvas
option. The canvas mode rendering is used in the following scenarios,
Limitations