Jump to content
Software FX Community

chartId not set


sachinj

Recommended Posts

Hi,

 We have a page where we are dynamically creating multiple charts. Each chart creates it own unique id using a guid. The charts are then displayed on this page. The charts used to work fine with version 6.2. However, when we upgraded to version 7.0, the chart Id of all the charts is blank. I am using the chartFX wrapper class for doing the migration. As a result all the charts are using the image map. Here is the html code for the chart that is generated:

 <img id="" src="/chartfx70/temp/CFT0904_0506082350B.png"  WIDTH="760" HEIGHT="300"  usemap="#Map" border="0"/>

 And here is the code that is generated with version 6.2

<IMG SRC="/chartfx62/temp/CFT0904_04333201F09.png"  WIDTH="760" HEIGHT="300"  usemap="#Ca159c6ee-5dea-480d-9bdb-a5150c3c12f4" border="0">

 How do I make sure that the chartId is set and a distinct map name is generated?

 Thanks.

Sachin

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...