-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Step Line Chart - Dashed Line With Lots Of Data Points
Swarnam replied to Son Huynh's topic in Using PowerCharts XT
Hi, Welcome to FusionCharts Forum. Due to more number of data points and reduced chart dimension, dashed line appears to be solid line. Please try setting "lineDashLen" attribute in the chart element. If the lines are shown as dashes, this attribute defines the length of dash. Also, try increasing the chart dimension. Hope this helps. -
Hey, Try including "chartTopMargin" attribute to the chart element. Please find the attached screenshot. Hope this helps
-
Hi, Yes, as a work around adjust the number of Divisional lines using the numDivLines attribute in your <chart> element. Depending on the values, you would need to manually calculated and pass it to numDivLines attribute. For the XML attached, set numDivLines as 11 to get divisional lines in multiples of 500. Please find the attached screenshot. Hope this helps.
-
Hi, Setting divIntervalHints attribute is not supported in a Line chart. Only Zoomline charts supports this attribute currently. Hope this helps.
-
Hey, Each series is represented by its own icon in the legend. It is not possible to add custom icons to the legend currently. If feasible, we would add this to our wishlist.
-
Hey, Yes, the same can be achieve by using the following XML. <chart caption="Scale in Points" subcaption="Pointers for 2012" canvasbgcolor="808080" divlinealpha="0" palette="3" yaxisname="Souls"> <set label="Label 1" displayValue="<font style="color:00008B;"">1.0<font>" value="1.0" /> <set label="Label 2" displayValue="<font style="color:FFFFFF;"">2.0<font>" value="2.0" /> <set label="Label 3" displayValue="<font style="color:000000;"">3.0<font>" value="3.0" /> <set label="Label 4" displayValue="<font style="color:FF008B;"">4.0<font>" value="4.0" /> </chart> Hope this helps.
-
Hey, Can you please try setting "reverseLegend" attribute in the chart element and set it to 1? The order of items in legend can be reversed by using this attribute. <chart reverseLegend='1' ...> Hope this helps.
-
Hey, One more step, to make the charts to show x-bar, save the file in UTF-8 with proper BOM mark. In order to specify a BOM mark, follow these steps: Open the file in question in a text-editor that supports UTF-8 encoding with BOM stamp (Example – Windows Notepad). Open the Save menu and specify file name, file type, encoding and BOM mark (if the option is available). Save the file. Please find the sample.html and screenshot attached. Hope this helps. sample.html
-
Hi, Welcome to FusionCharts Forum. The x̄ is actually a combination of two codes - the base letter x plus a code for the line above (̄: or ¯). If you are having problems seeing the letters in the chart, then your browser may not support diacritics. To display these characters it depend on the browser that you are using, the fonts installed on your computer, and the browser options you have chosen that determine the fonts used to display particular character sets, encodings or languages. For the Web to display x̄ you should make sure the font is set to display Arial Unicode MS (Win). So, if you would like display the caption as x̄ , please add font styles to the Caption and set the font as "Arial Unicode MS" to display x̄ in a chart. Ref. code: <chart caption=' x̄ ' ......> <styles> <definition> <style name='MyFirstFontStyle' type='font' font='Arial Unicode MS' size='24' color='FF0000' /> </definition> <application> <apply toObject='Caption' styles='MyFirstFontStyle' /> </application> </styles> </chart> Please find the screenshot attached. Hope this helps.
-
How Can I Disable Interactive Legend In Pie-Chart?
Swarnam replied to SergeyT's topic in General usage
-
Safari And Chrome Not Displaying Captions And Categories
Swarnam replied to rmortensen's topic in Javascript Problems
Hey, As per your screenshot, you seem to be using an older version of FusionCharts. Caption and category labels are displayed using our latest version (FusionCharts XT SR4) in a Chrome browser (Version 22.0.1229.94 m) Please find the attached screenshot. Download the latest Evaluation version at: http://www.fusioncharts.com/download Hope this helps. -
Unable To Set Yaxismaxvalue Fusioncharts Xt 3.2
Swarnam replied to chart-newbie's topic in XML Issue
Hey, If any data value in your XML exceeds the value defined for Primary Y axis maximum value(PYAxisMaxValue='140'), FusionCharts will automatically overrides it. No data value can be below the minimum y-axis value or above maximum y-axis value - they have to be within axis range Hope this helps. -
Hey, Please refer to the following forum post: http://forum.fusionc...h__1#entry48538
-
Hey, To display '<' character on a chart, you need to use the encoded form of the character - < in your chart data (XML or JSON). Please encode using < to display <20. Ref. code: <category label='<20' /> Hope this helps.
-
Hi, Pareto chart does not support legend feature. Legends are supported only for multi-series / combination charts/pie/doughnut charts. For more information on "Legend", please refer the following link: http://docs.fusioncharts.com/charts/contents/AttDesc/Legend.html Hope this helps.
-
Columns Height Is Missing In Javascript Charts
Swarnam replied to VangaSD's topic in Javascript Problems
Hey, Please refer to the following forum post: http://forum.fusioncharts.com/topic/12300-datapoints-do-not-render-on-jquery-180/ -
Datapoints Do Not Render On Jquery 1.8.0
Swarnam replied to ForceBlast's topic in Javascript Problems
Hi Alex, There has been delay due to various fixes and improvements being included along with this Service release. As per the current schedule release is expected around mid of November. If you require the fix immediately, please drop us a mail at "[email protected]" Hope this helps. -
[Help] A File Is Missing Or Invalid
Swarnam replied to m.farhan.s.b's topic in Installation and Upgrades
Hi, Please refer to the forum post : http://forum.fusioncharts.com/topic/10546-fusion-chart-for-vb-installation/page__view__getnewpost__fromsearch__1 -
Hi Farhan, For running FusionCharts for VB successfully on your system, Adobe Flash Player 8 (or above) is required. Could you please try uninstalling the Flash Player using Flash Player uninstaller and re-install Flash Player from Internet Explorer browser only? To check the Flash Player version installed, please use the following link: http://www.playerversion.com/? Also, can you please let us know the error message?
-
Hi, Apologies for the delayed response. With regard to your issue, JavaScript chart not loading (instead showing : Loading Chart. Please wait.), Please note that FusionCharts JavaScript API consists of four JavaScript file. JavaScript Files: 1. FusionCharts.js 2. FusionCharts.HC.js 3. FusionCharts.HC.Charts.js 4. jquery.min.js So, please make sure these four files are present in the same folder as FusionCharts.js file in your application As mentioned in your post, this behavior is random, can you please share the sample code for further testing?
-
Error While Trying To Show 'tooltip', Event 'onmouseover', On Chart Series - Ie8
Swarnam replied to Rudy Seidinger's topic in Javascript Problems
Hi, Welcome to FusionCharts Forum Apologies for the delayed response. We are unable to reproduce the error. Please find the attached screenshot for your reference. Can you please send us the screenshot/sample code to replicate the issue?