Documentation v8.2.5

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 siteand 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 codesnippet above, along with our other global bundles.
  • Add a blank divelement with a specified idand initialize it with JS. You can also specify the height with inline CSS or one of our utility classes to control chart height.