moltar / typescript-runtime-type-benchmarks

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
https://moltar.github.io/typescript-runtime-type-benchmarks/
657 stars 63 forks source link

Badge to show libraries which prevent NaN as the number type #1269

Open DZakh opened 5 months ago

DZakh commented 5 months ago

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:

DarkGL commented 2 weeks ago

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

Tried to do it with chart.js and failed

DZakh commented 1 week ago

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 commented 1 week ago

I just didn't find time for it yet