kem_pr
Members-
Content count
4 -
Joined
-
Last visited
About kem_pr
-
Rank
Forum Newbie
-
-
The left x-axis label is being cut off in my chart that uses Column2D.swf (see attachment). I'm rotating and slanting the labels (the client would prefer them slanted, not totally vertical as just rotating does). I have tried increasing the chartLeftMargin hoping this would allow for space for the label, but all it does is push the entire canvas further to the right. It seems I need a way to start the first data point further inside the chart canvas. Can this be done? Or is there another way to correct this? I'm using version 3.2.2 Here is the json being passed to the chart for formatting: "chart": { "numDivLines": "0", "showAlternateHGridColor": "0", "baseFontColor": "000000", "labelPadding": "10", "canvasbgAlpha": "0", "showFCMenuItem": "0", "labelDisplay": "Rotate", "useroundedges": "1", "divLineColor": "000000", "caption": "PROMOTION POWER SCORE OVER TIME", "showBorder": "0", "bgColor": "ffffff", "showyaxisvalues": "0", "yAxisMaxValue": "38.0", "chartrightMargin": "0", "footnote": "Promotion Power = The sum of [(Tone of Article in an Outlet) X (Power for that Outlet)]", "outcnvbasefontsize": "11", "exportenabled": "1", "subcaption": "Average Power-Weighted Tone per Time Period{br}{br}Date Range: 03/13/11-03/12/12", "chartleftMargin": "100", "showvalues": "0", "slantLabels": "1" }
-
Hi, Can you change the y-axis interval markers to use text instead of the numbers FC outputs by default? This isn't the y-axis name, but what's displayed at each interval on the y-axis. This is the same question as what was asked here: http://forum.fusioncharts.com/topic/8248-y-axis-label/. In this post it says FC doesn't currently support this feature, but I thought I'd check to see if this upgrade has been made. Thanks! KM
-
Thanks for the quick response. Yes, I am an existing customer. Do you have a target date for this release? Are the any workarounds that will fix the issue until the fix is available?
-
Hi, I'm outputting a bubble chart. As values are set by the application, I know the maximum y-axis value will never be more than 4, and the minimum y-axis value will never be below -4. Therefore I want the bubble chart's y-axis to always be between -5 and 5. I'm also drawing quadrants, and always having the range -5 to 5 should balance the chart and make 0 be at the horizontal quadrant line. I'm using json, not xml. I set the chart's yAxisMaxValue to 5 and yAxisMinValue to -5. This seems to work if I have both negative and positive values in my data. But when I have only one data point with a y value of 0 (ex: "z":"1.4142135623730951","y":"0","x":"-5"), I see y-axis labels from -5 to 100. Furthermore, the data plot is very far below the horizontal quadrant line. In addition to the min/max y-axis setting, I've tried setting adjusDiv to 0 and then setting numDivLines to 11 (so that 5, 4, 3, 2, 1, 0, -1, -2, -3. -4, -5 would be y-axis div lines). These settings do not seem to work and I still see the data plot towards the bottom of the chart. I've attached an example of how this chart is rendering. Thanks in advance for any assistance! KM