Frank Rowe

Results 12 issues of Frank Rowe

Not sure when this change was introduced, but the `getPointInView` method on Android now returns actual screen resolution pixels, not density-independent pixels. I'm using the following fix in my app,...

Thanks for this lib! This is just a small change to make `parse` a pure function. It won't mutate the original geojson object.

Make a submenu Layer > Zoom, with options Zoom to Layer and Zoom to Selected

feature

Double click on a cell to enable editing, Enter to save.

feature

This is because the layer's geojson is edited in place, making an undo operation unable to retrieve the old geojson. Either remove the selected property from features, or add this...

bug

Make bar label nodes not children of their bar, so that they can overlap other bars in a stacked bar chart

Set a maximum bar width for charts with only one or two bars. Fat bars are ugly. ![screen shot 2014-01-31 at 3 54 10 pm](https://f.cloud.github.com/assets/410285/2054726/df8eeece-8ab9-11e3-8d8d-e79cea467594.png)

When X axis labels are too long, abbreviate them and add an ellipsis, similar to charts on http://www.esrgc.org/dashboards/dllr/#work

enhancement

Stacked Bar locations are slightly off on iPad. ![screen shot 2014-01-28 at 9 58 15 am](https://f.cloud.github.com/assets/410285/2020018/a9ca9048-882c-11e3-84fb-891fcaf65a39.png)

bug