I want to use Google linechart .
My questions:
1) How can I set the background-color:transparent ??
2) If user click on full page size ( button right ) , the chart will not be 100% width again , how to set it 100% ?
This picture is for second question
There is only way to reaction about device width (or windows width) and that is redraw chart. It is true, but do not forget to destroy old chart before redraw new version.
This code can remove old chart , after that you can add new chart
I tested, It is working fine