{% extends "dist/project/baseWidget.html" %} {% load static %} {% load project_extras %} {% block otherCSS %}{% endblock %} {% if B_DARK_THEME %}{% endif %} {% block title %} Plot DB {% endblock %} {% block body %}{% endblock %} {% block content %}

from spartaqube import Spartaqube

Get widget component

You can now access this plot with the following commands:
{{ plot_data_cmd|linebreaks }}

Use widget as template

You can reuse this component with new data like that:
{{ plot_data_cmd_inputs|linebreaks }}
{% endblock %} {% block otherJS %} {% comment %}{% endcomment %}{% comment %}{% endcomment %} {% comment %}{% endcomment %}{% comment %}{% endcomment %}{% endblock %}