BI Publisher (MOSC)

MOSC Banner

Advance chart design for rtf template

edited Feb 25, 2020 8:08AM in BI Publisher (MOSC) 3 commentsAnswered ✓

Hello Everyone,

could someone share me some document about design chart in advance.

example in below:

- Topic:

I want to design a gauge with min range show red, middle range show yellow, and max range show blue. but I can't find them in default property.

- Default xml:

<Gaugeset gaugeType="DIAL" maxValue="4000" minValue="1000">

<Gauge>

    <LegendArea visible="true"/>

    <PlotArea type="Gradient" fillColor="#FF0000"/>

    <Indicator type="IT_NEEDLE"/>

</Gauge>

<LocalGridData colCount="1" rowCount="1">

<RowLabels><Label></Label></RowLabels>

<ColLabels><Label></Label></ColLabels>

<DataValues>

    <RowData><Cell><xsl:value-of select="sum(//AMT)"/></Cell></RowData>

</DataValues>

</LocalGridData>

</Gaugeset>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center