- fix handling NA values in factor columns
- fix a bug that occurs when there are NAs in x/y mappings (submitted by @zzawadz as #108)
- fix ghost tooltips when user don't privide data for tooltips
- fix case when old tooltip data is stored in database
- fix handling ghost points on the plots
- fix invalid detection of plots on box plot
- fix when generating tooltips and there are no points on the plot
- fix issue on bar plot with horizontal rectangle occupy whole width and the tooltip wa cut off (by left edge)
- fix broken resize shiny event (used by execOnResize on renderPlot)
- fix random tooltip rendering issue (when SVG was not yet properly rendered)
- Implementation of tooltips for bar plots
- Handle case when there are no valid points for geom coordinates
- add support for bar plots
- fix tooltips for confidence interval boxes
- parametrize tooltip distance tolerance value
- fix issue when plot changes the size
- allow to set min and max width of the tooltips
- fix missing tooltips on some black & white points (created from shapes)
- fix handlig errors when SVG plot is replaced
- fix adding proximity event
- fix shrinking tooltips
- fix issue on Safari
- cleanup the events after rendering ggtips without tooltips
- fix points position calculation when you scroll while cursor is on top of the plot
- Performance improvements
- Add addAttributes parameter to getSvgAndTooltipdata to fix unused argument errors
- Fix the ordering of plot data for some trellises
- Optimize the workflow
- Bump up minimal required versions of R and ggplot2
- Allow to set transparent plots
- Fix error when tooltip function return empty list
- Workaround for unfilled shapes
- NULL
varDict
turns off rendering tooltips
- Handling NA values
- Flipped coords
- Plots with custom ranges
- Multi-faceted trellises
- Updated MIT license
- fix tooltip offset with scrollbar on content
- fix issue on Firefox #36
- add missing height parameter
- enable polygon points for tooltips
- argument height
- improved API
ggtips::plotWithTooltips
- fix hiding tooltip when hover out the point
- customGrob option
- fix arrow in FireFox #15
- compatibility fix for GGPlot 2 and 3 #17
- fix error with multiple panels and removed middle one #18
- fix right aligned tooltip #19
- Initial version