export declare const defaultUpdateMyChartFuncStrMd = "\n\u793A\u4F8B\uFF1A\n```\noption = {\n title: {\n text: 'ECharts \u5165\u95E8\u793A\u4F8B'\n },\n tooltip: {},\n legend: {\n data: ['\u9500\u91CF']\n },\n xAxis: {\n data: ['\u886C\u886B', '\u7F8A\u6BDB\u886B', '\u96EA\u7EBA\u886B', '\u88E4\u5B50', '\u9AD8\u8DDF\u978B', '\u889C\u5B50']\n },\n yAxis: {},\n series: [\n {\n name: '\u9500\u91CF',\n type: 'bar',\n data: [5, 20, 36, 10, 10, 20]\n }\n ]\n}\n```\n";