rasmichilakamarri Report post Posted June 11, 2010 Hi, i need the maximum length of characters supported in the link attribute in SET tag. I have included a javascript call in link attribute which when clicked on bar will call that particular javascript function in a jsp. Its performing well till specific length of characters. But, if the characterd exceed a certain limit, then the script call is not getting fired. Please help me in finding out a solution for this Below is my code: <chart caption=' ' xaxisname="Gender" yaxisname="Employee Number" palette="4" decimals="0" enableSmartLabels="1" enableRotation="0" bgColor="99CCFF,FFFFFF" bgAlpha="40,100" bgRatio="0,100" showBorder="1" showAboutMenuItem="0" labelDisplay="Rotate" slantLabels="1"> <set toolText="M" value="2" link="JavaScript:drillDownJS('M','344','wherecdn',' AND ASG_PRIMARY_FLAG = (^Y^) AND ASSIGNMENT_TYPE = (^E^) AND TO_DATE(^11-Jun-2010^,^DD-MON-YYYY^) BETWEEN PERSON_EFFECTIVE_START_DATE AND PERSON_EFFECTIVE_END_DATE AND EMPLOYEE_FULL_NAME IN (^Elkins, Kurt Bradley (Kurt)^) AND TO_DATE(^11-Jun-2010^,^DD-MON-YYYY^) BETWEEN ASG_EFFECTIVE_START_DATE AND ASG_EFFECTIVE_END_DATE','As%20of%20Date^Employee%20Full%20Name','#11-Jun-2010#^#Elkins,%20Kurt%20Bradley%20(Kurt)#','viewName');" label="M"/> </chart> Thanks in advance Share this post Link to post Share on other sites
Sanjukta Report post Posted November 26, 2010 Hi, We are looking into the issue. we shall update you as soon we come up with a solution. Thank you for your continued patience and patronage. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 26, 2010 There was a limitation of certain browsers for the LINK if the link is a http request with GET method. This was around 2000 characters. In modern browsers this limitation is not present. Share this post Link to post Share on other sites