@@ -56,9 +56,6 @@
$(function(){
$('#x').text(xx);
$('#y').text(yy);
- alert($('.point').html());
- alert(xx);
- alert(yy);
$('.point').css('left',xx).css('top',yy).css('position', 'absolute');
$('#echart').click(function(e) {