dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26058
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 861: Minor
------------------------------------------------------------
revno: 861
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2013-11-12 12:54:22 +0100
message:
Minor
modified:
src/docbkx/en/dhis2_user_man_web_api.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2013-11-12 11:50:21 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-11-12 11:54:22 +0000
@@ -1259,24 +1259,24 @@
el: 'chartB1',
type: 'stackedBar',
columns: [
- {dimension: 'de', items: [{id: 'YtbsuPPo010'}, {id: 'l6byfWFUGaP'}]}
- ],
- rows: [
- {dimension: 'pe', items: [{id: 'LAST_12_MONTHS'}]}
- ],
- filters: [
- {dimension: 'ou', items: [{id: 'USER_ORGUNIT'}]}
- ],
- showTotals: false, // All following options are optional
- showSubTotals: false,
- hideEmptyRows: true,
- showHierarchy: true,
- displayDensity: "comfortable",
- fontSize: "large",
- digitGroupSeparator: "comma",
- legendSet: {id: "BtxOoQuLyg1"}
+ {dimension: 'de', items: [{id: 'YtbsuPPo010'}, {id: 'l6byfWFUGaP'}]}
+ ],
+ rows: [
+ {dimension: 'pe', items: [{id: 'LAST_12_MONTHS'}]}
+ ],
+ filters: [
+ {dimension: 'ou', items: [{id: 'USER_ORGUNIT'}]}
+ ],
+ showTotals: false, // All following options are optional
+ showSubTotals: false,
+ hideEmptyRows: true,
+ showHierarchy: true,
+ displayDensity: "comfortable",
+ fontSize: "large",
+ digitGroupSeparator: "comma",
+ legendSet: {id: "BtxOoQuLyg1"}
});
-;</screen>
+};</screen>
<para>Finally we include some <emphasis role="italic">div</emphasis> elements in the body section of the HTML document with the identifiers referred to in the plug-in Javascript.</para>
<screen><div id="tableA1" class="chart"></div>
<div id="tableB1" class="chart"></div></screen>
@@ -1497,11 +1497,11 @@
{dimension: 'de', items: [{id: 'YtbsuPPo010'}, {id: 'l6byfWFUGaP'}, {id: 's46m5MS0hxu'}]}
],
rows: [
- {dimension: 'pe', items: [{id: 'LAST_12_MONTHS'}]}
+ {dimension: 'pe', items: [{id: 'LAST_12_MONTHS'}]}
],
filters: [
{dimension: 'ou', items: [{id: 'USER_ORGUNIT'}]}
- ],
+ ],
showData: false, // All following options are optional
targetLineValue: 70,
baseLineValue: 20,