{% extends 'layouts/vertical.html' %} {% block title %}Line Apexcharts{% endblock title %} {% block page_content %}
{% set title='Line Apexchart' %} {% set subtitle='Charts' %} {% include 'partials/page-title.html' %}

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 %}