正在查看旧版本。 查看 当前版本.
与当前比较 查看页面历史
版本 1 下一个 »
(本文档仅供参考)
请问可以给柱图添加一个合计轴吗?
1.可以在图形里面直接设置,如下图:
2.用并查询,可参考此文档:可视化查询—实现并查询和子查询
3.写sql用union拼接,之后基于数据作图,sql可参考以下说明:
select<br> name,<br> num <br> from<br> b<br> union<br> select<br> '合计',<br> sum( num) as '总数'<br> from<br> b
Viewtracker License Missing
There is a problem with the license of the Viewtracker addon. Please check if you have a valid license.