Eric Kitaif
Eric Kitaif
I fixed it by modifying the data in my promise, then when it's all setup I do this... it's not pretty but it draws properly now: $timeout(function(){ value = $scope.data[0].pop;...
I'll create a new issue if this one isn't monitored anymore. I'd also like to see setSeleciton work, which is not defined anywhere in types.d.ts that I can find. https://developers.google.com/chart/interactive/docs/events...
I very well may be missing something. I would expect the `setSelection` method to be available on a chart. ``` const chartEvents: [ReactGoogleChartEvent] = [ { eventName: 'ready', callback({ chartWrapper...
@sam-higton Same here with line 171 179 and 224. Line 224 looks like it has two C's in Picasso.
@DanielJDufour I'm having a similar issue. I currently have a coordinate model that I use to convert between D.D, DM.M, DMS.S, and MGRS. The problem I'm getting is that my...
Guess the solution for now is just to pull this project and use what's in master instead of npm. Thanks.