Shivam

Fusion Chart Hide Number Prefix for One Bar

Recommended Posts

Hi Shivam,

 

The "$" symbol that is appearing as a prefix for all the values on the chart is due to the "numberPrefix" attribute that is set at the chart-level dataSource. This gets applicable to all the values displayed on the chart.

Please note : If you set the "numberPrefix" it will be applied to all the values.

To display only the first data plot value without the "$" symbol, as a work-around, you can set the "displayValue" attribute as "410K" in the corresponding(first) data object for that plot.

Refer to the sample fiddle : https://jsfiddle.net/TumnU/1491/

 

Thanks,

Akash.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now