unable to left align labels of an axis in chart - RTF BI Publisher
I have been unable to left align the label of one of the axis in my chart (rtf file attached) after following the documentation below:http://www.oracle.com/technetwork/middleware/reports/graph-dtd-technote-2-094743.html
here is the code:
<Graph depthAngle="50" depthRadius="8" seriesEffect="SE_AUTO_GRADIENT" graphType= "BAR_HORIZ_CLUST"><LegendArea visible="true"/>
<O1TickLabel textRotation="TR_HORIZ" automaticRotation="AR_NO_ROTATE" horizontalAlignment="LEFT"><GraphFont name="Calibri" bold="false" italic="false" underline="false" /></O1TickLabel>
<LocalGridData colCount="{count(xdoxslt:group(.//G_TSP, 'TYPE'))}" rowCount="1">
<RowLabels><Label>COUNTS</Label></RowLabels>
<ColLabels><xsl:for-each-group select=".//G_TSP" group-by="TYPE"><xsl:sort select="current-group()/TYPE"/>
here is the code:
<Graph depthAngle="50" depthRadius="8" seriesEffect="SE_AUTO_GRADIENT" graphType= "BAR_HORIZ_CLUST"><LegendArea visible="true"/>
<O1TickLabel textRotation="TR_HORIZ" automaticRotation="AR_NO_ROTATE" horizontalAlignment="LEFT"><GraphFont name="Calibri" bold="false" italic="false" underline="false" /></O1TickLabel>
<LocalGridData colCount="{count(xdoxslt:group(.//G_TSP, 'TYPE'))}" rowCount="1">
<RowLabels><Label>COUNTS</Label></RowLabels>
<ColLabels><xsl:for-each-group select=".//G_TSP" group-by="TYPE"><xsl:sort select="current-group()/TYPE"/>
0