ps2alerts / website

The frontend website of the PS2Alerts statistics system, displaying real-time metrics and aggregated statistics to players of the game Planetside 2.
https://ps2alerts.com
GNU General Public License v3.0
16 stars 3 forks source link

ChartJS 3 migration & chart fixes #319

Open Maelstromeous opened 2 years ago

Maelstromeous commented 2 years ago

Currently we are on ChartJS 2.x.

There are a number of bugs with annotations and the homepage not rendering the victories graph on iOS.

Might be something to do with date parsing:

https://stackoverflow.com/questions/60308048/why-chart-js-charts-are-not-plotting-data-in-safari-works-in-chrome

Maelstromeous commented 11 months ago

ChartJS 4.0x isn't possible due to the nuxt / vue version, so a migration to v3 will happen instead.