Sign in to follow this  
balajik

How to get the Arraylist or Hashmap value from java

Recommended Posts

Hi

 

 

 

How to get the Arraylist or Hashmap value from java

 

This is path to get the arraylist value for tool tip.

 

 

 

File name ---> dashboard.java

 

Arraylist name ----> private List listStats = new ArrayList ();

 

Get value from Arraylist ----> listname[0]

 

 

 

how to get the value for toolText Attribute inside category tag

 

 

 

Here i attached integrated xml tag with jsf and facelet.

 

 

 

How can i get the value..

 

 

 

help me...

 

Thanks

code.txt

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

I am afraid this issue is not related to FusionCharts. Could you please debug yourself?

for tooltips Could you please use <set> attribute - toolText='Your Text'.

i.e

  <set ..... toolText='Your Text' .... >

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