mirror of
https://github.com/godotengine/issue-stats.git
synced 2026-01-04 18:10:12 +03:00
Switch to Chart.js to fix chart display
Frappe Charts is broken on recent browsers, and upstream is inactive. This changes rendering from stacked horizontal bar graphs to donut charts, as stacked horizontal bar graphs aren't available in Chart.js to my knowledge.
This commit is contained in:
@@ -44,7 +44,7 @@ but they allow seeing what kind of hardware and software is popular among issue
|
||||
|
||||
- The frontend is a single [`index.html`](/index.html) page, plus the
|
||||
third-party dependencies mentioned below. No frontend building is required.
|
||||
- [Frappe Charts](https://frappe.io/charts) is used to display charts.
|
||||
- [Chart.js](https://www.chartjs.org/) is used to display charts.
|
||||
- [Ky](https://github.com/sindresorhus/ky) is used to make an HTTP request to the JSON file.
|
||||
- [Water.css](https://watercss.kognise.dev/) is used for styling the page.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user