MargoFG
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() ])
大佬,有空闲给指导一下哈,膜拜大佬,
大佬大佬,在吗,救命啊
 https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/series-dumbbell/styled-mode-dumbbell/ 大佬,这个改颜色,和线条粗细好像是通过css 改的,那pro应该怎么做能达到效果
 这是我想实现的效果
 根据文档找到了设置 颜色,但是上下2个圆球的半径设置还没找到
https://www.highcharts.com/docs/chart-and-series-types/dumbbell-series 哈哈哈,刚找到,
 就是不知道为啥有点偏
这应该是 Highcharts 的bug https://github.com/highcharts/highcharts/issues/12819
老哥,上面这个圆点偏移的bug有没有什么方法能解决,比如js啥的