A
A
Artem2015-12-31 11:29:31
PHP
Artem, 2015-12-31 11:29:31

What is the best way to build data loading and updating using c3.js?

Здравствуйте!
Имею у себя на локалхосте сайт на php. Имею также mysql, котором хранятся данные.
Хочу сделать обновляемый график, данные для которого будут запрашиваться из БД. Принял решение использовать c3.js, так как у него есть API для обновления и догрузки данных в реалтайме.
Но, сунувшись в документацию, понял, что не все так очевидно.
Подскажите, пожалуйста, каким образом правильнее реализовать задачу?
Работать буду на этой странице. Буду благодарен за любые материалы, спасибо )

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Bay, 2015-12-31
@kawabanga

1) reload the page every 20 seconds.
2) redraw the chart using ajax.
3) if the API allows, send the last received label by ajax and get updated data and draw the graph.

N
Nicholas, 2015-12-31
@healqq

d3.js has .enter and .update methods. Read the documentation for these two methods and everything should fall into place. If you have any questions - ask, I will prompt.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question