Thanks to visit codestin.com
Credit goes to github.com

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: plotly/plotly.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Allisone/plotly.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 29, 2019

  1. [BUGFIX] fix Cannot read property 'document' of undefined

    When plotly.js is loaded in Chrome by the native ES6 import,
    the loading crashes with Cannot read property 'document' of
    undefined
    
    The problem is that the bundler assumes that when a function
    is executed without any this, the this will automatically be
    set to window. This is not the case with ES6 modules, where
    this will be undefined.
    Sebastian Wojtowicz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    fa4426f View commit details
    Browse the repository at this point in the history
  2. [TASK] add possibility to attach data in moreInfo in sankey links and…

    … node
    Sebastian Wojtowicz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8a76d6e View commit details
    Browse the repository at this point in the history
  3. [TASK] add possibility to attach data in moreInfo in sankey links and…

    … node
    
    changes in src files now
    Sebastian Wojtowicz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    40b73e9 View commit details
    Browse the repository at this point in the history
  4. [TASK] updated version number

    Sebastian Wojtowicz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    cb73267 View commit details
    Browse the repository at this point in the history
  5. [TASK] read img tag from label and create image svg

    Sebastian Wojtowicz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    700dcd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97cef8c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. [TASK] merge of new version

    Sebastian Wojtowicz committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    33e07dd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    b78d287 View commit details
    Browse the repository at this point in the history
Loading