Zoom
This commit is contained in:
parent
d00d62e141
commit
9f6dc058dd
1093
js/jqplot/plugins/jqplot.cursor.js
Normal file
1093
js/jqplot/plugins/jqplot.cursor.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -514,6 +514,11 @@ $(document).ready(function() {
|
||||
yvalues: 2,
|
||||
// hide the first y value
|
||||
formatString: '<span class="hide">%s</span>%s'
|
||||
},
|
||||
cursor: {
|
||||
show: true,
|
||||
zoom: true,
|
||||
showTooltip: false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -25,6 +25,7 @@ $GLOBALS['js_include'][] = 'jqplot/jquery.jqplot.js';
|
||||
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasTextRenderer.js';
|
||||
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasAxisLabelRenderer.js';
|
||||
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.highlighter.js';
|
||||
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.cursor.js';
|
||||
$GLOBALS['js_include'][] = 'canvg/canvg.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user