Y
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
bdcravens
1064 days ago
There are server-rendered charts, but those have more or less fallen out of vogue since there's no interactivity.
link
runarberg
1064 days ago
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.
link
exod983
1064 days ago
Highcharts seems also really customizable
link
dbbk
1064 days ago
This library just wraps Recharts
link
simonbarker87
1064 days ago
chartscss.org could cover off basic stuff
link