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:
parent
45d8426f10
commit
6b79d5b1a8
1 changed files with 1 additions and 2 deletions
|
|
@ -78,8 +78,7 @@ export const chartMajorVersionCfg = {
|
|||
},
|
||||
},
|
||||
responsive: true,
|
||||
maintainAspectRatio: true,
|
||||
aspectRatio: 1 | 5,
|
||||
maintainAspectRatio: false,
|
||||
plugins: {
|
||||
tooltip: {
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue