(e, src, _l, _t, _w, _h, _i)
| 3339 | } |
| 3340 | |
| 3341 | function dblClick(e, src, _l, _t, _w, _h, _i) { |
| 3342 | if (cursor._lock) |
| 3343 | return; |
| 3344 | |
| 3345 | setCursorEvent(e); |
| 3346 | |
| 3347 | autoScaleX(); |
| 3348 | |
| 3349 | hideSelect(); |
| 3350 | |
| 3351 | if (e != null) |
| 3352 | pubSync(dblclick, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); |
| 3353 | } |
| 3354 | |
| 3355 | function syncPxRatio() { |
| 3356 | axes.forEach(syncFontSize); |
nothing calls this directly
no test coverage detected
searching dependent graphs…