UNPKG

@e-group/utils

Version:

eGroup team utils that share across projects.

10 lines (8 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = makeChartColors; function makeChartColors() { return ['#3f51b5', '#2196f3', '#03a9f4', '#00bcd4', '#009688', '#4caf50', '#8bc34a', '#cddc39', '#ffeb3b', '#ffc107', '#ff9800', '#ff5722', '#795548', '#9e9e9e', '#607d8b']; }