the-hobbes / website_time_tracker

A chrome extension to track where you spend your time on the web.
Other
3 stars 1 forks source link

Don't show pie slices that account for less than x percent #14

Closed the-hobbes closed 9 years ago

the-hobbes commented 9 years ago

Probably 1 percent would be a good place to start.

the-hobbes commented 9 years ago

I suppose I could try messing with the d3 code, or I could just not pass in low values (eg set a hit threshold) to the pie chart api, which might be easier.