问题
I am using https://github.com/danielgindi/Charts
I am trying to add marker manually on launch of Scatter graph.
I am using chartView.highlightValue(x: 7, y: 9, dataSetIndex: 1, callDelegate: false)
but gives different points on graph based on different type of data. What is relation of dataSetIndex here ?
What i am looking for is to stick the marker on x: 7, y: 9
.
Please suggest how can i achieve it?
来源:https://stackoverflow.com/questions/62343054/how-to-manually-add-marker-in-swift-charts-at-fixed-point