function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mtercerosmterceros 

Visual Charts - Axis Title change font size

Does anybody knows how to change the AXIS title font size???


<apex:axis title="Opps" fields="data" type="Category" position="bottom" grid="true" minimum="0" dashSize="1">
    <apex:chartLabel font="10px Helvetica, sans-serif" "/>
</apex:axis>

the above syntax is only changing the font size for each value in the DATA COLLECTION of my chart, but I want to set the "Opps" title to 10px font size....

Dream_weaverDream_weaver

Use Jquery to retrieve the id & add style class to it