albertlyu / shot-charts-site

A Rails web application for visualizing NCAA men's basketball play-by-play shot location data
MIT License
3 stars 1 forks source link

Customized hideDelay of charts to 1 #56

Closed albertlyu closed 10 years ago

albertlyu commented 10 years ago

The tooltips on the charts take too long to hide after hovering over them. According to the API documentation, they default to 500 milliseconds. Change hideDelay to 1, for all Highcharts charts (esp. the stacked bar charts) like so:

tooltip: {
    hideDelay: 1
},