#16 add dashboard config objet in the patches
This commit is contained in:
parent
9520ee73b5
commit
45211bf4ce
14
patches/frontend/src/conf/dashboard.config.ts
Normal file
14
patches/frontend/src/conf/dashboard.config.ts
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
export const dashboardData = {
|
||||||
|
base: {
|
||||||
|
area: 34.23,
|
||||||
|
population: 3456,
|
||||||
|
},
|
||||||
|
landuse: {
|
||||||
|
agricultural: {
|
||||||
|
area: 1234,
|
||||||
|
},
|
||||||
|
forested: {
|
||||||
|
area: 23,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user