ng2-charts
Version:
Reactive, responsive, beautiful charts for Angular based on Chart.js
18 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.baseColors = void 0;
exports.baseColors = [
[255, 99, 132],
[54, 162, 235],
[255, 206, 86],
[231, 233, 237],
[75, 192, 192],
[151, 187, 205],
[220, 220, 220],
[247, 70, 74],
[70, 191, 189],
[253, 180, 92],
[148, 159, 177],
[77, 83, 96]
];
//# sourceMappingURL=base-colors.js.map