Highcharts - How do I change the filter styling?

只愿长相守 提交于 2019-12-25 03:22:54

问题


In highcharts (bubble) I have a filter. The problem is that when applied, it renders the filtered data in a really ugly manner.

This is an example of the code when I inspect the element:

<circle fill-opacity="0.5" fill="rgb(255,255,255)" stroke-width="2" stroke="#000000" r="230.5" cy="491.60872727272726" cx="579"></circle>

I would like to simply have bubbles that get removed to disappear completely and my remaining bubbles to remain as they were (transparent fill and 1px #000 solid border)

Any hints on how to achieve this?

Thanks Jacques EDIT - screen captures added:

来源:https://stackoverflow.com/questions/25793161/how-do-i-alter-svg-styles

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!