willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
843 stars 105 forks source link

Possible to add multiline labels to Axis Texts? #150

Open kunalverma25 opened 2 years ago

kunalverma25 commented 2 years ago

Currently the line limit is harcoded and set to 1. Possible to make it configurable to accommodate multi-line labels?

willdale commented 2 years ago

I'm re-implementing axis labels in version 3. I'll look into it for that release.

kunalverma25 commented 2 years ago

Awesome!