[mapserver-commits] r12003 - branches/branch-6-0/docs/en/output
trunk/docs/en/output
svn at osgeo.org
svn at osgeo.org
Fri Aug 5 06:10:14 EDT 2011
Author: havatv
Date: 2011-08-05 03:10:14 -0700 (Fri, 05 Aug 2011)
New Revision: 12003
Modified:
branches/branch-6-0/docs/en/output/dynamic_charting.txt
trunk/docs/en/output/dynamic_charting.txt
Log:
Added VBAR in the dynamic charting document (#3128)
Modified: branches/branch-6-0/docs/en/output/dynamic_charting.txt
===================================================================
--- branches/branch-6-0/docs/en/output/dynamic_charting.txt 2011-08-05 09:52:25 UTC (rev 12002)
+++ branches/branch-6-0/docs/en/output/dynamic_charting.txt 2011-08-05 10:10:14 UTC (rev 12003)
@@ -259,3 +259,12 @@
each shape to include at least the origin, i.e. the graphs for all the
shapes will be in the same scale *only if* all the values are of the
same sign (positive or negative).
+
+Stacked bar Graphs
+...............................................................................
+
+Stacked bar graphs can be drawn using:
+
+.. code-block:: mapfile
+
+ PROCESSING "CHART_TYPE=VBAR"
Modified: trunk/docs/en/output/dynamic_charting.txt
===================================================================
--- trunk/docs/en/output/dynamic_charting.txt 2011-08-05 09:52:25 UTC (rev 12002)
+++ trunk/docs/en/output/dynamic_charting.txt 2011-08-05 10:10:14 UTC (rev 12003)
@@ -259,3 +259,12 @@
each shape to include at least the origin, i.e. the graphs for all the
shapes will be in the same scale *only if* all the values are of the
same sign (positive or negative).
+
+Stacked bar Graphs
+...............................................................................
+
+Stacked bar graphs can be drawn using:
+
+.. code-block:: mapfile
+
+ PROCESSING "CHART_TYPE=VBAR"
More information about the mapserver-commits
mailing list