@amcharts/amcharts4
Version:
amCharts 4
11 lines (10 loc) • 346 B
TypeScript
/**
* Kelly's colors is a set of 22 highly contrasting colors.
*
* More info:
* {@link https://i.kinja-img.com/gawker-media/image/upload/1015680494325093012.JPG}
* {@link https://eleanormaclure.files.wordpress.com/2011/03/colour-coding.pdf}
*/
import { ITheme } from "./ITheme";
declare const theme: ITheme;
export default theme;