dblclick the chart!

For dragging, add import
    ui.mouse.js,ui.draggable.js,ui.draggable.ext.js
dblclick! the chart.
<canvas id="canvasMyID" height="200"></canvas>
<script type="text/javascript">
$(function(){
	$('#canvasMyID')
		.jQchart('./data0.txt')
		.css('background-color','#eee')
});
</script>
|++かも日記 | jQuery › Downloads › Plugins › jQchart | nightly.htm |