Changes in version 1.1.1.7 - Added the ability for multiple series have different point shapes Changes in version 1.1.1.6 (2018-07-11) - Fix bug which prevented accessing dygraph object in HTMLWidget (#196) Changes in version 1.1.1.5 (2018-06-28) - Added pointShape parameter to dyOptions and dySeries function to set point shapes other than dots - Updated dyPlugin behavior to merge same plugin's options for every repeated function call Changes in version 1.1.1.4 (2017-01-04) - Added dyRibbon for creating horizontal band of colors to visualize categorical variables - Added dyRebase for creating straw broom charts - Updated dyCandlestick with parameter to compress data by time periods - Handle display of quarterly scales via moment-quarter plugin - Make dyUnzoom and dyCrosshair available as package functions Changes in version 1.1.1.3 (2016-11-09) - Added dyCandlestick for creating candlestick/OHLC style charts - Added dyPlotter for defining custom plotters - Added Shiny callbacks that react when the user clicks on the graph - Support for non-date values in shiny input bindings (#132) - Don't call shiny input bindings if they aren't yet available Changes in version 1.1.1.2 (2016-09-14) - Fix for shiny input binding regression introduced in move to instance bound widgets (#123) Changes in version 1.1.1-1 (2016-08-06) - Create shiny input binding after dygraph is created (#121) - Reflect color in dyEvent text label (#122) Changes in version 1.1.1.0 (2016-08-01) - New dyPlugin function for including dygraphs plugins - Properly handle NULL dyEvent label (#112) - Handle milliseconds in time events (#85) - Add elementId parameter to dygraph function to specify explicit elementId - Implement factory method so dygraph is addressable from widget instance: e.g. HTMLWidgets.getInstance(document.getElementById('mywidget')).dygraph Changes in version 0.9 (2016-04-24) - Handle vector data in dyEvent - Don't do sizeChanged polling (no longer required) - Option to disable y-axis touch events on mobile devices Changes in version 0.8 (2016-03-09) - Manage visibility of dygraphs in all types of boostrap tab panes - Call widget.resize whenever parent size changes Changes in version 0.7 (2016-02-03) - Ensure that dygraphs are shown properly in R Markdown tabsets - Ensure that dygraphs are shown properly in reveal.js presentations - Fix bug which prevented custom plotters from working in dySeries Changes in version 0.6 (2015-12-21) - Add support for plotting data with a numeric x-axis (previously only time series data was accepted). - Add new logscale option for numeric x-axis. - Add stemPlot option to dyOptions and dySeries. Changes in version 0.5 (2015-10-20) - Update embedded dygraphs to version 1.1 - Add support for show='follow' to dyLegend - Add labelsUTC option to dyOptions - Change default x axis label width to 60 (necessitated by changes to default dygraphs 1.1 x-axis year formatting) - Allow explicit specification of series periodicity when creating a dygraph Changes in version 0.4.5 (2015-06-11) - Correct serialization of dates with year < 1000 - Add axis argument to dyShading for horizontal shading - Add dyLimit function for drawing horizontal limit lines - Add retainDateWindow option for more flexibility as to whether the user data window (zoom level) is retained when updating data and/or options for an existing dygraph. - Fix infinite redraw issue which occurred with shiny uiOutput and grouped dygraphs. - Fix failure to update shiny date range input after graph is re-rendered based on new data or options. Changes in version 0.4.3 (2015-04-07) - Support dynamic updating (i.e. for Shiny reactive outputs) for all dygraphs properties (destroy and rebuild the entire dygraph on renderValue) - Fix an axis value issue that occurred with seconds and useDataTimezone - Fix issue where dygraph in ioslides didn't display on slide entry Changes in version 0.4.2 (2015-03-04) - Fix bug with specification of multiple series colors Changes in version 0.4.1 (2015-01-26) - Add useDataTimezone option to enable time display using the underlying xts timezone rather than the timezone of the client workstation. - Add Shiny input binding for the currently selected dateWindow - Fix bug with incorrect formatting of ISO8601 dates on Windows - Fix bug which caused specification of only a single custom color to fail - Add explicit showRoller option to dyRoller function Changes in version 0.3.3 (2014-12-23) Initial release to CRAN