major refactor of the dashboard and react-openapi integration #1
@@ -12,7 +12,7 @@ export const configuration: DashboardConfig = {
|
|||||||
component: HistoryChart,
|
component: HistoryChart,
|
||||||
dataKey: "chartData",
|
dataKey: "chartData",
|
||||||
settings: {
|
settings: {
|
||||||
tabs: ["Daily", "Weekly", "Monthly"],
|
tabs: ["Weekly", "Monthly"],
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
size: 12,
|
size: 12,
|
||||||
@@ -31,15 +31,15 @@ export const configuration: DashboardConfig = {
|
|||||||
size: 12,
|
size: 12,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: "latest",
|
// id: "latest",
|
||||||
title: 'Recent Transactions',
|
// title: 'Recent Transactions',
|
||||||
component: LatestItems,
|
// component: LatestItems,
|
||||||
dataKey: "latest",
|
// dataKey: "latest",
|
||||||
style: {
|
// style: {
|
||||||
size: 12,
|
// size: 12,
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
style: {
|
style: {
|
||||||
palette: {
|
palette: {
|
||||||
|
|||||||
Reference in New Issue
Block a user