Highcharts的最后一点有时是隐藏的

时间:2016-03-28 12:58:40

标签: javascript html css angularjs highcharts

我有一张图表,其数据不断更新。大多数情况下图表都很好,但有时最后一点的圆形图像是隐藏的,它的属性与其他图像不同。如果未隐藏,则属性与x和y坐标之外的其他属性类似。

无效图表
前两个图像标记是正确的,最后一个图像标记不正确并隐藏

<image preserveAspectRatio="none" href="images/marker-green.png" x="62" y="127.47" width="22" height="22" transform="translate(-11,-11)" stroke="#FFFFFF" stroke-width="1" fill="#a2b955" r="0"></image>

<image preserveAspectRatio="none" href="images/marker-green.png" x="0" y="109.47999999999999" width="22" height="22" transform="translate(-11,-11)" stroke="#FFFFFF" stroke-width="1" fill="#a2b955" r="0"></image>

<image preserveAspectRatio="none" href="images/marker-green.png" x="866.0000000000001" y="208" width="22" height="22" transform="translate(-9,-9)" stroke="#FFFFFF" stroke-width="2" fill="#a2b955" r="2" visibility="hidden"></image>  

Invalid graph

有效图表
第一个图像标记是最后一个圆点

<image preserveAspectRatio="none" href="images/marker-green.png" x="867" y="210" width="22" height="22" stroke="#FFFFFF" stroke-width="1" fill="#a2b955" r="0" transform="translate(-11,-11)"></image>  

<image preserveAspectRatio="none" href="images/marker-green.png" x="810" y="210" width="22" height="22" stroke="#FFFFFF" stroke-width="1" fill="#a2b955" r="0" transform="translate(-11,-11)"></image>  

<image preserveAspectRatio="none" href="images/marker-green.png" x="752" y="209.16" width="22" height="22" stroke="#FFFFFF" stroke-width="1" fill="#a2b955" r="0" transform="translate(-11,-11)"></image>

Valid graph

隐藏财产的原因是什么?外部div很大,CSS也很合适。谢谢。

0 个答案:

没有答案