Trend Graph Portlets in SDF Custom Objects

You can create trend graph portlets in SuiteCloud Development Framework (SDF) using the publisheddashboard SDF custom object. For information about the appropriate context, see Published Dashboards as XML Definitions.

Trend graph portlets show the differences in KPIs data over time. Up to five trend graph portlets can be added to a dashboard.

Trend graph portlets in SDF are represented with the trendgraph element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a trend graph portlet definition that displays monthly ESTIMATES KPI data in an area chart:

          <trendgraph>
    <defaultcharttype>AREA</defaultcharttype>
    <kpi>ESTIMATES</kpi>
    <trendtype>MONTHLY</trendtype>
    <showmovingaverage>T</showmovingaverage>
    <movingaverageperiod>2</movingaverageperiod>
    <showlastdatapoint>T</showlastdatapoint>
    <includezeroonyaxis>F</includezeroonyaxis>
    <charttheme>GLOBAL_THEME</charttheme>
    <backgroundtype>GLOBAL_BACKGROUND</backgroundtype>
    <customseriescolor>#ABCDEF</customseriescolor>
</trendgraph> 

        

For more information about trend graph portlets, see:

Related Topics

General Notices