Show More
@@ -169,11 +169,11 b' E.onDOMReady(function(e){' | |||
|
169 | 169 | points: { show: true, radius:0,fill:true }, |
|
170 | 170 | legend:{show:true, container:"legend_container"}, |
|
171 | 171 | selection: { mode: "xy" }, |
|
172 |
yaxis:{tick |
|
|
172 | yaxis: {tickDecimals:0}, | |
|
173 | 173 | xaxis: { mode: "time", timeformat: "%d",tickSize:[1, "day"],min:${c.ts_min},max:${c.ts_max} }, |
|
174 | 174 | grid: { hoverable: true, clickable: true,autoHighlight:true }, |
|
175 | 175 | }); |
|
176 | ||
|
176 | ||
|
177 | 177 | function showTooltip(x, y, contents) { |
|
178 | 178 | var div=document.getElementById('tooltip'); |
|
179 | 179 | if(!div) { |
General Comments 0
You need to be logged in to leave comments.
Login now