Clubber Lang
Clubber Lang
No news ? I tried : ``` mdc-dialog .mdc-dialog__surface { width: 500px; } ``` But it doesn't seems to work :-P
Hi, I have noticed that when I use only 4 "items" in the pie menu I have a line going over the items (See the red arrow on the attached...
Great explanation ! Thanks for it. You helped me a lot.
Done. Sorry ;-)
Still any idea of the problem ?
It is because of the data-app="true" !
Hi, Is there any update or workaround ?
BTW, I have created a sub-class of GridPlacement that does the job. It is a hack but it works. It is not a clean solution, but still... it do the...
Ah great to know, I was looking for a fix. For now I have a lot of datas displayed in the bottom and so the chart is very slow :-(...
BTW, I fix it like this (It is not elegant, but seems to work) SideTitles bottomTitles = SideTitles(showTitles: true, interval: _intervalSize, getTitlesWidget: _getBottomTitle, reservedSize: 32); Widget _getBottomTitle(double value, TitleMeta meta)...