example 1#
%%graphBars * %%gBar 20 %% apples %%gives you:
- 20 apples
example 2#
%%graphBars * %%gBar 20 %% apples * %%gBar 40 %% pears * %%gBar 60 %% bananas %%gives you:
- 20 apples
- 40 pears
- 60 bananas
example 3#
%%graphBars-progress ||Project Planning ||%%gBar [{CurrentTimePlugin format='dd MMM yyyy' }]%% today |Requirement Capture | %%gBar 1 Jan 2006 %% |Analyse | %%gBar 15 Feb 2006 %% |Build | %%gBar 1 Apr 2006 %% |Validate | %%gBar 15 Jun 2006 %% %%gives you:
Project Planning | 23 Nov 2024 today |
---|---|
Requirement Capture | 1 Jan 2006 |
Analyse | 15 Feb 2006 |
Build | 1 Apr 2006 |
Validate | 15 Jun 2006 |
Warning: GraphBars feature may not appear correctly on IE browser!