Docs ▸ API Reference ▸ HybridChart
This class combines behaviors of CanvasChart and SvgChart, so it has both <canvas>
and <svg>
.
const chart = new HybridChart(container[, options]);
- options:Object - There is an extra field
pixelRatio
to specify the resolution of the canvas. Default value iswindow.devicePixelRatio
.