{% extends "charisma_django/boxes/col_md.html" %} {% block boxicon %} {{ colmdicon|default:"glyphicon-list-alt" }} {% endblock %} {% block boxtitle %} {{ colmdicontitle|default:"Realtime" }} {% endblock %} {% block boxcontent %}
You can update a chart periodically to get a real-time effect by using a timer to insert the new data in the plot and redraw it.
Time between updates: milliseconds
{% endblock %} {% block boxmodal %}Settings can be configured here for realtime
{% endblock %}