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
Currently the coin graph is using the path.lineTo function, causing the lines to be straight between nodes. It would be nice to use path.relativeCubicTo or path.relativeConicTo to make the graph prettier.
The text was updated successfully, but these errors were encountered:
Currently the coin graph is using the
path.lineTo
function, causing the lines to be straight between nodes. It would be nice to usepath.relativeCubicTo
orpath.relativeConicTo
to make the graph prettier.The text was updated successfully, but these errors were encountered: