albcunha

Results 13 comments of albcunha

I came looking for something like this, as when I use react-to-print, echart wont resize.

Will it be something like this? https://codesandbox.io/s/j8o94

That would work, but as you can deepnest populate, you would expect to also be able to deep nest filter. Maybe we could change dataProvider? refine/Strapi-V4 constructs dataprovider with strings...

In case someone stumbles on this problem. In short: Change dataset this way: **Old:** `datasets = [ {id, label, color, allData, fields} ]` **New:** `datasets = [{version: "v1", data: {id,...

Hi! Opa, camarada! I´m no position to help, but I saw your json file and I think it does not follow Kepler.GL guidelines for polygon: It says: `Polygon layer can...

> Try adding the following to resolutions and scripts in package.json, this worked for kepler.gl version 2.5.4 `"resolutions": { "@deck.gl/mesh-layers": "8.6.8", "@deck.gl/aggregation-layers": "8.6.8", "@deck.gl/carto": "8.6.8", "@deck.gl/core": "8.6.8", "@deck.gl/extensions": "8.6.8", "@deck.gl/geo-layers":...

Ideally, I think a general rule would be that token.idx for the take only the first character and the second token could rest of the word (the remaining characters). They...