Ayush P Gupta

Results 114 comments of Ayush P Gupta

okay i will add a param related to it

There are some issues here. Because the data type isnt string so the search widget is unknown about what field to show. If it were a string it would have...

Yes i think in this case you need to provide table cell builder and adjust its height/padding as per required

@singnoi Do one thing use table cell builder and use a container of fixed height lets say 70 or 100 . In this way each row cell would be of...

@singnoi ``` tableCellBuilder: (value) { return Container( height: 100, padding: EdgeInsets.symmetric(horizontal: 4.0, vertical: 2.0), decoration: BoxDecoration(border: Border.all(width: 0.5, color: Colors.grey.withOpacity(0.5))), child: Text( value, textAlign: TextAlign.center, style: Theme.of(context).textTheme.display1.copyWith(fontSize: 14.0, color: Colors.grey[900]),...

We can introduce a flag related to showing image to trigger visibility @xsahil03x

Note for future upcomers: 1. One needs to change name field in package.json to get the app run. 2. If using `nuxt.config.ts` not `js` for nuxt project, you need to...

Hi @the-double-a , I am able to run dev version correctly, but when it comes to releasing with electron builder my app is crashing. Looks like main.js isnt respected and...

I don't think that's supported. You can try switching off legends and pass your own customized ones.

Can you please provide what data you are passing in `data` object? Also what about total value parameter. Currently it makes value rendered as 100% without total value parameter