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

Fields

inherits from CanvasChart

inherits from SvgChart

Functions

inherits from CanvasChart

Contents

  1. 1Constructor
  2. 2Fields
  3. 3Functions