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
This is an interesting feature. At first glance it seems like it could be a relatively simple addition. You can have a custom DataSet type that you provide a function to, to generate entries. Only generate the ones that you need to display (plus a little overshoot).
It would be great to be able to draw a mathematical function, like y = x^2.
We could provide a function of the like:
func value(for x: Double) -> Double
I'm currently looking to remove another chart library from my project and this is the only missing piece!
The text was updated successfully, but these errors were encountered: