Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 623 Bytes

HybridChart.md

File metadata and controls

23 lines (13 loc) · 623 Bytes

DocsAPI ReferenceHybridChart

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 pixelRatio to specify the resolution of the canvas. Default value is window.devicePixelRatio.

Fields

inherits from CanvasChart

inherits from SvgChart

Functions

inherits from CanvasChart