patrickmcelwee / ml-analytics-dashboard-ng

AngularJS analytics dashboard for use with MarkLogic database
Other
1 stars 1 forks source link

Add ability to group-by measure fields (maybe while limiting number of results) #67

Open patrickmcelwee opened 7 years ago

patrickmcelwee commented 7 years ago

Sometimes you might want to do this - for example, if you have IDs indexed as ints. Of course, ID might not be a good group-by if there are a lot of them.

Implementing this might be a good time to also implement limits on the number of results that we try to display in the chart.