Hi DSave, Unfortunately, there isn't currently an easy way to use css to modify google charts. However, I think there is a solution. You can draw two versions of your chart, one for printing and one for viewing. You can then toggle which one is visible using css and media='print'. I also recommend looking into this piece of documentation: https://developers.google.com/chart/interactive/docs/printing
Hope that helps! -Mitch On Wed, Jun 4, 2014 at 4:11 AM, <[email protected]> wrote: > I have these options: > > hAxis: {textStyle: {color: '#fff'},gridlines:{color: '#4a4a4a', count: > 12}, baselineColor:'#fff' }, > vAxis: {textStyle: {color: '#fff'},gridlines:{color: '#4a4a4a', count: 5}, > baselineColor:'#fff' }, > > because i have dark background. > > Is any way when i print webpage change: > hAxis: {textStyle: {color: '#000'},gridlines:{color: '#4a4a4a', count: > 12}, baselineColor:'#000' }, > vAxis: {textStyle: {color: '#000'},gridlines:{color: '#4a4a4a', count: 5}, > baselineColor:'#000' }, > > or is it possible use > style type='text/css' media='print' > > ¨Thx for help > > DSave > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
