Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 664 Bytes

File metadata and controls

13 lines (9 loc) · 664 Bytes

Exposes methods for working with charts (including Chart, PieChart, PolarChart, CircularGauge, and LinearGauge).

  • registerPattern - The registerPattern method

      require("common/charts").registerPattern;
      // ===== or =====
      import { registerPattern } from "devextreme/common/charts";
    
  • registerGradient - The registerGradient method

      require("common/charts").registerGradient;
      // ===== or =====
      import { registerGradient } from "devextreme/common/charts";