Hey,
I currently have no particular plans to implement anything with GeoJSON
personally, but if you're interested in whipping something up, would
consider merging.
You could of course display images from google charts without GeoJSON,
doing a distinct style per point, for example:
http://olwidget.org/olwidget/v0.4/doc/examples/info_per_point_style.html
Ultimately, olwidget.Map is a subclass of the OpenLayers map, so you can
apply any OpenLayers methods to it.
-charlie
Ultimately, olwidget.Map is a subclass of the OpenLayers map, so you can
apply any OpenLayers methods to it.