上午图表项目符号重叠

问题描述

如图所示有 2 个正方形(150 y 轴)重叠,我想分别显示它们,我该怎么做?

enter image description here

这里是代码方块:

var diaGraph = new AmCharts.AmGraph();
    diaGraph.valueAxis = bpValueAxis;
    diaGraph.valueField = "diastolic";
    diaGraph.balloonText = "DIA:[[diastolic]] "+uom+"<br><p style='font-size:9px;max-width:300px; word-wrap: break-word;'>[[alert_text]]</p>";
    diaGraph.colorField = "bullet_color";
    diaGraph.lineColor = "#808080";
    diaGraph.bullet = "square";
    chartBP.addGraph(diaGraph);

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)