data-dashboard
Version:
A data-driven dashboard console for report widgets
11 lines (8 loc) • 325 B
text/typescript
// DataDashboard ~~ MIT License
// About Info
const aboutInfo = {
paragraphs: [
'DataDashboard provides examples of creating charts and tables from REST calls, and it aims to be a reference architecture for building data-driven dashboard consoles composed of report widgets.',
],
};
export { aboutInfo };