github naver/billboard.js 1.7.0
1.7.0 release (2018-12-14)

latest releases: 3.14.1, 3.14.0, 3.14.0-next.4...
5 years ago

The detailed new feature description can be found at:

billboard.js 1.7.0 release!!

Features :

  • Axis

    • Intent to ship multi Axes (#98)
  • Type

    • Add TS definition (#629)
  • Theme

    • Add new 'graph' theme (#631)
  • Shape

    • Intent to ship stack.normalize (#623)
  • Data

    • Intent to ship data.min()/max() (#637)

Bug Fixes :

  • Zoom

    • Maintain zoommed scale on .zoom() (#654)
  • Point

    • Fix custom point hover position (#618)
    • Check for node.childNodes existance for IE / Edge (#601)
  • Domain

    • Fix getting Y domain min/max value (#685)
  • Axis

    • Fix text alignment when legend is not showing (#25)
    • Fix tick text position (#672)
  • Tooltip

    • Fix for dynamically loaded data adding column (#660)
    • Fix for mobile environment (#593)
    • Fix mid value showing for area-range type (#597)
  • Shape

    • Correct newly added points transition position (#648)
    • Prevent when non-existed data.hide is given (#623)
    • Fix for empty data in normalization (#623)
    • Fix normalization on hidden data (#643)
  • Arc

    • Correction on rendering 0 values (#652)
  • Area-line-range

    • Fix working with grouped data (#630)
  • Api

    • Correct .x()/.xs() to work properly (#634)
    • Remove cached data when .unload() is called (#626)
  • Legend

    • Fix legend template update for dynamic loading (#621)

Refactorings :

  • All

    • Update on info (#703)
  • Domain

    • Improve on .getIndexByX() (#690)
  • Axis

    • Split axis functions (#670)
  • Options

    • Remove unnecessary codes (#663)

Test Codes :

  • Load

    • Add test case using different load option (#617)
  • Data

    • Test code for XHR data loading (#617)
  • Zoom

    • Add test codes for zoom callbacks (#617)
  • Api

    • Add test code for bar type using .select() (#617)
  • Shape

    • Add test codes (#617)

Chore tasks :

  • Jsdoc

    • Update jsdoc generation (#688)
  • Npm

    • Add src to be ignored (#680)
  • Build

    • Change require() to import statement (#666)

Don't miss a new billboard.js release

NewReleases is sending notifications on new releases.