使用指定回复生成不了echarts图表

自定义内容如下:
<echarts_rander>{‘actionType’:‘JSON’, ‘option’:{
xAxis: {
type: ‘category’,
data: [‘Mon’, ‘Tue’, ‘Wed’, ‘Thu’, ‘Fri’, ‘Sat’, ‘Sun’]
},
yAxis: {
type: ‘value’
},
series: [
{
data: [120, 200, 150, 80, 70, 110, 130],
type: ‘bar’
}
]
}, ‘style’:{
backgroundColor: ‘#f5f5f5
}}
</echarts_render>

写错字了。