krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

Boxplot custom tooltip #626

Open victorbadic opened 7 years ago

victorbadic commented 7 years ago

Hi!

I'm trying to create a custom tooltip for a boxplot, using the example on your site. So far I see no way to determine if a point on the boxplot is a whisker or an outlier. The "d" object is awfully short on information when it comes to outliers or whiskers.

I just what to display something like "Lower whisker: value" in the tooltip. Could you please help me with any tips?