Hello Pierre,
As discussed in today’s call.
For Attributive chart, space chart can have ‘n’ number of lines. Each mark point adds a highlight decorator due to which line is getting thicker. Is there any possibility from chartsKt to keep only 1 highlight decorator if there are many one on each other?]
using following highlight decorator
drawingZone.rect {
x = position.x - w / 2
y = .0
width = w
height = drawingZone.contentHeight
fill = Colors.Web.gray.opacify(0.1)
strokeColor = null
}
It is important for next webchart release.