Hi Mikey,
You need to write code to detect the screen size. Then you can send a request to the web
server with the screen size. (These two parts need to be written using Javascript.) The
server can then create the chart at the proper screen size.
For charts without user interactions (like tooltips, drag to scroll, etc), you can also just
create a fixed sized chart, and change the display size by using HTML/CSS to make with the
screen size.
Hope this can help.
Regards
Peter Kwan |