Hi Everyone:
I'm starting to use *Material LineChart* instead of Classic LineChart, but
I found a problem when I tried using
MaterialOptions= {
width: width,
height: 400,
colors: ['#db3236', '#4885ed'],
dataOpacity: 0.3,
legend: {
position: 'top',
textStyle: {
fontSize: 12
}
} series: {
0: {axis: 'Left'},
1: {axis: 'Right'},
},
axes: {
x: {
0: {label: horizontal_label}
},
y: {
Left: {label: left_label},
Right: {label: right_label}
}
}
But the chart legend never moves. Thank you for your help.
--
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/7dadd6b0-a915-4af8-805c-887affb8a87d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.