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

Log scale doesn't work properly with multiBarChart #763

Open SrslyJosh opened 5 years ago

SrslyJosh commented 5 years ago

Plunker here: http://plnkr.co/ncczw1waN5jzqBI63H7Y

I found a hack that will get this to render properly (by scaling Y values with a function), but that of course results in incorrect values being displayed in the tooltips when you hover over a bar.

I believe this should work, but I can't find or figure out the correct way to do it.