Найден 1 результат
- Вс окт 26, 2014 12:02 pm
- Форум: Настройка и программирование
- Тема: "Живые" графики нужна помощь.
- Ответы: 228
- Просмотры: 309737
Re: "Живые" графики нужна помощь.
$.each(names, function (i, name) {
...
...
// As we're loading the data asynchronously, we don't know what order it will arrive. So
// we keep a counter and create the chart when all the data is loaded.
seriesCounter += 1;
// if (seriesCounter === names.length) { // закоментировать ...