Good day,
Is it possible to instruct PocketQuery (or GoogleCharts) to display a bit more of the X axis lables?
I have the following problem:
As you can see the text does not fit..
Configuration:
var options = { title: '$queryParameters.hostname', height: 300, width: 600, vAxis: { minValue: 0, maxValue: 1, format:'#%' }, hAxis: {slantedTextAngle:45 }, legend: {position:'none'} }; PocketQuery.chart('LineChart', options);
Thank you!
Ok,
the font of the axis can be controlled through options:
hAxis: { slantedTextAngle:45, textStyle: { color: '#005500', fontSize: '10', paddingRight: '100', marginRight: '100'} },
Thank you, Evgeny! Welcome to the PocketQuery team ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.