Benjamin Charity

Results 55 comments of Benjamin Charity

Others have reported this and a collaborator has replicated the issue. We'll wait a bit to see if more information arises. https://github.com/amcharts/amcharts4/issues/1424 Another issue specifically around this: https://github.com/amcharts/amcharts4/issues/1146 The current...

Possible fix? > It isn't actually an issue with Angular, you just need to add these lines of code and it will work: ``` let polygonSeries = map.series.push(new am4maps.MapPolygonSeries()); polygonSeries.useGeodata...

The above is not a fix. Our code already had these lines directly from the original example.

Currently on hold. Waiting for eng/prod to nail down data/api issues.

We were able to get a mask directive working with Material inputs using the `text-mask` library mentioned above. You can [see the code here](https://github.com/GetTerminus/terminus-ui/blob/master/terminus-ui/src/mask/mask.directive.ts) if it's helpful (at least until...

@akashhartler fwiw I was able to do this with a small bit of CSS ``` '.rmdp-calendar': { maxHeight: '550px', overflowY: 'auto', }, '.rmdp-full-year': { gridTemplateColumns: 'repeat(1, 1fr)', }, ``` ![Kapture...

@JTBrinkmann apologies, but afaik subscribing doesn't stop stale bots etc from closing out valid issues.

@kossnocorp a) I noticed that when I ran the build script prior to creating my PR, it generated several files that seemed unrelated b) `yarn test` passed locally _prior_ to...