Elina Keränen
Elina Keränen
@liamdebeasi Thanks for the links, I'll check them out. I also mentioned that the same issue applies also when I wrap the components in div, do you have a comment...
That change seems to be strictly for cases when you have only one functionality, ie. all items have label and radio button. However, my issue is with having multiple functionalities...
The way I managed to hack this with strict TS, is ` ` and ``` public getHeight(): any { return '100%'; } ``` Angular HTML templates don't allow ignoring TS...
Thanks for the explanation!
xxl breakpoints are also needed in all Ionic projects in my company. It's pretty easy to customize them for example like this, ``` @media (min-width: 1600px) { [size-xxl-4] { -webkit-box-flex:...
I have same problem, issue is the `xlink:href` that pdfkit can't handle even with `xmlns:xlink` marking.
@kurkle Yes, that hardcodes the english language, which doesn't remove the unexpected default behavior issue. I think a functionality that changes by default depending on user, is more unexpected. Especially...
 Honestly it's not a good idea :D
I have same behavior with css `table-layout: fixed` https://angular-chart-js-nhvr2v.stackblitz.io When the view grows, charts grow accordingly, when view goes smaller, chart size doesn't change correctly. When outside change is triggered,...
I have same issue: https://stackblitz.com/edit/stackblitz-starters-ngv2t8?file=src%2Fapp%2Fapp.component.ts Bug happens with both wheel and drag and on all axis modes. I have linear scales and no limits. Downgrading to Chartjs 4.3.0 fixed it....