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

Chrome V46 Tooltip Browser Crash #262

Open vhanescu opened 9 years ago

vhanescu commented 9 years ago

Hi,

It seems that there is a issue with custom tooltips which causes latest version of chrome to crash (V48 DEV suffers same issue). When custom tooltips are disabled and highlight is used, everything works except for Linw With Focus chart which uses custom tooltips by default.

Bug can be reproduced by using more than 50 data points in. http://krispo.github.io/angular-nvd3/#/lineWithFocusChart

krispo commented 9 years ago

can you please create a crash demo?

vhanescu commented 9 years ago

http://plnkr.co/edit/zGc5Wp?p=preview It works like a charm with interactiveGuideline.

Only problem with using interative timeline is that you cannot use a diffrent time format from one set to whole chart time axis (%x on axis, %x%X on guideline)

rubenmendoza commented 8 years ago

nvd3 warning: tooltips has been deprecated. use chart.tooltip.enabled() instead