Sha256: e0b3128e0058818a9d965cc799a26422676f1ca7d61a0b9a07e24f575e295d38
Contents?: true
Size: 714 Bytes
Versions: 2
Compression:
Stored size: 714 Bytes
Contents
export declare type ThemeProps = { lang?: { [key: string]: string; }; credits?: { [key: string]: boolean; }; colors?: string[]; chart?: { [key: string]: any; }; title?: { [key: string]: string | {}; }; subtitle?: { [key: string]: string | {}; }; xAxis?: { [key: string]: any; }; yAxis?: { [key: string]: any; }; legend?: { [key: string]: string | {}; }; labels?: { [key: string]: {}; }; tooltip?: { [key: string]: any; }; pane?: { [key: string]: {}; }; plotOptions?: { [key: string]: any; }; colorKey?: string; };
Version data entries
2 entries across 2 versions & 1 rubygems