Google Chart print version bug in Edge?

22 views
Skip to first unread message

Calvert

unread,
Aug 26, 2018, 8:48:45 PM8/26/18
to Google Visualization API
Hello, I am trying to create a printed version of my HTML page with one google chart in it and the result is not acceptable. I have uploaded an image of the result.

      var options = {
        title: 'Muscle Activation',
        colors: ['#e0440e'],
        hAxis: {

        },
        chartArea:{
          bottom: 80,
        },
        width: '100%',
        height: 320,
        legend: {
          position: 'bottom',
        },
      };

This is my option code for the google chart that I have and the x-axis labels floated up into the graph in the printed version in Microsoft Edge only. I tested with Chrome, Firefox, Opera, and IE and they do not have this problem. What did I do wrong? I only messes with the width attribute of the div that I put in this graph. 
muscle.PNG
Reply all
Reply to author
Forward
0 new messages