import echarts from './echarts.min'; import toString from '../../util/toString'; export default function renderChart(option) { return ` \n echarts
` }