Composant Graphe SVG-EN : Différence entre versions
De BlueWiki
(Page créée avec « ==General== The component allows you to generate the following graphs * Bars, stacked bar, proportionals bars * Area, stacked area, proportionals areas * Curves * Points *... ») |
(→Examples) |
||
(23 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 1 : | Ligne 1 : | ||
==General== | ==General== | ||
+ | -> [[Composant_Graphe_SVG|Version française (french version)]] | ||
+ | |||
The component allows you to generate the following graphs | The component allows you to generate the following graphs | ||
* Bars, stacked bar, proportionals bars | * Bars, stacked bar, proportionals bars | ||
Ligne 19 : | Ligne 21 : | ||
As this component is still quite young, he is changing rapidly, we are listening to your suggestions for advancing. | As this component is still quite young, he is changing rapidly, we are listening to your suggestions for advancing. | ||
+ | |||
+ | ==Evolution== | ||
+ | As this component is still quite young, he is changing rapidly, we are attentive to your ideas to make it progress. | ||
+ | |||
+ | Current version 1.3.5 November 30, 2014 | ||
+ | |||
+ | <big>Check [[Graph Release Notes-EN|Graph Release Notes]]</big> | ||
==Commands== | ==Commands== | ||
− | *[[SGR_Generate_bubbleChart]] | + | *[[SGR_Generate_bubbleChart-EN|SGR_Generate_bubbleChart]] to generate bubblecharts |
− | *[[SGR_Generate_Graph]] | + | *[[SGR_Generate_Gauge-EN|SGR_Generate_gauge]] to generate gauge and thermo |
− | *[[SGR_Generate_Pie]] | + | *[[SGR_Generate_Graph-EN|SGR_Generate_Graph]] to generate area, bars, curves, mixed graphs or points |
− | *[[SGR_Generate_PolarGraph]] | + | *[[SGR_Generate_Pie-EN|SGR_Generate_Pie]] to generate pies |
− | *[[SGR_Generate_Kiviat]] | + | *[[SGR_Generate_PolarGraph-EN|SGR_Generate_PolarGraph]] to generate polar graphs |
− | *[[SGR_Generate_Pyramid]] | + | *[[SGR_Generate_Kiviat-EN|SGR_Generate_Kiviat]] to generate spiderweb (kiviat) |
+ | *[[SGR_Generate_Pyramid-EN|SGR_Generate_Pyramid]] to generate pyramids | ||
+ | |||
+ | *[[SGR_DrawMap-EN|SGR_DrawMap]] allows to colorized maps or other drawings | ||
+ | |||
+ | *[[SGR_Generate_TableFromArray-EN|SGR_Generate_TableFromArray]] lets lay out a table | ||
+ | |||
+ | ==Utilities== | ||
+ | *[[SGR_getColoredRectangle-EN|SGR_getColoredRectangle]] | ||
+ | *[[SGR_GetSVGColors-EN|SGR_GetSVGColors]] | ||
+ | *[[SGR_GetTexteSize-EN|SGR_GetTexteSize]] | ||
==Annexes== | ==Annexes== | ||
− | *[[ | + | *[[List of symbols]] |
− | *[[ | + | *[[SVG Colors]] |
==Examples== | ==Examples== | ||
Ligne 54 : | Ligne 73 : | ||
Fichier:GrapheBulle1.jpg|Bubble chart | Fichier:GrapheBulle1.jpg|Bubble chart | ||
Fichier:Polargraph-ex1.jpg|Polar graph | Fichier:Polargraph-ex1.jpg|Polar graph | ||
+ | Fichier:Courbe avec dégradé.jpg|Curve with gradient example | ||
+ | Fichier:Gauge1.jpg|Basic Gauge | ||
</gallery> | </gallery> |
Version actuelle en date du 1 décembre 2014 à 07:33
Sommaire |
[modifier] General
-> Version française (french version)
The component allows you to generate the following graphs
- Bars, stacked bar, proportionals bars
- Area, stacked area, proportionals areas
- Curves
- Points
- Mixed graphs (Area + bar + curve + points)
- Pie graph
- Pyramids
- Kiviat or spiderWeb
- Bubble Graph
- Polar Graph
- Colorized map
- Time Line
The graph generation is done by very simple commands and the component is provided with a base of examples.
On mouse over, you can know the Id of the slected element and be able to display a bubble personalized and somme detailed help.
As this component is still quite young, he is changing rapidly, we are listening to your suggestions for advancing.
[modifier] Evolution
As this component is still quite young, he is changing rapidly, we are attentive to your ideas to make it progress.
Current version 1.3.5 November 30, 2014
Check Graph Release Notes
[modifier] Commands
- SGR_Generate_bubbleChart to generate bubblecharts
- SGR_Generate_gauge to generate gauge and thermo
- SGR_Generate_Graph to generate area, bars, curves, mixed graphs or points
- SGR_Generate_Pie to generate pies
- SGR_Generate_PolarGraph to generate polar graphs
- SGR_Generate_Kiviat to generate spiderweb (kiviat)
- SGR_Generate_Pyramid to generate pyramids
- SGR_DrawMap allows to colorized maps or other drawings
- SGR_Generate_TableFromArray lets lay out a table