You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to change the text colors of each of the legend entries.
What did you expect to happen?
I expected to be able to change each of the entries' text colors, in my case it would correspond like so:
Entry 1: "Solves", color: UIColor.blue
Entry 2: Average of Five", color: UIColor.orange
What happened instead?
I could not find the relevant customizable property that allowed for changes to the color of each label in the legend. Instead, there was one that changed the color of all labels at once (Chart.legend.textColor).
Charts Environment
Charts version/Branch/Commit Number: Version 3.3.0 Xcode version: 10.2.1 Swift version: 4 Platform(s) running Charts: iOS macOS version running Xcode: Mojave
The text was updated successfully, but these errors were encountered:
FusionCDR
changed the title
change legend text color
change line chart legend text color
Apr 27, 2019
What did you do?
I attempted to change the text colors of each of the legend entries.
What did you expect to happen?
I expected to be able to change each of the entries' text colors, in my case it would correspond like so:
Entry 1: "Solves", color: UIColor.blue
Entry 2: Average of Five", color: UIColor.orange
What happened instead?
I could not find the relevant customizable property that allowed for changes to the color of each label in the legend. Instead, there was one that changed the color of all labels at once (Chart.legend.textColor).
Charts Environment
Charts version/Branch/Commit Number: Version 3.3.0
Xcode version: 10.2.1
Swift version: 4
Platform(s) running Charts: iOS
macOS version running Xcode: Mojave
The text was updated successfully, but these errors were encountered: