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