```contributionGraph title: Meditation graphType: calendar dateRangeValue: 2 dateRangeType: LATEST_MONTH startOfWeek: 1 showCellRuleIndicators: true titleStyle: textAlign: center fontSize: 15px fontWeight: normal dataSource: type: PAGE value: '"Journal/Privat"' dateField: type: PAGE_PROPERTY value: journal-start-date format: yyyy-MM-dd countField: type: PAGE_PROPERTY value: meditation filters: [] fillTheScreen: false enableMainContainerShadow: false cellStyleRules: [] ``` ```contributionGraph title: Liegestütz graphType: calendar dateRangeValue: 2 dateRangeType: LATEST_MONTH startOfWeek: 1 showCellRuleIndicators: true titleStyle: textAlign: center fontSize: 15px fontWeight: normal dataSource: type: PAGE value: '"Journal/Privat/2025"' dateField: type: FILE_NAME value: journal-start-date format: yyyy-MM-dd countField: type: PAGE_PROPERTY value: pushUps fillTheScreen: true enableMainContainerShadow: false cellStyleRules: [] ``` ```contributionGraph title: Plank graphType: calendar dateRangeValue: 2 dateRangeType: LATEST_MONTH startOfWeek: 1 showCellRuleIndicators: true titleStyle: textAlign: center fontSize: 15px fontWeight: normal dataSource: type: PAGE value: '"Journal/Privat/2025"' dateField: type: FILE_NAME value: journal-start-date format: yyyy-MM-dd countField: type: PAGE_PROPERTY value: plank fillTheScreen: true enableMainContainerShadow: false cellStyleRules: - id: default_b color: "#9be9a8" min: 1 max: "60" - id: default_c color: "#40c463" min: "60" max: "90" - id: default_d color: "#30a14e" min: "90" max: "120" - id: default_e color: "#216e39" min: "120" max: 999 cellStyle: borderRadius: "" ```