barado43
Members-
Content count
10 -
Joined
-
Last visited
About barado43
-
Rank
Junior Member
-
thanks for support. but when would it be added this option? and are you still working on chart print error in adobe 10.1? we have same issues on this error too. Regards.
-
then can you add this option next version? how can I ask function upgrade request. is there any specific forms of request? and if it's possible when would it be done? thanks.
-
HI. my clients want put label on the pie chart due to charts are so small if label is outside. I'm using fusionchart v3.1 but there is nothing mentioned about label position in chart API. is there any way to solve this problem? if there is no way to do right now could you add this options to next version? my clients strongly want this options doesn't matter whether purchase next version. Regards.
-
is it possible to specify value position element?
barado43 replied to FusionCharts Support's topic in General usage
Thank you. That's chart that I expect to see and thank you for kind explanation. Regards, Bae -
is it possible to specify value position element?
barado43 replied to FusionCharts Support's topic in General usage
Hi. I sent email with image and short memo. could you check email and reply either by email or forum? Thanks. Regards. Bae. -
is it possible to specify value position element?
barado43 replied to FusionCharts Support's topic in General usage
thanks for replay but in this example. var str = '<chart palette="2" forceDecimals="1" decimals="1" useRoundEdges="1" baseFont="arial" yAxisMinValue="0" yAxisMaxValue="100" numDivLines="1" chartBottomMargin="1" bgColor="#ffffff" placeValuesInside="0" baseFontSize="11" borderColor="#ffffff"><set label="aaaaa" value="40.6" color="#88BF60" placeValuesInside="0" /><set label="bbbbb" value="0" color="#88BF60" placeValuesInside="0" /><set label="ccccc" value="10" color="#88BF60" placeValuesInside="0" /></chart>'; var chart1 = new FusionCharts("./Column2D.swf","chart1Id_mag","400","55","0","0"); chart1.setDataXML(str); chart1.render('chart6div'); there seems to be enough space to print value between topmagin and top of columns but still problem occur which is value and label are overlapped. I have to set chart height less than 55 pixel to show all chart in one web page for a reason. is there any way to solve this problem? Regards, Bae. -
Hi. I just wondering if there is any way adjust chart vertical value position in column 2d chart. because if some dataplot value is so small value is printed over the dataplot label so that hardly readable. so I'd like print value into top of outside of dataplot when it's value is small. and I also looked at column 2d chart API <set> elements and can't find any option. is there any options that I missed or is there any other solution to solve this problem? thanks
-
Thanks a lot. Finally I finished my job. and It would be more great if value and string are separate and independently controlled though I hope next version or upgrade would include this. Thanks again. Best regards.
-
Thanks. Yes I did exactly same as your XML string before. but seems valueOnRight parameter does not work properly. if I set valueOnRight = 0 , string of displayValue 'average' is located left that's all right. valueOnRight = 1, 'average' is located right, but value is not display. guess valueOnRight effected only location of displayValue label not average value ifself display. seems this could be BUG reporting. could you try yourself again? Regards.
-
HI. I have made specific chart with trendline which is average value but there is no option that showing value of trendline. there is only string input showing label. of cause I can put 'value + label' to displayValue. but I want value and label are separated to other Y axis. Is it possible to showing that? If not is it possible force to make carriage return between value and label? value and label is too long if put together and I have no idea how to make carriage return between them. Thanks in advance.