Inverle
|
bb9089aa99
|
Fix chart resize regression due to chart.js v4 update (#8298)
* Fix chart resize regression due to chart.js v4 update
* Update to chart.js v4.5.1 + add .map file for easier debugging
https://github.com/chartjs/Chart.js/releases/tag/v4.5.1
* Delete .map file
|
2025-12-09 00:59:10 +01:00 |
|
Inverle
|
18536409c0
|
Fix chart.js support for SeaMonkey (#7816)
SeaMonkey support was broken by #7752
Reproduce JS file:
```bash
git clone https://github.com/chartjs/Chart.js && \
cd Chart.js && \
git checkout tags/v4.5.0 && \
sed -i 's/es2022/es2021/g' rollup.config.js && \
pnpm install && \
pnpm run build && \
sha256sum dist/chart.umd.min.js
# SHA256 of dist/chart.umd.min.js should be: 311a5a5e0db077a787b782977f359a72f8584f94d800e324dcc6aefe8a006dd7
```
|
2025-08-11 21:23:50 +02:00 |
|
Inverle
|
6f7bea4a5a
|
Update chart.js from 3.5.1 to 4.5.0 (#7752)
|
2025-07-25 23:05:13 +02:00 |
|
Alexandre Alapetite
|
d0b9611319
|
Update bcrypt.js from 2.4.4 to 3.0.2 (#7449)
https://github.com/dcodeIO/bcrypt.js/releases/tag/v3.0.0
Can be updated to the latest version with:
`curl -L https://unpkg.com/bcryptjs/umd/index.js > p/scripts/vendor/bcrypt.js`
|
2025-03-25 10:19:51 +01:00 |
|
maTh
|
02641de32e
|
Stats: replace flotr2 with chart.js (#3858)
* include Chart.js
* page: main statistics. Flotr.js replaced with Chart.js
* main stats + repartition
* Delete: repartition.js + stats.js
* delete flotr2
* add libs in README
* polish
* code polish
* fixed amount of week days and months
* added manget link for LibreJS
* added: @license-end
* phpcbf + jshint formatting
* delete old code
* fix stats
* fix Comments
* finally I found the issue and fixed its best
* fix the month stats
* Whitespace fixes
* Remove flotr2
* Rename to chart.min.js
* Remove console.log
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
2021-10-16 12:00:07 +02:00 |
|