Sign in to follow this  
balajik

reduce the size of label

Recommended Posts

Hi

  How to minimize the name size to 7-8 characters which in fusion chart label .label Name will dynamically generate from java file.

eg: everest mountain--->everest m ... like this

<categories>

<ui:repeat value="#{dashboard.listStats}" var="listname">

<category name='#{listname[0]}'/> /// here i display name dynamically

</ui:repeat>

</categories>

please help me. 

 

Balaji

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
Sign in to follow this