We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45acc42 commit 7327d15Copy full SHA for 7327d15
lib/Wihlo.pm
@@ -77,25 +77,19 @@ get '/data' => sub {
77
id => 1,
78
content => 'Temp min (C)',
79
options => {
80
- drawPoints => {
81
- style => 'circle'
82
- },
+ drawPoints => \0,
83
}
84
},{
85
id => 2,
86
content => 'Temp max (C)',
87
88
89
- style => 'square'
90
91
92
93
id => 3,
94
content => 'Wind gust',
95
96
97
98
99
100
101
id => 4,
0 commit comments