fixed height
This commit is contained in:
parent
d7bb8207bb
commit
d5b354a760
@ -16,8 +16,9 @@ import { GChart } from 'vue-google-charts';
|
||||
var data: any;
|
||||
export const type = 'Calendar';
|
||||
export const options = {
|
||||
height: 250,
|
||||
calendar: {
|
||||
cellSize: 22,
|
||||
cellSize: 20,
|
||||
daysOfWeek: 'MTWTFSS',
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user