TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Gauge.js – A JavaScript animated gauge lib

7 pointsby m4rc3lvabout 3 years ago

2 comments

tobrabout 3 years ago
The link is a useless wrapper around this page:<p><a href="http:&#x2F;&#x2F;bernii.github.io&#x2F;gauge.js&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bernii.github.io&#x2F;gauge.js&#x2F;</a><p>A bit nostalgic to see the crossed-over “js” replaced with “coffee”. Tells me it’s not a particularly new library.
评论 #30732123 未加载
andsensabout 3 years ago
Years ago I wrote an article explaining how to do that in pure CSS: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@andsens&#x2F;radial-progress-indicator-using-css-a917b80c43f9" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@andsens&#x2F;radial-progress-indicator-using-...</a><p>It&#x27;s basically the same thing, just fully radial instead of just a gauge.<p>Here&#x27;s a working example: <a href="https:&#x2F;&#x2F;jsfiddle.net&#x2F;andsens&#x2F;mLA7X&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsfiddle.net&#x2F;andsens&#x2F;mLA7X&#x2F;</a> (click in the middle of it to animate to another random percentage)