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