Chart
From P4A - PHP For Applications - PHP Framework
The Chart Widget is a p4a_widget designed to represent numerical information as several types of chart (line, dots, pie and bars) .
Contents |
System requirements
P4A version 3 installed.
The GD module in your p4a environment.
The regression method are based in a article by Mario Spada.
Features
- Line, dots, pie and bar (staked and plain) representation
- Generate images in your app and as file or raw
- Regression can be added to dot charts
- Extra lines and grid can be show
- More than one data representation in one chart
- P4A Integrated
- Themes The font and lines colors and background, by default, are get from the current P4A_THEME - i18n Labels, ticks and titles are translated using the current p4a localization engine - Data sources One or more data source can be sets to a Chart - Events the onclick event will be fired (if desired) when a data is clicked - Upload The upload path and directory is get from the p4a configuration
- Integrated with HTML
- Graph area mapping - Tooltip and onclick event
Download
- Chart widget for P4A 3 By Blas Lopez. Includes html documentacion about widget methods and demo application.
License warning
This program is free software; you can redistribute or modify it. Your are free of used and distributed without limit but WITHOUT ANY WARRANTY

