typescript-runtime-type-benchmarks icon indicating copy to clipboard operation
typescript-runtime-type-benchmarks copied to clipboard

Badge to show libraries which prevent NaN as the number type

Open DZakh opened this issue 1 year ago • 3 comments

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

DZakh avatar Jul 07 '24 12:07 DZakh

Does somebody know chart library that supports images and links in labels?

Tried to do it with chart.js and failed

DarkGL avatar Nov 21 '24 21:11 DarkGL

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.

DZakh avatar Nov 22 '24 05:11 DZakh

I just didn't find time for it yet

DZakh avatar Nov 22 '24 05:11 DZakh