UNPKG

ag-charts-community

Version:

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

48 lines 976 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chartTheme_1 = require("./chartTheme"); const palette = { fills: [ '#f44336', '#e91e63', '#9c27b0', '#673ab7', '#3f51b5', '#2196f3', '#03a9f4', '#00bcd4', '#009688', '#4caf50', '#8bc34a', '#cddc39', '#ffeb3b', '#ffc107', '#ff9800', '#ff5722' ], strokes: [ '#ab2f26', '#a31545', '#6d1b7b', '#482980', '#2c397f', '#1769aa', '#0276ab', '#008494', '#00695f', '#357a38', '#618834', '#909a28', '#b3a429', '#b38705', '#b36a00', '#b33d18' ] }; class MaterialLight extends chartTheme_1.ChartTheme { getPalette() { return palette; } } exports.MaterialLight = MaterialLight; //# sourceMappingURL=materialLight.js.map