datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

DwC JQuery Client - Field View - Histogram Implementation #55

Closed coreyo closed 13 years ago

coreyo commented 13 years ago

As part of the requirements for the DwCFieldView, we want to show distribution of values for a specific field. For numeric values, we will want to create a histogram / graph. This function will use the histogram function that we have implemented in the gateway API. For the initial implementation, it is recommended to use the google charts api:

http://code.google.com/apis/chart

The DwCFieldView should allow for configurability, including the number of bins (range groupings) in the histogram.