V2Wizard: Remove aspectRatio

This removes aspectRatio from the ReleaseLifecycle chart. The set aspectRatio was causing incorrect rendering of the annotation line, making time travel during image building inevitable.
This commit is contained in:
regexowl 2024-03-05 17:19:13 +01:00 committed by Lucas Garfield
parent 45d8426f10
commit 6b79d5b1a8

View file

@ -78,8 +78,7 @@ export const chartMajorVersionCfg = {
},
},
responsive: true,
maintainAspectRatio: true,
aspectRatio: 1 | 5,
maintainAspectRatio: false,
plugins: {
tooltip: {
enabled: false,