Sha256: f62993d93c25b2cea0c050300d547a7456f81de0e8285700f4f098e958b4f1c2
Contents?: true
Size: 423 Bytes
Versions: 91
Compression:
Stored size: 423 Bytes
Contents
export const TASKS_DONUT_CHART_FOCUSED_ON_OPTIONS = { NORMAL: 'normal', // normal-mode TOTAL: 'total', // total-mode LAST: 'last', // last X mode OLDER: 'older', // older then X mode NONE: 'none', // unfocus-mode: another card is selected }; export const TASKS_DONUT_CHART_FOCUSED_ON_OPTIONS_ARRAY = Object.values( TASKS_DONUT_CHART_FOCUSED_ON_OPTIONS ); export const COLLOR_PATTERN = ['#C315C7', '#0089C9'];
Version data entries
91 entries across 91 versions & 1 rubygems