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}
}
}