UNPKG

@discoveryjs/discovery

Version:

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

23 lines (22 loc) 440 B
export default { demo: { view: 'indicator', data: { label: 'Label', value: '1234' } }, examples: [ { title: 'Indicator as link', demo: { view: 'indicator', data: { label: 'Label', value: '4321', href: '#' } } } ] };