typescript-runtime-type-benchmarks
typescript-runtime-type-benchmarks copied to clipboard
Badge to show libraries which prevent NaN as the number type
Since there were discussions about adding badges for JIT/AOT/runtime library types. I think it would be nice to add a badge to indicate whether the library prevents NaN as the number value.
Probably there will be 50/50 split.
I will probably not have time for this, but to summarize info from other issues it would be nice to add:
- Link to github and number of starts
- Link to npm and number of downloads
- JIT/AOT/runtime badge
- NaN safety badge
Does somebody know chart library that supports images and links in labels?
Tried to do it with chart.js and failed
I was looking at the code and I think it's possible to implement with the current chart library. Just generate svg for each item separately and include labels and links in between with html.
I just didn't find time for it yet