MargoFG

Results 22 comments of MargoFG

.tooltipSet(AATooltip.new .enabledSet(false)) // no tooltip .xAxisSet(AAXAxis.new .crosshairSet(AACrosshair.new .colorSet([AAColor clearColor]) .widthSet(@(0)))) // no marker selection .statesSet(@[ AASeriesElement.new .statesSet(AAStates.new .hoverSet(AAHover.new .enabledSet(true ) .lineWidthPlusSet(@0))) // not series highlights .dataSet() ])

大佬,有空闲给指导一下哈,膜拜大佬,

大佬大佬,在吗,救命啊

![image](https://user-images.githubusercontent.com/17683036/118088313-766cc300-b3f9-11eb-9ef6-7c3959732241.png) https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/series-dumbbell/styled-mode-dumbbell/ 大佬,这个改颜色,和线条粗细好像是通过css 改的,那pro应该怎么做能达到效果

![image](https://user-images.githubusercontent.com/17683036/118088566-d5323c80-b3f9-11eb-9755-61e59111e14a.png) 这是我想实现的效果

![image](https://user-images.githubusercontent.com/17683036/118103348-64485000-b40c-11eb-85a0-f7235760917a.png) 根据文档找到了设置 颜色,但是上下2个圆球的半径设置还没找到

https://www.highcharts.com/docs/chart-and-series-types/dumbbell-series 哈哈哈,刚找到,

![image](https://user-images.githubusercontent.com/17683036/118109804-3c5cea80-b414-11eb-8eca-ef08ed16f08d.png) 就是不知道为啥有点偏

这应该是 Highcharts 的bug https://github.com/highcharts/highcharts/issues/12819

老哥,上面这个圆点偏移的bug有没有什么方法能解决,比如js啥的