1***@qq.com
1***@qq.com
  • 发布:2021-04-15 16:50
  • 更新:2021-04-20 21:58
  • 阅读:1391

#插件讨论# 【 秋云 ucharts echarts 高性能跨全端图表组件 - 秋云 】ucharts tooltip换行问题

分类:uni-app

ucharts tooltip换行问题
ucharts tooltip用</br>和\n都没有反应啊

格式为
"tooltipDemo1":function(item, category, index, opts){

    console.log(item);  

    return '随便用'+'\n'+item.name+':'+item.data+"A"  

},
2021-04-15 16:50 负责人:无 分享
已邀请:
秋云

秋云

目前uCharts的tooltips不支持/n换行,但可以通过拼接textlist的方式来实现,具体参考示例项目中other.vue

该问题目前已经被锁定, 无法添加新回复