Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

yAxis.titleStyle

Vijaya Kumar Sharma Vadlamani-OracleMay 21 2020 — edited May 21 2020

Hi Experts,

I am trying to convert the title of the y-axis to bold, but its not working. Can you please suggest how to fix this. My graph signature is below.

I tried both options y-axis.titleStyle and yAxis.titleStyle but no luck. Please point my mistake. xAxis title style is also not working.

Code:

<oj-chart id="barChart" role="presentation" class="fs-histo"

            type="bar"

            orientation="vertical"

            stack="on"

            series="[[barSeriesValue]]"

            groups="[[barGroupsValue]]"

            zoomAndScroll= "live"

            initialZooming= "last"

            legend.position="bottom"

            y-axis.title="[[yAxisValue]]"

            y-axis.titleStyle="{"fontWeight":"bold"}"

            yAxis.majorTick.rendered="off"

            yAxis.tickLabel="off"

            x-axis.title="[[xAxisValue]]"

            x-axis.rendered="on"   

            xAxis.titleStyle={"fontWeight":"bold"}

            value-formats.series.tooltip-label="[[tooltipSeries]]"

            value-formats.group.tooltip-label="X"

            value-formats.value.tooltip-label="Y"

            animation-on-data-change="auto"

            animation-on-display="auto"

            >

Thanks, Vijay

Comments
Post Details
Added on May 21 2020
1 comment
261 views