nilesh1021
Members-
Content count
26 -
Joined
-
Last visited
Everything posted by nilesh1021
-
Can anybody give me a sample example of php+Column3d fusion chart with json data. I am facing problem with how to run. If i run php then it shows code not bar chart. Please attach a sample example for php with Fusion chart and how to run it??? Thanks
-
Hi, I have to display all labels in zoom line chart. I am having Licence version of Fusion chart -XT. Screenshot is attached here with (1.png). In a highlighted section I want to shot all dates (points are shown in chart but dates are not) Please look the attachment json contain all the dates as in attchment with numVisibleLabels='50' rotateLabels='1'. But the chart render with same data (2.png). Starting dates and end dates are skipped when zoomline rendered (3.png).
-
Hi, I have to display all labels in zoom line chart. I am having Licence version of Fusion chart -XT. Screenshot is attached here with. In a highlighted section I want to shot all dates (points are shown in chart but dates are not)
-
Hi, I have to do data labels on X axis colored in between. Anybody can tell me how to do that?? Please check the screen shot for more clarity (I have to do like in screenshot) Thanks Nilesh
-
ok thanks....
-
ok I will update the version and reply for that....
-
Thanks Sashibhusan Its working for me....
-
Hi Haritha json file is attached herewith I am using the Fusion chart XT version 3.2.2 (Licence version) 24-Feb-2013 this date is not displayed (i.e first date) Thanks data.txt
-
Hi, Can you share the xml data file and screenshot for the same. Also share which version of Fusion chart you are using
-
Hi, Please look the attachment json contain all the dates as in attchment with numVisibleLabels='50' rotateLabels='1'. But the chart render with same data. Starting dates and end dates are skipped when zoomline rendered.
-
Hi I want to use userdefinr tooltip in json of zoom line chart. I have licence version of Fusion chart XT. Json is as follows: { "chart": { "compactdatamode": "1", "dataseparator": "|", "caption": "Adobe Inc.", "subcaption": "Daily from 2009-2010. Source: Yahoo Finance.", "axis": "linear", "numberprefix": "$", "formatnumberscale": "0", "allowpinmode": "0", "enableiconmousecursors": "0", "dynamicaxis": "1", "palette": "3" }, "categories": [ { "category": "8/4/2010|8/3/2010|8/2/2010" } ], "dataset": [ { "seriesname": "Close", "data": "29.7|29.12|29.6|" } ] }
-
Value Label On Bubble/scatter Chart
nilesh1021 replied to RDeihl's topic in Collabion Charts for SharePoint
Hi, use attribute showValues='1' in your code and check. hope this helps...... -
In the horizontal bar chart, the bars are not displaying exact values, The x-axis value and rendered bar is different. Please help......
-
Hi, As you are using StackedColumn2D, so you have to start the series for fist series, and first series is having no value then it gives error (looking for that in detail) Below code is working, { "chart": {"showlegend": "1", "bgColor": "FFFFFF", "showborder": "0", "borderColorXXX": "343434", "showlabels": "1", "showvalues": "1", "showsum": "1", "decimals": "0", "legendborderalpha": "0", "palette": "2" , "ed": "rules", "yaxisname": "(Number of Calls)"}, "categories": [{"category": [{"value": "1353196800000"}, {"value": "1353283200000"}, {"value": "1353369600000"}, {"value": "1353456000000"}, {"value": "1353542400000"}, {"value": "1353628800000"}, {"value": "1353715200000"}, {"value": "1353801600000"}, {"value": "1353888000000"}, {"value": "1353974400000"}, {"value": "1354060800000"}, {"value": "1354147200000"}, {"value": "1354233600000"}, {"value": "1354320000000"}, {"value": "1354406400000"}, {"value": "1354492800000"}, {"value": "1354579200000"}, {"value": "1354665600000"}, {"value": "1354752000000"}, {"value": "1354838400000"}, {"value": "1354924800000"}, {"value": "1355011200000"}, {"value": "1355097600000"}, {"value": "1355184000000"}, {"value": "1355270400000"}, {"value": "1355356800000"}, {"value": "1355443200000"}, {"value": "1355529600000"}, {"value": "1355616000000"}, {"value": "1355702400000"}, {"value": "1355788800000"}]}], "dataset": [{"seriesname": "Bad Calls", "color": "#FF0000", "showvalues": "0", "data": [{"value":"2"}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}, {"seriesname": "Good Calls", "color": "#00FF00", "showvalues": "0", "data": [{"value":"2"}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}] }
-
I have a small issue with a horizontal bar chart. It pulls data from a database and sometimes there is not much datato present and the X Axis values seem to be repeating. I'm not sure if there is some attribute I've missed, but as you can see the XAxis presents the values of 0 1 2 2 3 and the bars end up in an unusualposition. I have attached screenshot for the same. Please help? Thanks
-
Hi, FusionCharts Xt 3.2 Licensed
-
i have 3D pie chart, but how i can make display value in slice pie? now all value displayed outside with pieces of chart
-
{ "chart": { "palette": "9" }, "categories": [ { "category": [ { "label": "2006" }, { "label": "2007" } ] } ], "dataset": [ { "seriesname": "Model A12", "color": "A66EDD", "data": [ { "value": "35" }, { "value": "42" } ] }, { "seriesname": "Model A15", "color": "F6BD0F", "data": [ { "value": "22" }, { "value": "25" } ] } ] } Is there another method to give two series together in json
-
<chart caption='ABC Bank Branches' subCaption='(In Asian Countries)' yaxislabel='Branches' xaxislabel='Country'> <set label='Hong Kong' value='235' link="JavaScript:myJS('Hong Kong,235');"/> <set label='Japan' value='123' link="JavaScript:myJS('Japan, 123');"/> <set label='Singapore' value='129' link="JavaScript:myJS('Singapore, 129');"/> <set label='Malaysia' value='121' link="JavaScript:myJS('Malaysia, 121');"/> <set label='Taiwan' value='110' link="JavaScript:myJS('Taiwan, 110');"/> <set label='China' value='90' link="JavaScript:myJS('China, 90');"/> <set label='S. Korea' value='86' link="JavaScript:myJS('S.Korea, 86');"/> </chart> In xml we specify link in javascript for XML file like this:link="JavaScript:myJS('Hong Kong,235');"How to specify links in javascript for json data file????