I used evaluation version of Fusion charts to build charts using PHP. Tooltip in evaluation works fine which shows like legend name,xaxis value,yaxis value but when i used enterprise version it show only xaxis,yaxis values. I want legend name also to be in tool tip.
For Ex: australia,20,30
I want like above.
But when i used enterprise version, i am geting in tooltip like
20,30
For data series colors, fusion chart setting colors by defualt for all legends. Is there a way i can tell fusionc charts to set all legend colors as dark colors by defualt without giving color ='fffffff' . i want fusion chart to set dark colors for legend by defualt.
My y axis will be like this 66,55,44,33,22,11,0
I want my y axis should be
60,50,40,30,20,10,0
is there a way i can direct my yaxis scale to divide my value 10
My y axis will be like this
66,55,44,33,22,11,0
I want my y axis should be
60,50,40,30,20,10,0
is there a way i can direct my yaxis scale to bivide my value 10
Sometime, two x axis will be having same values. At that time one data line will hidden at that time. Is there a way , if we click on data line in line chart that particular data line will be on top or if we click on legend that particular line will be top in chart