ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.51k stars 5.99k forks source link

Open the `highlighted` property of ChartViewBase #5077

Open R1ick opened 1 year ago

R1ick commented 1 year ago

Goals :soccer:

This modification is necessary to implement ability to add multiple markers on the chart via .

Implementation Details :construction:

In code we have to be able change @objc open internal(set) var highlighted: [Highlight] property to properly implement our logic.

Now we able to modify highlighted property of ChartView in it's heirs.