Documentation v8.2.4

Downloads Preview

Overview

Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features. . For more info see the official site and the Github repository.

Usage

Flot's script bundles are separate from our global bundle and required to be included and initialized manually on related pages.
<script src="assets/plugins/custom/flot/flot.bundle.js"></script>

Initialization

  • Flot's assets are required to be added into the page via the usage code snippet above, along with our other global bundles.
  • Add a blank div element with a specified id and initialize it with JS. You can also specify the height with inline CSS or one of our utility classes to control chart height.
Preview Get Help Buy Now