chithra_s

Members
  • Content count

    5
  • Joined

  • Last visited

About chithra_s

  • Rank
    Forum Newbie
  1. Pie Chart

    Hi, Im using Pie chart. Can possible to create pie chart using FusionChart.js. my code look like below. var chart = new FusionCharts("Pid2D.swf", "ChartId", "400", "400", "0", "0"); chart.setDataXML("dailyreport.xml"); chart.render("chartdiv2D"); Need to render the chart into htm. is it possible using above code.? could anyone help me to acheive this ? Chithra.S
  2. Stacked chart

    Hi, Thanks Arindam. Ur feedback was valuable to us. Now it was working.
  3. Stacked chart

    <dataSet seriesName="Critical" color="A66EDD"> <set value="1" toolText="<2days" /> Hi, i have given toolText look like above, is this correct ? Chithra.S
  4. Stacked chart

    Thanks Arindam, Actually i was using MSstacked2D.swf only.In tool tip can it be possible to show morethan 3 values?.. Let say my condition is , i want to group the defect counts,severity+customer wise based on aging period.. so i have set aging period is x-axis and counts are my y-axis. my datasets are grouped by based on customers. but i want to show customer name in the tool tip. is it possible.?
  5. Stacked chart

    Hi All, I want to create one stacked chart based on 3 values.could anyone suggest me which swf should i use..? Chithra