$('.go').on('click', function(){
$('.table-data').not('.hide').each(function() {
var iter = 0;
var coord = [];
coord[iter] = {
y: $(this).data('pascalmax'), x: $(this).data('rashodmin')
}
coord[iter+1] = {
y: $(this).data('pascalmin'), x: $(this).data('rashodmax')
}
iter+=2;
})
$('.table-data').each(function() {
coordinatYX[iter] = {
y: $('.pascal').val(), x: $('.rashod').val()
}
})
myChart.update();
});