OLD | NEW |
1 Change history | 1 Change history |
2 -------------- | 2 -------------- |
3 | 3 |
4 28/10/2014 - Vancoppenolle Francois - responsive options is available | 4 28/10/2014 - Vancoppenolle Francois - responsive options is available |
5 - function updateChart can be used to update
a graph | 5 - function updateChart can be used to update
a graph |
6 06/10/2014 - Vancoppenolle Francois - new options to set the legend whereever yo
u want | 6 06/10/2014 - Vancoppenolle Francois - new options to set the legend whereever yo
u want |
7 - fix of several bugs | 7 - fix of several bugs |
8 29/09/2014 - Chris2014 - default value defined for scaleLabel2 | 8 29/09/2014 - Chris2014 - default value defined for scaleLabel2 |
9 27/09/2014 - naudhr - Fix Bug to mouse functions + code reductio
n | 9 27/09/2014 - naudhr - Fix Bug to mouse functions + code reductio
n |
10 25/09/2014 - Vancoppenolle François - Enhancements : | 10 25/09/2014 - Vancoppenolle François - Enhancements : |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 { | 169 { |
170 fillColor : "rgba(151,187,205,0.5)", | 170 fillColor : "rgba(151,187,205,0.5)", |
171 strokeColor : "rgba(151,187,205,1)", | 171 strokeColor : "rgba(151,187,205,1)", |
172 pointColor : "rgba(151,187,205,1)", | 172 pointColor : "rgba(151,187,205,1)", |
173 pointStrokeColor : "#fff", | 173 pointStrokeColor : "#fff", |
174 data : [-28,-48,-40,-19,-96,-27,-100], | 174 data : [-28,-48,-40,-19,-96,-27,-100], |
175 title : "Second data" | 175 title : "Second data" |
176 } | 176 } |
177 ] | 177 ] |
178 } | 178 } |
OLD | NEW |