Berry
Members-
Content count
8 -
Joined
-
Last visited
About Berry
-
Rank
Forum Newbie
-
How to adjust min and max value to make sure that one division line corresponds to 0 value
Berry replied to ripoche's topic in General usage
IN fact, it now appears that stackedColumn2d.swf is not honoring the lower bound. I code " yAxisMinValue="-15000" in the chart tag of the XML and if the data only go to -11647, I get -12K as the lowest div instead of -15K as I'd expect. -
How to adjust min and max value to make sure that one division line corresponds to 0 value
Berry replied to ripoche's topic in General usage
Aha! We have a similar problem. I am using, for example, the column2D chart and updating it with an AJAX script that calls a remote procedure to generate the updated XML. The script calculates max and min, and rounds them off so the graph runs from, say, -2000 to +5000 instead of -1200 to +4800, which was generating distracting resizes if the max hovered between 4600 and 4900 on subsequent updates. Anyway, with a fixed number of Y divisions, sometimes there's one NEAR but not ON the zero plane, which is, I think, Ripoche's problem. I don't really care how many Y divisional lines there are, so much as I'd like to force them to occur every 1000 units (or every "some number I choose"), so that in my case they will appear at -2000, -1000, 0, 1000, 2000, etc instead of every (5000+2000)/5 = 1400, at -2000, -600, 800, etc. Does this make sense? Is there a simple fix, other than putting a lot of smarts into my AJAX script? -
Hey, that worked fine when I got around to trying it. THanks.
-
I was using StackedColumn2D.swf for this example.
-
Hi, I have a StackedColumn2D chart with drilldown links on the columns; this works great. However, if the values of data are all zero, then there are no columns to click on; can it be arranged so a user can click on the label under the columns -- or where the columns would be -- as well? Thanks.
-
Hi. I have a chart displaying a time series that works fine. It shows data sampled every 30 seconds over an hour, for 120 samples. That's too many for each to have an x-axis label, so I code "labelStep=20" which seems to work well. The issue is shortly after the system starts up, before it has captured a full hour's worth of data. After 5 minutes, say, it will only have ten samples. Only the FIRST (i.e. oldest) gets a label. I'd like to make sure the LAST, NEWEST datapoint always gets a label. Can this be done? Reading the docs, it appears not. Is that correct? If need be, in my script that generates the XML I can count datapoints and fix up labelStep appropriately, but I'd rather not.
-
Hi! I emailed Arindam with details, he suggested removing the '#' and that worked great! The swatches are still smaller than I'd like, but at least they're the right colors. Yay Fusioncharts Support!
-
I'm having this problem too. All I get is small black boxes for the swatches, no matter what the color specified for the data is, whether using FireFox on Mac or IE6 on Win/XP. I tried the legendBorderAlpha and legendBorderThickness, but they only seem to affect the border around the entire legend.