From 0116bb9e47f003928db7ef2a0f8b8a17d94bf0f1 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Thu, 14 Dec 2023 20:44:29 -0300 Subject: [PATCH] Add Calendar to test charts [skip ci] The old Calendar chart from Diary view, it can be imported to v3.6 Analysis view. --- test/charts/Calendar.gchart | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/charts/Calendar.gchart diff --git a/test/charts/Calendar.gchart b/test/charts/Calendar.gchart new file mode 100644 index 000000000..099c7a40a --- /dev/null +++ b/test/charts/Calendar.gchart @@ -0,0 +1,17 @@ +{ + "CHART":{ + "VERSION":"1", + "VIEW":"0", + "TYPE":"4", + "PROPERTIES":{ + "title":"Calendar ", + "subtitle":" ", + "widthFactor":"1", + "heightFactor":"1", + "style":"0", + "resizable":"0", + "view":"0", + "__LAST__":"1" + } + } +} \ No newline at end of file