UNPKG

keen-dashboard-builder

Version:
55 lines (54 loc) 1.02 kB
const defaultDashboardInfo = { id: 1, title: 'My great dashboard', last_modified_date: 'Mon, 02 Dec 2019 15:16:38 GMT', data: { items: [ { type: 'bar', top: 20, left: 20, width: 500, height: 300, palette: '', colors: {}, sparkline: true, savedQuery: {} }, { type: 'metric', top: 20, left: 560, width: 500, height: 300, palette: '', colors: {}, sparkline: true, savedQuery: {} }, { type: 'area', top: 340, left: 20, width: 500, height: 300, palette: '', colors: {}, sparkline: true, savedQuery: {} }, { type: 'line', top: 340, left: 560, width: 500, height: 300, palette: '', colors: {}, sparkline: true, savedQuery: {} } ] } }; export default defaultDashboardInfo;