Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
Resizing a graph
posted

Hi,

In my ultrachart, I have provided the height and width of the graph as 300px and 400px respectively.

However, when the web page is diplayed, it introduces a horizontal scroll bar as the width of the graph is quite large.

Is there a way I can put a restriction on the height and the width of the graph?

Parents
  • 26458
    Offline posted

    You can try placing the chart inside a <div> that is narrower that your page. If the chart is wider than your div and you don't want the div to have scrollbars, set overflow:hidden on it.

Reply Children