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.