Vinod P

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by Vinod P

  1. X-Axis Label Display Value

    Hi, Please find the attached Chart XML(DataSSLN.xml) and the associated Chart formed(Chart_1.jpg). Is there any attribute which can be added to the <set> tag which will show the display value as shown in the attachment Chart_Required.jpg. Note: To form the Second Chart I gave the chart xml as <set label='Jan' value='34' /> <set label='Jan' value='44' /> <set label='Jan' value='48' /> <set label='Feb' value='54' /> <set label='Feb' value='60' /> <set label='Feb' value='70' /> <set label='Mar' value='58' /> <set label='Mar' value='62' /> <set label='Apr' value='54' /> <set label='Apr' value='45' /> <set label='May' value='39' /> <set label='May' value='23' /> Here I achieve the required result, but wanted to confirm will the order of plot points be maintained as in the xml? Regards, Vinod. DataSSLN.xml
  2. X-Axis Label Display Value

    Thanks for the clarification ..
  3. Delta Update In Fusion Chart

    Hi, I have a scenario where I keep reloading a single series line chart with different data as shown below: Case 1: -------------- <chart> <set label='January' value='17400' /> <set label='February' value='19800' /> <set label='March' value='21800' /> <set label='April' value='23800' /> <set label='May' value='29600' /> <set label='June' value='27600' /> </chart> Case 2: --------------- <chart> <set label='January' value='1400' /> <set label='February' value='9800' /> <set label='March' value='1800' /> <set label='April' value='3800' /> <set label='May' value='9600' /> <set label='June' value='7600' /> </chart> Here in this case the value of X-Axis remains constant and only the Y-Axis values keep changing. So when the chart is rendered everytime it first resets X and Y-Axis to straight line and then re-draws the chart and causes and animation which feels like graph is reset and re-drawed. Is there any option available in Fusion chart in which X-Axis value remains constant and Y-Axis keeps changing and the the chart only re-adjust Y-Axis point instead of redrawing the chart. Regards, Vinod.
  4. Heat Map Issues

    Hi , I am trying to use Heat map item of Fusion chart. I have a questions in this regard: The columnid in the fusion chart xml/json always shows at the bottom of the chart and I wanted the column name to come on the top. I couldnt find any property for the same. Anyone aware which is the parameter to move the column name in heat map to top of chart. Regards, Vinod
  5. Heat Map Issues

    Thanks Sumedh.. Is any enhancement planned for the same.. Shouldnt that feature be available? Also is there a way to style the coulmn header values,rowid values?