Thanks Tom.  I've got a range of about 40,000 in length, floating
somwhere in the 500,000 range, but it changes, so the runtime
selection of static style files isn't going to work very well.

The chart I'm looking right now has an x-range of 450,000 to 510,000,
but the actual data only goes from 459,000 up to 501,000.  That leaves
almost a third of the chart (a sixth on each side) blank with all the
data squished in the middle two thirds.  Seems silly to waste that
much space just to get big round x-axis labels.

I was hoping to just say "start the chart at the min X and end it at
the max X", rather than letting CFCHART add all that padding.  But it
doesn't sound like that's really doable.  C'est la vie.

cheers,
barneyb

On 12/1/06, Tom McNeer <[EMAIL PROTECTED]> wrote:
> I don't know if anything's different in CFMX7, but I had a conversation with
> Steve Nimer at Macromedia (then) about this is earlier CFCHART days (MX 6.1,
> I think). I suggested to him that it would sure be nice if they could expose
> more of the underlying style possibilities as attributes within the CFCHART
> tag. There are lots of things you can set in the XML file that aren't
> available as tag attributes, of course.
>
> He agreed that it would be a good thing; but as far as I know, it's never
> happened.
>
> In my situation, I ended up producing three different XML files (for "days,"
> "weeks," "months") and made the choice at run time. I don't know if your
> scaling needs are limited enough that such a solution would be practical.
> I've done the same thing for setting the axis scale based on maximum and
> minimum values returned for points on the chart, for instance. "If MAX is
> LTE foo and MIN GTE bar" --- but I don't think there's any truly dynamic way
> to handle it.
>
> --
> Thanks,
>
> Tom
>
> Tom McNeer
> MediumCool
> http://www.mediumcool.com
> 1735 Johnson Road NE
> Atlanta, GA 30306
> 404.589.0560
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262543
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to