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