summaryrefslogtreecommitdiff
path: root/chart2/workbench/sampledata/data.chd
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/workbench/sampledata/data.chd')
-rw-r--r--chart2/workbench/sampledata/data.chd35
1 files changed, 0 insertions, 35 deletions
diff --git a/chart2/workbench/sampledata/data.chd b/chart2/workbench/sampledata/data.chd
index 2edd14f5c8b0..e69de29bb2d1 100644
--- a/chart2/workbench/sampledata/data.chd
+++ b/chart2/workbench/sampledata/data.chd
@@ -1,35 +0,0 @@
-# -*- coding: utf-8; -*-
-#
-# Simple File-Data Format:
-# all empty lines and lines beginning with a hash '#' are ignored
-# then the following is read:
-# - labels, one for each series
-# - categories, for each element of all series
-# - the series data
-#
-
-# Series Labels
-
-Müsli Brot Milch Marmelade
-
-# Categories
-
-Morgens Mittags Nachmittags Abends Nachts
-
-# Data
-
-# Series Müsli
-
-1 10 30
-
-# Series Brot
-
-1 1 2 2 1
-
-# Series Milch
-
--3.5 6 4 1
-
-# Series Marmelade
-
--5 2 3 4 5 6 7 8 9 10