This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Chart widget
fballiano edited this page Aug 28, 2012
·
2 revisions
The Chart Widget is a p4a_widget designed to represent numerical information as several types of chart (line, dots, pie and bars) .
P4A version 3 installed. The GD module in your p4a environment.
The regression method are based in an article by Mario Spada.
- 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
- Chart widget for P4A 3 By Blas Lopez. Includes html documentacion about widget methods and demo application.
This program is free software; you can redistribute or modify it. Your are free of used and distributed without limit but WITHOUT ANY WARRANTY
General:
Documentation:
Theme customizations:
Contribs: