Alissa Teigland

Results 2 comments of Alissa Teigland

Updated link to the migration guide: https://www.chartjs.org/docs/3.0.2/getting-started/v3-migration.html

I just ran into this. In my case I was calling fit before terminal.open() The following code works for me: ```js const terminal = new Terminal(); const fitAddon = new...