Hi Mojibul,
Yes. You can achieve this with normal HTML/Javascript.
First, you need to know how to write a web page, such that if a user clicks on something on the top row (not necessarily a chart, it can be just a hypertext link), some other web page (or part of a web page) is displayed on the second row. The details depend on your web framework (or AJAX framework if you use one). You may refer to your HTML/Javascript and your web/AJAX framework documentation for details.
There is a sample code "Javascript Clickable Chart" included in ChartDirector, which demonstrates how to connect Javascript events to the hot spots. In the sample code, the Javascript event handler draws a table under the chart when the mouse is over a hot spot. For your case, you can write a Javascript mouse click handler to display another chart under the original chart. In the simplest case, you can draw an IFRAME or IMG tag under the original chart, with a URL that retreives the other chart from the server.
Hope this can help.
Regards
Peter Kwan |