We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4eecc9 commit 2c084b7Copy full SHA for 2c084b7
cache.manifest
@@ -1,5 +1,5 @@
1
CACHE MANIFEST
2
-# version 82
+# version 83
3
4
# gogole maps files
5
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
js/plot_config.js
@@ -92,7 +92,7 @@ function updateLegend() {
92
}
93
y = y.toFixed(2);
94
95
- if(p1[1] == null || p2[1] == null) y = null;
+ if((p1 && p1[1] == null) || (p2 && p2[1] == null)) y = null;
96
97
legend.eq(i).text(series.label.replace(/=.*/, "= " + y));
98
0 commit comments