Skip to content

Commit 7327d15

Browse files
committed
Remove graph point markers
1 parent 45acc42 commit 7327d15

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

lib/Wihlo.pm

+3-9
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,19 @@ get '/data' => sub {
7777
id => 1,
7878
content => 'Temp min (C)',
7979
options => {
80-
drawPoints => {
81-
style => 'circle'
82-
},
80+
drawPoints => \0,
8381
}
8482
},{
8583
id => 2,
8684
content => 'Temp max (C)',
8785
options => {
88-
drawPoints => {
89-
style => 'square'
90-
},
86+
drawPoints => \0,
9187
}
9288
},{
9389
id => 3,
9490
content => 'Wind gust',
9591
options => {
96-
drawPoints => {
97-
style => 'square'
98-
},
92+
drawPoints => \0,
9993
}
10094
},{
10195
id => 4,

0 commit comments

Comments
 (0)