{% extends "pxy_dashboard/partials/base.html" %} {% load static %} {% block title %}Apex Line Charts{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block pagetitle %} {% include "pxy_dashboard/partials/page-title.html" with pagetitle="Line Charts" title="Apex" %} {% endblock pagetitle %} {% block content %}

Simple line chart

Line with Data Labels

Zoomable Timeseries

Line Chart with Annotations

Syncing charts

Gradient Line Chart

Missing / Null values

Dashed Line Chart

Stepline Chart

Brush Chart

Realtime Chart

{% endblock content %} {% block extra_js %} {% endblock extra_js %}