=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-30 16:48:24 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-30 18:02:58 +0000 @@ -1601,9 +1601,9 @@ We continue by adding one pre-defined and one dynamic pivot table to our HTML document. You can browse the list of available pivot tables using the Web API here: . function setLinks() { - DV.plugin.getTable({ url: base, el: 'chartA1', id: 'R0DVGvXDUNP' }); + PT.plugin.getTable({ url: base, el: 'chartA1', id: 'R0DVGvXDUNP' }); - DV.plugin.getTable({ + PT.plugin.getTable({ url: base, el: 'chartB1', type: 'stackedBar',