ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Graph as pop up
Posted by nmahale on Mar-16-2017 12:18
Attachments:
Hello All,
   I am trying to open chart/graph in given available area only not as new web page on Chrome.
  As if now I am able to open it as new page when I click on button(Please find attached image) but I want to open it that particular area only as shown in image.
This should get open when I click on button.
PAG1.png

  Re: Graph as pop up
Posted by Peter Kwan on Mar-17-2017 01:15
Hi nmahale,

You can use any normal HTML/Javascript techniques to show things anywhere you like in your web page. For example, you can use an IFRAME like:

<IFRAME SRC="/path/to/zoomscrollchart" ......>

In the above, the URL is hard coded. You can use a button, so that when the user clicks the button, some Javascript is executed which set the SRC of the IFRAME to the chart you want to show.

Regards
Peter Kwan