Hi,
I have created an annotation chart but the chart range filter display at
the bottom is way bigger than the chart x axis itself (see screenshot). Is
there a simple way to fix this so that the two are aligned?
Below are the annotation chart options I am using:
var chart = new google.visualization.ChartWrapper({
chartType: 'AnnotationChart',
containerId: 'chart_div',
dataTable: lineTable,
options: {legend:'left',
'title': label+' index',
legendPosition: 'newRow',
displayDateBarSeparator: true,
ui: { snapToData: 'true'},
chart: {
vAxis: {format: '#,###', title: label},
hAxis: {textStyle: {fontSize: 10, fontName: 'Times-Roman'}},
colors: [ "violet", "turquoise"],
'width':800,
'height':500,
backgroundColor: 'transparent',
crosshair: { trigger: 'focus' },
legend: { position: 'right' },
interpolateNulls: true}
}
});
Thank you,
Nick
--
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/21d65fc7-c831-4033-8d14-7914a672c787%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.