Google Charts Change color of X-Axis Font for Timelines
问题 I have a google chart and need to change the font color of the x-axis (this is the time axix) to White so as to contrast with the background I have: I have tried hAxis: {textStyle:{color: '#FFF'} <DIV> <p><U><font face="verdana" size="6" color="#CCCCCC">Thursday</font></U></p> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load("current", {packages:["timeline"]}); google.charts.setOnLoadCallback(drawChart);