-
Content count
135 -
Joined
-
Last visited
Everything posted by Bindhu
-
AngularGuage dial is not respone on resize of chart object
Bindhu replied to Manjuanth's topic in Bug Reports
Hi, By defining radius in the dial element it fixes the size and wont let it resize. Please remove the radius definition in the dial element. Ref. Code: <dial value='160' toolText='XYZ' /> Hope this helps! -
Hi, Sure, this request is already in our wish list. We will implementing it, if feasible. Hope this helps!
-
How can I add multi-lingual support for Fusion Charts
Bindhu replied to [email protected]'s topic in General usage
Hi, To use multi-lingual characters on the chart, you necessarily need to use UTF-8 encoded format. Please refer: http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpChar.html Hope this helps! -
remove the small pre-loader which appears while holding the click over data point.
Bindhu replied to anusree's topic in Using PowerCharts XT
-
remove the small pre-loader which appears while holding the click over data point.
Bindhu replied to anusree's topic in Using PowerCharts XT
Hi Anu, Welcome to FusionCharts Forum It is not possible. We do not support this feature, as of now, for good. Hope this helps! -
modify the portion/slice of the pie chart on the fly by adjusting the slice line in the pie chart itself
Bindhu replied to nayana's topic in General usage
Hi, We do not support this feature, as of now. We will add your request to our wish list, if feasible. Hope this helps! -
modify the portion/slice of the pie chart on the fly by adjusting the slice line in the pie chart itself
Bindhu replied to nayana's topic in General usage
Hi Nayana, Welcome to FusionCharts Forum Do you mean to say that you want to edit Pie chart by dragging the pie line on the chart to adjust the pies? If yes, we do not support this feature, as of now. Hope this helps! -
Hi, You may use MultiSeries Column2D chart. Please refer: http://docs.fusioncharts.com/charts/contents/?ChartSS/MSColumn2D.html To specify similar color, please use hex color codes in the color attribute of dataset element. Hope this helps!
-
Multiseries Stacked bar 2D - user values for ShowSum attribute?
Bindhu replied to sacssuresh's topic in FusionCharts and ASP.NET
- 5 replies
-
- fusionchart
- asp.net
-
(and 1 more)
Tagged with:
-
Javascript Chart MSColumn2D Not Rendering as Expected
Bindhu replied to cdcharts's topic in FusionCharts and JSP
Hi, If you wish to remove all the divisional lines, please set numDivLines to 0 and set showLimits to 0. If you wish to display from 0 to 25 on the y axis with an incremental value of 1, then set numDivLines to 24, divLineAlpha to 0. If you wish to see the alternate horizontal grid, then set showAlternateHGridColor to 1 and alternateHGridAlpha to 100. Please see attachments. Hope this helps! -
Zoomline Chart - <chart ...labeldisplay='NONE' > is not working
Bindhu replied to [email protected]'s topic in General usage
-
Hi, You have to set sYAxisMaxValue to 100 since it is the secondary axis. Hope this helps!
-
Hi, You have to set sYAxisMaxValue to 100 since it is the secondary axis. Hope this helps!
-
Multiseries Stacked bar 2D - user values for ShowSum attribute?
Bindhu replied to sacssuresh's topic in FusionCharts and ASP.NET
Hi, You may try using vLines to suffice your requirement. Use vLines between categories element. Ref. Code: <categories> <category label='Jan' /> <vLine color='000000' thickness='2' labelPosition='0.59' linePosition='0' label='101' alpha='0' showLabelBorder='0'/> <category label='Feb' /> <vLine color='000000' thickness='2' labelPosition='0.33' linePosition='0' label='179' alpha='0' showLabelBorder='0'/> <category label='MAr' /> </category> Hope this helps!- 5 replies
-
- fusionchart
- asp.net
-
(and 1 more)
Tagged with:
-
Javascript Chart MSColumn2D Not Rendering as Expected
Bindhu replied to cdcharts's topic in FusionCharts and JSP
Hi, Can you please share the complete JSON data? -
Hi, Column2D chart do not support numVDivLines. Please use vLines. vLines are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks. Ref. Code: <vLine color='FF5904' thickness='2' /> Hope this helps!
-
Issue showing Pound sign in text Annotations
Bindhu replied to Abid Sofi's topic in Suggestions & Requests
Hi, Can you please try saving the page with UTF-8 encoding and see if it helps? Please refer: http://docs.fusioncharts.com/charts/contents/advanced/special-chars/SpChar.html Hope this helps! -
Zoomline Chart - <chart ...labeldisplay='NONE' > is not working
Bindhu replied to [email protected]'s topic in General usage
Hi, Like I have already mentioned to you, Zoom Line chart do not apply advanced label management and hence you will not be able to achieve similar effect on a Zoom Line chart. Hope this helps! -
Issue showing Pound sign in text Annotations
Bindhu replied to Abid Sofi's topic in Suggestions & Requests
Hi, Can you please encode it using %A3? Ref Code: label='(7709.34 K, %A3 314.49 M)' Hope this helps! -
Hi Ashish, Since you are rendering the chart on secondary y-axis, you have to set 'syaxismaxvalue' to 100 instead of pyaxismaxvalue. Hope this helps!
-
Issue showing Pound sign in text Annotations
Bindhu replied to Abid Sofi's topic in Suggestions & Requests
Hi Abid, Can you please elaborate a bit more? Are you using text Annotations? If yes, then you may directly use the pound symbol in the label attribute. Ref. Code: <annotation type='text' x='70' y='155' fontSize='12' isBold='1' label=' £100' color='FFFFFF'/> Please find attached screen shot. Hope this helps! -
Hi, Yes this feature works only with the latest version(v3.3.1 SR3). Please upgrade to the latest version. You may download the latest trial version from the link below, www.fusioncharts.com/download/ Hope this helps!
-
Zoomline Chart - <chart ...labeldisplay='NONE' > is not working
Bindhu replied to [email protected]'s topic in General usage
Hi, Zoom Line chart do not apply advanced label management and hence you will not be able to achieve similar effect on a Zoom Line chart. Along with Zoom line chart, Bar, Pie, Doughnut, Marimekko, and Multi-series Combination 3D charts also do not support advanced label management. Hope this clarifies. -
MsLine chart - For Long Data All Labels are not displaying on X-Axis
Bindhu replied to [email protected]'s topic in General usage
Hi, Zoom Line chart do not apply advanced label management and hence you will not be able to achieve similar effect on a Zoom Line chart. Along with Zoom line chart, Bar, Pie, Doughnut, Marimekko, and Multi-series Combination 3D charts also do not support advanced label management. Hope this clarifies. -
Hi, The link is in the right format. It is working fine for for us.