con4gis / visualization
Easily visualize your data in different types of charts.
Installs: 365
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- con4gis/core: ^6.0 || ^7.0
- contao/core-bundle: ^4.13 || ^5.0
- menatwork/contao-multicolumnwizard-bundle: ^3.6
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
README
Overview
Easily visualize your data in different types of charts.
Features include:
- Configure line, pie or bar charts to display data from your Contao database or mix the types
- Load any data from any table or enter your own in the back end
- Switch between different ranges of data on the click of a button
- Add any image as watermark
Installation
Via composer:
composer require con4gis/visualization
Alternatively, you can use the Contao Manager to install the con4gis-VisualizationBundle.
Requirements
- Contao (latest stable release)
- CoreBundle (latest stable release)
Usage
This bundles provides two back end modules and one content element for Contao:
Chart module
Create and manage your charts. Add chart elements, such as lines or bars, add ranges, choose which axes should be shown and how they should be positioned. You can also add a watermark image to your chart. More options include adding tooltips, zooming and adding a custom CSS class.
Chart Element module
Create and manage your chart elements. The available chart types are:
- Line
- Area
- Bar
- Pie
- Gantt
- Ring / Donut
- Manometer
There are two options to add data to a chart element: manual input or loading data from a table. For manual input, an inputWizard assists you with the process. For loading from another table, you just have to choose which table you want to load and which columns you would like to use for data sources. You can also customize the colors of the chart element.
Chart content element
Add the content element to your article, pick the chart. Done!
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.