summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b39f9b6)
add unload:true, and add back .flush() which got lost in the refactoring
if (element.substr(0, 7) == 'chart_w') {
chart.load({
url: api_base_url_sensors + beginend(days),
if (element.substr(0, 7) == 'chart_w') {
chart.load({
url: api_base_url_sensors + beginend(days),
+ mimeType: 'json',
+ unload: true
});
} else {
chart.load({
url: api_base_url_weather + beginend(days),
});
} else {
chart.load({
url: api_base_url_weather + beginend(days),
+ mimeType: 'json',
+ unload: true
}
function beginend(days) {
}
function beginend(days) {