Easy SVG sparklines
alexplescan.com
Easy SVG sparklines
1–10 of 106 posts
Re: Easy SVG sparklines
#2Re: Easy SVG sparklines
#3Re: Easy SVG sparklines
#4[1]: https://hntrends.net/api/og?word=twitter [2]: https://github.com/lovell/sharp
Re: Easy SVG sparklines
#5this works well when you have a few sparklines with a dozen datapoints each, but less well when you have many sparklines with hundreds of datapoints.
Re: Easy SVG sparklines
#6this works well when you have a few sparklines with a dozen datapoints each, but less well when you have many sparklines with hundreds of datapoints.
I'd bet an SVG can easily handle hundreds, if not thousands, of datapoints.
Re: Easy SVG sparklines
#7Re: Easy SVG sparklines
#8pretty good. can user interactive charts be prepared in this way?
Re: Easy SVG sparklines
#9Earlier quoted context omitted.
I'd bet an SVG can easily handle hundreds, if not thousands, of datapoints.
Then you have to deal with scaling, responsiveness, data decimation, etc. It's not really a good idea to just have a multi thousand point line chat rendered real tiny