• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Chart not displaying

New Here ,
Jul 16, 2007 Jul 16, 2007

Copy link to clipboard

Copied

Hi, any idea why a chart would not display. It displays when I do it locally in coldfusion personal development but when I upload to production server it won't display. Here's the code:

<cfchart xAxisTitle="Week ending" yAxisTitle="Number of Internet Bets">
<cfchartseries
type="bar"
query="chart"
valueColumn="I_numbet"
itemColumn="cWeekend"/>
</cfchart>
TOPICS
Advanced techniques

Views

492

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 17, 2007 Jul 17, 2007

Copy link to clipboard

Copied

Does the production site have access to the CFIDE folder?

--
Bryan Ashcraft (remove BRAIN to reply)
Web Application Developer
Wright Medical Technology, Inc.
-------------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/


"SonnyBabes" <webforumsuser@macromedia.com> wrote in message
news:f7gt9s$1bs$1@forums.macromedia.com...
> Hi, any idea why a chart would not display. It displays when I do it
> locally
> in coldfusion personal development but when I upload to production server
> it
> won't display. Here's the code:
>
> <cfchart xAxisTitle="Week ending" yAxisTitle="Number of Internet Bets">
> <cfchartseries
> type="bar"
> query="chart"
> valueColumn="I_numbet"
> itemColumn="cWeekend"/>
> </cfchart>
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 17, 2007 Jul 17, 2007

Copy link to clipboard

Copied

Yes, the production site has access to the cfide folder.

For reasons I don't know the chart displays when I use the ip address. We use multiple virtual domains on windows 2003 server. Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 17, 2007 Jul 17, 2007

Copy link to clipboard

Copied

LATEST
Could it be a mapping issue? The ip is mapped correctly, while the host
header isn't? I'm not a server admin by any stretch (especially not IIS) so
I'm just throwing that out there.

--
Bryan Ashcraft (remove BRAIN to reply)
Web Application Developer
Wright Medical Technology, Inc.
-------------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/


"SonnyBabes" <webforumsuser@macromedia.com> wrote in message
news:f7ipub$cjo$1@forums.macromedia.com...
> Yes, the production site has access to the cfide folder.
>
> For reasons I don't know the chart displays when I use the ip address. We
> use multiple virtual domains on windows 2003 server. Thanks.


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation