Sha256: 5756920f8608f42d4c7d19cd08ba4e9dca744a946830198267b13fd91feab248
Contents?: true
Size: 522 Bytes
Versions: 328
Compression:
Stored size: 522 Bytes
Contents
export 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
328 entries across 328 versions & 1 rubygems