You will need to look into the documentation for highCharts to find out.
Sorry, I thought you had moved on to HighCharts
The google chart is placed inside a div in the body of the html page. By default the body has a default margin of @ 10px on an html page. You need to remove this, setting the margins to 0, in the css.
body { margin:0 !important;}
(if enabled, ensure you have the background-color strokeWidth set to 0 as well)
For the chart you can set the size of the chart in the javascript, to the window of the webpage using the width: window.innerWidth and height: window.innerHeight settings - in extraOptions (you may need to adjust these ,e.g. minus 1 or 2 in order to remove the scrollbars if they appear). This second part may not work/be necessaary, because the containing div has styles of 100% for width and height hard coded, outside of the javascript.
Hi, I'm trying to use this extension, and everything seems to be alright, but it doesn't show anything when I click the button, what could be a problem? Thank you
Can someone help me with how to use the CSS socket in the Table Chart? Sometimes my table has only one row and I need to fix the height of the row. I really don't want that height automatic expansion.
Thank you all.
Thank TIMAI2 for your answer. I tried but it's not working. I made a simple example attached here (.aia file). Can you take a look and find a way to fix it? Thank you. AskTIMAI2_ChartMakerPlus1_TableChart.aia (13.6 KB)