Skip to content

Commit

Permalink
introduce new colorbar.draw method
Browse files Browse the repository at this point in the history
- colorbar.draw is now invoked alongside the other
  'margin-pusher' components (e.g. legend, updatemenus ...)
- colorbar.draw draws ALL colorbar on a graph, by looping
  over the data to find how many colorbars there are
- use d3-update pattern to remove old colorbars
- colorbar.draw handles updates, simplifying doColorbars subroutine
- contour.colorbar defines a 'calc' method to generate its special
  colorbar options
  • Loading branch information
etpinard committed Apr 17, 2019
1 parent 262031c commit f7c5a8e
Show file tree
Hide file tree
Showing 6 changed files with 718 additions and 60 deletions.
Loading

0 comments on commit f7c5a8e

Please sign in to comment.