Last modified by Admin on 2022/02/28 00:29

From version 11.1
edited by Ludovic Dubost
on 2018/05/10 10:18
Change comment: There is no comment for this version
To version 14.1
edited by Ludovic Dubost
on 2018/05/12 13:51
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -2,17 +2,17 @@
2 2  
3 3  You will find the link to the charts page in the left menu
4 4  
5 -[[image:awm-charts-menu.png]]
5 +{{image reference="awm-charts-menu.png" width="200px"/}}
6 6  
7 7  You can then select an application or class
8 8  
9 -[[image:awm-charts-home.png]]
9 +{{image reference="awm-charts-home.png" width="400px"/}}
10 10  
11 11  You can create bar or pie charts by choosing the fields from your application or class:
12 12  
13 -[[image:awm-charts-table.png]]
13 +{{image reference="awm-charts-table.png" width="960px"/}}
14 14  
15 -[[image:awm-charts-pie.png]]
15 +{{image reference="awm-charts-pie.png" width="960px"/}}
16 16  
17 17  You can also create charts using the macro in the Wysiwyg editor or in Wiki syntax. See the macro parameters below:
18 18  
... ... @@ -44,5 +44,9 @@
44 44  |= function | Function to apply to the category field |Empty
45 45  |= aggregate | Aggregate field to use instead of count |Empty
46 46  |= aggregateFunction | Function to apply to the aggregate |sum
47 +|= orderColumn | Colonne par laquelle trier les données. to sort the results on. Le tri par défaut est sur les données |Vide
48 +|= orderDirection | Direction du tri (asc pour ascendant / desc pour descendant). Te tri par défaut est déscendant |desc
49 +|= columnTitle | Titre à utiliser pour la colonne de groupement (la première colonne) |Vide
50 +|= aggregateTitle | Titre à utiliser pour la colonne de données (la seconde colonne) |Vide
47 47  
48 -[[image:awm-charts-macro.png]]
52 +{{image reference="awm-charts-macro.png" width="960px"/}}
Last version
... ... @@ -1,1 +1,1 @@
1 -1.1
1 +1.2
Properties
... ... @@ -1,1 +1,1 @@
1 -maven.groupid=org.xwiki.contrib maven.artifactid=appwithinminutes-charts maven.Model=org.xwiki.contrib:appwithinminutes-charts:xar:1.1
1 +maven.groupid=org.xwiki.contrib maven.artifactid=appwithinminutes-charts maven.Model=org.xwiki.contrib:appwithinminutes-charts:xar:1.2
ExtensionCode.ExtensionVersionClass[2]
Download URL
... ... @@ -1,0 +1,1 @@
1 +extension:org.xwiki.contrib%3Aappwithinminutes-charts/1.2?rid=maven-xwiki
id
... ... @@ -1,0 +1,1 @@
1 +org.xwiki.contrib:appwithinminutes-charts
Release Notes
... ... @@ -1,0 +1,2 @@
1 +* Support document fields in aggregates
2 +* Default aggregate set to count(distinct doc.fullName)
Repositories
... ... @@ -1,0 +1,1 @@
1 +maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/groups/public
Version
... ... @@ -1,0 +1,1 @@
1 +1.2

Get Connected