BI Publisher (MOSC)

MOSC Banner

Conditional Color for Marker in Line Chart

edited Jan 8, 2016 9:04AM in BI Publisher (MOSC) 6 commentsAnswered ✓

Hi Folks!

I'm looking for a way to have conditional color for each marker in my chart.

So far I have managed to put conditional color for ALL markers at once, but not individually.

As of now this is how it looks:

The condition Is:

<MarkerText visible="true" markerTextPlace="MTP_CUSTOM" markerTextRadiusDefault="50"></MarkerText>

<SeriesItems>

<xsl:if test="number(CUMPLIMIENTOX100)&gt;=number(GREEN_CRITERIA)">

<Series id="0" lineWidth="2" markerShape="MS_CIRCLE" markerColor="#159B12"/>

</xsl:if>

<xsl:if test="number(CUMPLIMIENTOX100)&lt;number(GREEN_CRITERIA) and number(CUMPLIMIENTOX100)&gt;number(RED_CRITERIA)">

<Series id="0" lineWidth="2" markerShape="MS_CIRCLE" markerColor="#F4A805"/>

</xsl:if>

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