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

Bubble Chart/Scattered Chart Support OR Support for setting individual point configuration in LineChart/MultiLineChart #153

Open kunalverma25 opened 2 years ago

kunalverma25 commented 2 years ago

Is it possible to add a bubble chart like -

I've managed to make something similar using multi-line chart, but as the chart doesn't support different/individual point configurations the exact bubble chart can't yet be implemented using the library as of yet.

willdale commented 2 years ago

I'll look in to it.