is there a way to hide the vertical lines in this chart type. I need only this horizontal lines in this chart-type
thanks for your work
2 Answers, 1 is accepted
0
Svet
Telerik team
answered on 13 Jun 2018, 10:30 AM
Hi Thomas,
Thank you for the screenshot.
We can achieve the desired behavior by using the [visual] method of the SeriesItemComponent. Basically, we will create a Path for each point and add it to a Group with the help of the Drawing API. Check the following sample plunker demonstrating this approach: