UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

28 lines (26 loc) 532 B
export const colors = [ 'rgba(83,211,75,0.75)', 'rgba(241,235,44,0.75)', 'rgba(244,152,99,0.75)', 'rgba(148,99,244,0.75)', 'rgba(44,132,241,0.75)', 'rgba(233,117,117,0.75)', 'rgba(85,187,155,0.75)', 'rgba(151,147,99,0.75)', 'rgba(216,107,196,0.75)', 'rgba(108,204,227,0.75)', 'rgba(164,164,164,0.75)' ]; export const typeOrder = [ 'null', 'undefined', 'string', 'number', 'bigint', 'boolean', 'symbol', 'function', 'array', 'set', 'object' ];