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

angular nvd3 chart tooltips are not working in android ios devices #303

Open srigurajala opened 8 years ago

srigurajala commented 8 years ago

Hi,

I'am using angular nvd3 library for my ionic app, but the major concern is tool tip[ which is very basic behavior for any chart component] is not functioning in mobile/tablet devices. Only tooltip for line chart works not for rest of the chart types. Please suggest how to get this tool tips in devices.

Note: in browser tolltip functionality works but not on mobile devices.

Thanks, Srinivas

null-33 commented 8 years ago

The angular-nvd3 component only creates an angular-wrapper for the nvd3 library. If you experience browser-specific issues, you should create an issue with the nvd3 developers.