markdown-it-vue 1.1.7版本不支持展示柱状图表的title、tooltip、图例legend吗?
{ "title": { "text": "World Population" }, "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } }, "legend": {}, "xAxis": { "type": "category", "data": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"] }, "yAxis": { "type": "value" }, "series": [ { "name": "test1", "data": [120, 200, 150, 80, 70, 110, 130], "type": "bar", "stack": "total" }, { "name": "test2", "data": [12, 20, 35, 88, 7, 11, 13], "type": "bar", "stack": "total" }, { "name": "test3", "data": [120, 200, 150, 80, 70, 110, 130], "type": "line" } ] }
是的 看源码用的是简易echarts import * as echarts from 'echarts/dist/echarts.simple.min'
是的 看源码用的是简易echarts import * as echarts from 'echarts/dist/echarts.simple.min'
嗯嗯 看到啦 谢谢