sachinj Posted September 4, 2008 Report Share Posted September 4, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.