UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

9 lines 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Gradient { constructor() { this.stops = []; } } exports.Gradient = Gradient; //# sourceMappingURL=gradient.js.map