html: < /p>
Код: Выделить всё
< /code>
jQuery: < /p>
$(document).ready(function() {
$("#data").load("test2.php #numbers ", function(result) {
console.log(result);
var data = result.split(",").slice(1);
var last_element = data[data.length - 1];
new Chartist.Line('.ct-chart', {
labels: data,
series: [data]
}, {
fullWidth: true,
height: 650,
chartPadding: {
right: 0
}
});
});
});
Код: Выделить всё
,-0.05,-0.07,-0.07,-0.07,0.14,0.14,0.09,0.07,0.07,0.07,0.07,0.65,0.63,0.63,0.63,0.63,0.63,0.58,0.56,0.56,0.56,0.56,0.84,0.79,0.77,0.77
Подробнее здесь: https://stackoverflow.com/questions/348 ... e-fragment