Skip to content

update plotly.js#1

Merged
eventdriventech merged 172 commits intoeventdriventech:masterfrom
plotly:master
Sep 21, 2016
Merged

update plotly.js#1
eventdriventech merged 172 commits intoeventdriventech:masterfrom
plotly:master

Conversation

@eventdriventech
Copy link
Copy Markdown
Owner

Thanks for your interest in plotly.js!

Developers are strongly encouraged to first make a PR to their own plotly.js fork and ask one of the maintainers to review the modifications there. Once the pull request is deemed satisfactory, the developer will be asked to make a pull request to the main plotly.js repo and may be asked to squash some commits before doing so.

Before opening a pull request, developer should:

  • git rebase their local branch off the latest master
  • make sure to not git add the dist/ folder (the dist/ is updated only on verion bumps)
  • write an overview of what the PR attempts to do.

Note that it is forbidden to force push (i.e. git push -f) to remote branches associated with opened pull requests. Force pushes make it hard for maintainers to keep track of updates. Therefore, if required, please git merge master into your PR branch instead of git rebase master.

etpinard and others added 30 commits August 19, 2016 09:55
- which were removed from the API on 0.22.0
- replace with map.addSource and map.getSource().setData()
Add padding field to heatmap that allows users to define space
between bricks.
Fix register call in gl2d test suite
Fix range selector position logic for overlaying axes
- this move will allow us to test (with jasmine spies)
  that the proper subroutines are called.
- split flag-finding logic with plot-routine sequence building
- in a similar way to Plotly.restyle
- reuse flag-finding methods called in restyle & relayout
- combine flags into subroutine sequences
- testing that the correct subroutines are called.
Merge 1.16.3 book-keeping into master
- use 'drawOne' mehtod instead of 'draw' as per PR #833
- use Registry instead of Plotly[module] as per PR #845
Fixup cartesian dragbox module
etpinard and others added 29 commits September 9, 2016 14:11
make paper bgcolor relayout update legend and updatemenu accordingly
- this was only violated once in drawing (fixed in this commit)
- exclude MathJax.<> calls
- exclude in micropolar module
The code was comparing the result of `typeof` with a variable named `undefined`.

As typeof returns a string it should compare to `'undefined'`
Correct check for undefined variable
- gl-pointcloud2d will still use [email protected], but
  every other module will use 4.2.0
Mirror events on an internal event handler
Emit plotly_animatingframe event on animated frames
@eventdriventech eventdriventech merged commit fe7228e into eventdriventech:master Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants