PHPackages                             pvsaintpe/yii2-jquery-flot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pvsaintpe/yii2-jquery-flot

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

pvsaintpe/yii2-jquery-flot
==========================

jQuery Flot Charts extension for the Yii 2 framework

00JavaScript

Since May 5Pushed 1mo agoCompare

[ Source](https://github.com/pvsaintpe/yii2-jquery-flot)[ Packagist](https://packagist.org/packages/pvsaintpe/yii2-jquery-flot)[ RSS](/packages/pvsaintpe-yii2-jquery-flot/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

About
=====

[](#about)

This is extension for Yii 2.

It is actually a wrapper for jQuery Flot Charts library.

If you want to learn more about Flot options and documentation, please visit

IMPORTANT
=========

[](#important)

This is a temporary repository while waiting for this PR to be applied to bburim/flot It WILL be deleted soon (hopefully)

Installation
============

[](#installation)

As all Yii 2 Extensions, this one should be installed through Composer too.

Composer can be downloaded here:

Extension in the list of Composer packages:

Installation command:

```
php composer.phar require "machour/yii2-jquery-flot"

```

Basic Usage
===========

[](#basic-usage)

```

```

Options and parameters
======================

[](#options-and-parameters)

This extension allows you to provide some parameters to configure how your chart will be rendered.

*tagName* - DOM element tag name. Default value is 'div';

*htmlOptions* - HTML options for DOM container.

*options* - options array, which will be converted to JSON and transfered to jQuery as third parameter when calling function to create chart.

*data* - data array, which will be converted to JSON and transfered to jQuery as second parameter when calling function to create chart.

*excanvas* - true/false. Whether to include `excanvas.js` or not.

Using plugins
=============

[](#using-plugins)

Sometimes you need to include some Flot plugin to make your Chart more interactive.

The following example shows what needs to be added to include, for example, `jquery.flot.canvas.js` extension:

```

```

The following plugins are currently available as constants:

`jquery.flot.canvas.js` as Plugin::CANVAS

`jquery.flot.categories.js` as Plugin::CATEGORIES

`jquery.flot.crosshair.js` as Plugin::CROSSHAIR

`jquery.flot.errorbars.js` as Plugin::ERRORBARS

`jquery.flot.fillbetween.js` as Plugin::FILLBETWEEN

`jquery.flot.image.js` as Plugin::IMAGE

`jquery.flot.navigate.js` as Plugin::NAVIGATE

`jquery.flot.pie.js` as Plugin::PIE

`jquery.flot.resize.js` as Plugin::RESIZE

`jquery.flot.selection.js` as Plugin::SELECTION

`jquery.flot.stack.js` as Plugin::STACK

`jquery.flot.symbol.js` as Plugin::SYMBOL

`jquery.flot.threshold.js` as Plugin::THRESHOLD

`jquery.flot.time.js` as Plugin::TIME

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance61

Regular maintenance activity

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16900171?v=4)[Corben Dallas](/maintainers/pvsaintpe)[@pvsaintpe](https://github.com/pvsaintpe)

### Embed Badge

![Health badge](/badges/pvsaintpe-yii2-jquery-flot/health.svg)

```
[![Health](https://phpackages.com/badges/pvsaintpe-yii2-jquery-flot/health.svg)](https://phpackages.com/packages/pvsaintpe-yii2-jquery-flot)
```

###  Alternatives

[jameslkingsley/laravel-references

Drop-in model references.

131.7k](/packages/jameslkingsley-laravel-references)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
