Open damoonrashidi opened 4 years ago
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.
path.lineTo
path.relativeCubicTo
path.relativeConicTo
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.