markdown-it-vue icon indicating copy to clipboard operation
markdown-it-vue copied to clipboard

markdown-it-vue 1.1.7版本不支持展示柱状图表的title、tooltip、图例legend吗?

Open CaoRuimiao opened this issue 9 months ago • 2 comments

{ "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" } ] }

Image

CaoRuimiao avatar Mar 21 '25 09:03 CaoRuimiao

是的 看源码用的是简易echarts import * as echarts from 'echarts/dist/echarts.simple.min'

zh103 avatar Apr 24 '25 01:04 zh103

是的 看源码用的是简易echarts import * as echarts from 'echarts/dist/echarts.simple.min'

嗯嗯 看到啦 谢谢

CaoRuimiao avatar Apr 24 '25 02:04 CaoRuimiao