ChartsOrg / ChartsOrg/Charts

Legend shape changes after refresh data set

Open
#3,389 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.