{% extends "base.html" %} {% import "macros/demos_common.html" as demos_common %} {% block title %}Canvas Wave WebSocket Example{% endblock %} {% block head %} {{ super() }} {% endblock %}
{% block navheader %} {{ super() }} {% endblock %}
{% block content %}

Canvas Wave WebSocket Demo

Drag the mouse on the canvas to control the baseline glucose (B, y-axis), and the glucose time constant (taug, x-axis) parameters and see the waveform update in real-time.

{{ demos_common.render_form_controls_container(params) }}

Log

{% endblock %}