Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Everything posted by Prerana

  1. Hello Remy, When we set "ganttPaneDuration" to a no. as the no. of total objects under category array, a non-functional horizontal scrollbar will be visible because "ganttPaneDuration" and "ganttPaneDurationUnit" attribute are used when we want our gantt pane "to scroll" through a specified time line. So it's not a bug. If you want to hide the vertical scroll bar set the "useVerticalScrolling" as 0. Please refer the links below for further reference. http://jsfiddle.net/Prerana/3hzmxnjg/4/ http://www.fusioncharts.com/dev/gauge-and-widgets-guide/gantt-chart/adding-scroll-to-chart.html Hope this helps. Thanks,
  2. Hello Remy, "ganttPaneDuration" attribute is used when you want your gantt pane to scroll through a specified time line, you can use this attribute to set what timeline the pane will represent. For example if you want your Gantt pane to show date only for 3 months and then scroll the rest,you can set this attribute as 3. For example,there are 8 objects under category array but ganttpaneduration attribute is set as 14 ,so the chart will adjusted itself to show 14 objects, as there are only 8 objects so it will show a gap. So the value of this attribute should be in between the no. of objects available in the category array. Please refer the fiddle below for further reference. http://jsfiddle.net/Prerana/3hzmxnjg/2/ Hope this helps. Thanks,
  3. Gauge with XML

    Hello, Glad to know that it worked. Ya.. It's the value of $code attribute and I am fetching that value from the database. So if you want to customize the color ,simply replace the hex code of the code column in the database table by the color code of your choice. Please refer the screen image of the database table below for the implementation. Please let us know if you have any other query. Hope this helps. Thanks,
  4. Gauge with XML

    Hello, I have tried to implement your requirement,ie. an example of an angulargauge, getting it's data in XML format, dynamically from a database. Please refer the link below for the implementation. http://fc.gagansikri.in/workspace/fc-prerna/Angular-Gauge-XML-DB/index.php https://www.dropbox.com/s/yn06vzrax8griwe/Angular-Gauge-XML-DB.zip?dl=0 Hope this helps. Thanks,
  5. Use3DLighting in Pie2D and Angular Gauge

    Hello, We have identified the issue and logged it internally, and will keep you posted. Thanks,
  6. Hi , Your requirement is achievable. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/x8MDc/465/ Hope this helps. Thanks,
  7. Hello, You could achieve your 1st requirement (complete border in the first Datset) , by setting "showXAxisLine" attribute as "1" in chart attribute , as data plot of stacked chart is a plot of columns, which consist 3 side. The 2nd requirement (Alpha attribute in last dataset) can be satisfied by simply removing "plotBorderAlpha" from the chart attribute. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/x8MDc/441/ Hope this helps. Thanks,
  8. GRAF error with y-axis value

    Hi, Glad to know that it worked. Happy FusionCharting!!!
  9. GRAF error with y-axis value

    Hi, A bug has been logged internally. Meanwhile, as a workaround, please try setting "formatNumber" attribute as 1 in the chart element. You can also try the "decimals" attribute , which is used to specify number of decimal places to which all numbers on the chart will be rounded to. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/r1y40ada/ We will keep you posted once the issue has been fixed. Hope this helps. Thanks,
  10. Remove options from Export Chart Button

    Hi, We have logged a bug..We will keep you posted.. Thanks,
  11. Hi Axel, You could achieve your requirement without using annotation. "displayValue" attribute can be used to specify the custom text at the individual set level and for second dataset, default value can be hidden by setting "showValue" as "0" at the dataset level. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/x8MDc/418/ Please let us know, if you would like to use the annotation feature for any specific reason. Hope this helps. Thanks,