diff --git a/README.md b/README.md index 224f458..1e4d34a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/index.html b/index.html index df741bf..97542a6 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ - +
- - ⚠️ There are known issues - with chart display in Chromium-based browsers and Safari. Please use Firefox to view charts. - -