You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window.smoothPlotter will not be set by extras/smooth-plotter.js any more RSN
New features
Permit initialising with [] as “no data yet” indicator (#597)
The modularisation of the test setup also allows stable access to exported functions (e.g. Dygraph._require('dygraphs/src/dygraph-utils.js').numberValueFormatter) which makes writing one’s own value formatters easier (as usual, proceed with care, exports with an underscore are internal); see https://dygraphs.com/tests/exported-symbols.html for the exposed surface
Provide Dygraph.onDOMready(cb) as lightweight jQuery(cb)/… alternative, to keep the demos/tests self-contained
Bugfixes
Fix synchroniser not calling user’s drawCallback when blocked (#953) plus do not redraw unnecessarily
Documentation fixes and improvements including self-checks where possible