For Stacked Area Series with the Stairs Property = True, the javascript generated doesn't produce polygons that map to the series. It instead produces area that map to the case where Property = False.
Can anyone think of a workaround? I really would like mouseover hotspots on my WebChart but they aren't appearing in the right place.
Thanks,
Andrew
Webchart SeriesHotSpot
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Pratty,
No, this bug hasn't been fixed yet. Please be aware at this forum for new release announcements and what's fixed/implemented on them.
No, this bug hasn't been fixed yet. Please be aware at this forum for new release announcements and what's fixed/implemented on them.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi Narcís,
I've found that the bug happens in windows forms apps too. I've created a stacked bar chart with an on series click event. When not zooming, the on series click events are being fired when clicking on a series.
However, when zoomed in, events are only fired when clicking on the top left hand corner of a point.
I suspect there is a bug in the point outline bounding box code which is used both for series click events and also to generate html for the hotspot tool.
Is there any fix for this bug in the pipeline yet?
thanks,
Pratty
I've found that the bug happens in windows forms apps too. I've created a stacked bar chart with an on series click event. When not zooming, the on series click events are being fired when clicking on a series.
However, when zoomed in, events are only fired when clicking on the top left hand corner of a point.
I suspect there is a bug in the point outline bounding box code which is used both for series click events and also to generate html for the hotspot tool.
Is there any fix for this bug in the pipeline yet?
thanks,
Pratty
Hi Pratty
The HotSpots bug hasn't been fixed yet. I can't know when the bug will be fixed, please be aware at this forum for new release announcements and what's fixed/implemented on them.
We couldn't reproduce the windows form apps issue here, using lastest version 2 release (Build 2.0.2652.22325 "available at the web"). Could you please send us a simple example project we can run "as-is" to reproduce the issue here?
You can post your files either at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup or at our upload page. Please let us know when you have posted the sample project.
Thanks in advance.
The HotSpots bug hasn't been fixed yet. I can't know when the bug will be fixed, please be aware at this forum for new release announcements and what's fixed/implemented on them.
We couldn't reproduce the windows form apps issue here, using lastest version 2 release (Build 2.0.2652.22325 "available at the web"). Could you please send us a simple example project we can run "as-is" to reproduce the issue here?
You can post your files either at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup or at our upload page. Please let us know when you have posted the sample project.
Thanks in advance.
Hi Edu,
I've updated a simple example to use as a test case, named TestStackedMouseOver.zip.
I've created a project that has a simple onseries click action that changed the selection point red, and writes the selected point's value to the status bar.
You'll find that in the "zoomed out" view, clicking on a series does the correct thing. However, if you zoom in and then try again, a series point can not be selected unless you click in the upper left hand corner of the point.
thanks,
Pratty
I've updated a simple example to use as a test case, named TestStackedMouseOver.zip.
I've created a project that has a simple onseries click action that changed the selection point red, and writes the selected point's value to the status bar.
You'll find that in the "zoomed out" view, clicking on a series does the correct thing. However, if you zoom in and then try again, a series point can not be selected unless you click in the upper left hand corner of the point.
thanks,
Pratty