summaryrefslogtreecommitdiff
path: root/chart2/workbench/sampledata/data.chd
blob: 2edd14f5c8b038016a533a995da1bceefcb0afa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -*-  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