UNPKG

highcharts

Version:
23 lines (22 loc) 497 B
/* * Series palettes for Highcharts. Series colors are defined in highcharts.css. * **Do not edit this file!** This file is generated using the 'gulp palette' task. */ const SeriesPalettes = { /** * Colors for data series and points */ colors: [ '#2caffe', '#544fc5', '#00e272', '#fe6a35', '#6b8abc', '#d568fb', '#2ee0ca', '#fa4b42', '#feb56a', '#91e8e1' ], }; export default SeriesPalettes;