Hacker News new | ask | show | jobs
by exod983 1064 days ago
Regarding the charts, you would have to use low-level chart libraries, such as VisX or D3
5 comments

There are server-rendered charts, but those have more or less fallen out of vogue since there's no interactivity.
Write the SVG by hand use DOM manipulation to alter the d attribute of an SVG <path>, use a low lever library like d3-shape to compute the interpolations.
Highcharts seems also really customizable
This library just wraps Recharts
chartscss.org could cover off basic stuff