panix/wgt-highcharts

Widget highcharts

Installs: 202

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:pixelion-component

dev-master 2021-07-27 09:53 UTC

This package is auto-updated.

Last update: 2024-03-27 15:12:14 UTC


README

Widget for PIXELION CMS 2.x to use Highcharts

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer require --prefer-dist panix/wgt-highcharts "*"

or add

"panix/wgt-highcharts": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php
echo \panix\ext\highcharts\Highcharts::widget(['target' => '.image a']);
 ?>