{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block title %}Line Apexchart{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Line Apexchart' subtitle='Charts' %}

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 page_content %} {% block extra_javascript %} {% endblock extra_javascript %}