Legend shape changes after refresh data set
Open
bug
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I am using scatter chart to represent real time data
I used next code to change shape form of legend
`self.chart.legend.entries.first?.form = .circle`
However, after
```
self.chart.data?.notifyDataChanged()
self.chart.notifyDataSetChanged()
```
It becomes default (square)
FYI and FYR
Contributor guide
Assessment
This issue has not been assessed yet.