Gagan Sikri

Moderators
  • Content count

    115
  • Joined

  • Last visited

Everything posted by Gagan Sikri

  1. Hi You have to convert your data array to FusionCharts format, custom data fields cannot be used. For the use-case you described, you can specify "status" and "count" as y-axis and x-axis names respectively while for for value in status it, will go under label and value of count will go as value.
  2. Hi We will add it to our wishlist and check its feasibility, if this type of chart is included in FusionCharts Suite in near future we will update you.
  3. Annotations and macros

    Hi Please replicate the issue in this JSFiddle: http://jsfiddle.net/sikrigagan/T5C6h/1136/ or send it as an attachment so that I can assist you accordingly.
  4. Hi No, it is not possible. FusionCharts do not support this type of common x-axis sharing in stacked charts.
  5. Fixed label width in bar charts

    Hi No, there is no way to prevent truncation of labels due to certain limitations. You can specify break statements in labels to display labels in multiple lines but it will affect the alignment of chart which will not look good visually.
  6. Fixed label width in bar charts

    Hi You can restrict maximum length of labels for charts to align the chart using attribute "maxLabelWidthPercent" but there is no way to restrict the length of labels by supplying absolute length. FusionCharts uses label management internally which allocates space for labels based on their length, but if length is more than threshold of space reserved for data plot, it will truncate the labels. Please refer to this JSFiddle sample for the same: http://jsfiddle.net/sikrigagan/y3H2G/902/ In this sample, the chart rendered below has more label length as compared to above one, but using "maxLabelWidthPercent" the width is restricted so that both charts are aligned and labels are ellipsed.
  7. Need help in creation of dataset xml

    Hi No, this type of chart cannot be rendered using FusionCharts though you can create two charts using Multi-series Stacked Column2D chart and place them alongside. Please refer to this JSFiddle sample for Multi-series Stacked Column2D Chart: http://jsfiddle.net/sikrigagan/G7hYq/57/
  8. Enable/Disable Layers in Drag Node Chart?

    Hi No, It is not possible to enable or disable layers in drag node charts.
  9. Pie2D small chart size

    Hi Jquery has resize event handler which on change of screen size automatically adjust the size of webpage accordingly. But natively, FusionCharts uses div container element of HTML page to render the chart the size specified initially is rendered and retained even if screen size is changes. The only workaround using native method is to use FusionCharts API resizeto() method. A JavaScript function can be called to resize the chart according to screen sizes. Please refer to this JSFiddle sample for the same: http://jsfiddle.net/fusioncharts/Ljzfo7sL/
  10. Add Options to Chart Export Menu

    Hi No, custom right click menu is not supported by JavaScript based rendering in FusionCharts.
  11. Pie2D small chart size

    Hi You can use "pieRadius" to increase the size of pie. Please refer to this JSFiddle sample for the same: http://jsfiddle.net/sikrigagan/Lymc3smm/
  12. ZoomLine - show higher values

    Hi "showPeakValues" is available after version 3.7. Please update to latest version of FusionCharts Suite to solve the issue. Please refer to this JSFiddle sample with latest version: http://jsfiddle.net/sikrigagan/h1g4hsdk/
  13. need help with chartClick event

    Hi Anchors in zoom-line chart cannot be made clickable as it will tinker with functionality of zoom-line chart.
  14. MSCombi2D one dataset multicolors

    Hi Changing colors in area charts is not possible due to limitation of JavaScript. Instead of area chart you can use column chart, you can change color for data plots in that.
  15. Pie chart label position

    Hi Passing value in legend is not possible. If you pass values in labels itself only then they will appear in legend. Please refer to this JSFiddle sample for the same: http://jsfiddle.net/sikrigagan/w79aopd7/
  16. Events

    Hi Please refer to this JSFiddle sample for value update in thermometer gauge: http://jsfiddle.net/sikrigagan/sbDHL/66/
  17. Aligning Multiple Charts

    Hi Alignment of chart is not possible natively using FusionCharts suite, if you are using multiple chart types. In the scenario you described alignment depends upon various factors left margin, concentration of labels in chart. You have also used several breaks in labels which also cause misalignment of charts.
  18. Hi No, It is not possible to have different data sets for different columns in Multi Series Column 2D Chart, if value for one data point in a data set is 0 or empty, FusionCharts Suite will leave a blank space for that data point, and that space can't be eliminated. However, according to scenario you described you can use Stacked Column 2D chart to meet your requirements. Please refer to this JSFiddle Sample for the same: http://jsfiddle.net/sikrigagan/zKL3F/309/
  19. showShadow parameter in multiple line chart

    Hi Please refer to this forum entry for this issue: http://forum.fusioncharts.com/topic/17068-line-chart-shadows-dont-render-if-last-value-of-dataset-is-blank/
  20. Trendlines disappear after chart render

    Hi I'm unable to replicate the issue in IE. I have created this sample you can check this on your system: http://fc.gagansikri.in/Work/17067.html. Can you please send a code sample for the same?
  21. Long Legend text are overlapping each other

    Hi I'm unable to replicate the issue. Please refer to this JSFiddle sample for the same: http://jsfiddle.net/sikrigagan/gAbDL/410/ Legend labels are automatically adjusted to different lines if text is lengthy. Please send the sample code so that I can assist you accordingly.
  22. showShadow parameter in multiple line chart

    Hi "showShadow" chart attribute is present in FusionCharts V3.9, and can be used by declaring it in "chart" properties. Please refer to this JSFiddle sample to know more: http://jsfiddle.net/sikrigagan/TNcWm/51/
  23. Using Google Fonts

    Hi FusionCharts Suite supports Google Web Fonts. You have to include font family css and call "baseFont" chart attribute to implement the font in charts. Please refer to this JSFiddle to see implementation: http://jsfiddle.net/sikrigagan/s7t8F/726/
  24. How to achieve the following in HBullet

    Hi You can align annotation to h-bullet plot by adjusting the values in "toy": "$gaugeEndY - n". (n=value in pixels eg. 9) Please refer to attached zip file for the same. hbullet.zip
  25. Inverted Values

    Hi I am afraid but FusionCharts Suite has discontinued Flash support version 3.4 onwards. No further development has been done on Flash charts. Please upgrade to latest version to get more features added after flash version.