2

I am currently using SwiftChart library. I would like to add legend to a multi line chart. I cannot find if there is a way to do this. Can anyone help me here?

User
  • 31,811
  • 40
  • 131
  • 232
CrashOverride
  • 639
  • 1
  • 7
  • 19

1 Answers1

3

The legends are in a separate repository: https://github.com/i-schuetz/ChartLegends

User
  • 31,811
  • 40
  • 131
  • 232
  • 1
    I understand your justification for not including a default. I already started implementing a custom legend. I was just hoping for a default. Anyways I will make a feature request in Github, maybe others might like the idea of some form of default. Thank you for your response! – CrashOverride Oct 29 '15 at 15:42