-
-
Notifications
You must be signed in to change notification settings - Fork 7
stats: self-host stargazers chart (fix broken starchart.cc embed) #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,10 +64,10 @@ div.text-center | |
| p | ||
| | How many people have starred the ActivityWatch repository on GitHub | ||
| div.img-center | ||
| a(href="https://starchart.cc/ActivityWatch/activitywatch") | ||
| img.width-700(title="Stargazers over time" src="https://starchart.cc/ActivityWatch/activitywatch.svg") | ||
| a(href="https://github.com/ActivityWatch/activitywatch/stargazers") | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The replacement chart no longer depends on starchart, but this new click target is the same GitHub Useful? React with 👍 / 👎. |
||
| img.width-700(title="Stargazers over time" src="/img/stats/stars.png") | ||
| div.small.dim | ||
| | Provided by starchart.cc | ||
| | Tracked in ActivityWatch/stats, updated every 6h | ||
|
|
||
| hr.my-5 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new local stars chart is generated with
--since 2017-07-01, so/stats/will drop the 2016-to-mid-2017 stargazer history that the replacement is meant to preserve. The page now shows a truncated cumulative curve instead of the full project history from the first stars.