Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: naver/billboard.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.0-next.5@next
Choose a base ref
...
head repository: naver/billboard.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.0-next.6@next
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 18, 2019

  1. chore(dev-env): Update dependency

    Fix #1119
    Fix #1120
    netil authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    ab35efb View commit details
    Browse the repository at this point in the history
  2. refactor(shape): more efficient shape offset calculation

    `getShapeOffset` drives the shape calculations for nearly every chart type. It also did a lot of unnecessary looping over data points. In stacked charts, this was especially obvious as it meant it was re-calculating the stacking many extra times.
    
    The changes here move the data around smarter so that re-calculation doesn't occur, significantly increasing speed.
    
    Close #1093
    dpraul authored and netil committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    23ab7a6 View commit details
    Browse the repository at this point in the history
  3. docs(options): Add note for axis.y.clipPath

    [skip ci]
    netil committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    bda8242 View commit details
    Browse the repository at this point in the history
  4. fix(zoom): Correct Axis culling on zoom

    Make to call .setCulling() when y Axis zoom.rescale is set.
    
    Fix #1106
    netil authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    c319302 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Merge branch 'master' into next

    netil committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    96193c6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.11.0-next.6 [skip ci]

    # [1.11.0-next.6](https://github.com/naver/billboard.js/compare/1.11.0-next.5@next...1.11.0-next.6@next) (2019-11-19)
    
    ### Bug Fixes
    
    * **zoom:** Correct Axis culling on zoom ([c319302](c319302)), closes [#1106](#1106)
    semantic-release-bot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    339602e View commit details
    Browse the repository at this point in the history
Loading