fixed height

This commit is contained in:
Ralf Bauer 2023-06-03 15:24:17 +02:00
parent d7bb8207bb
commit d5b354a760

View File

@ -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',
}, },
}; };