Skip to content

Projectors, Smart Scales, DataSources, GridRenderer, Interpolating Color Scale

Pre-release
Pre-release
Compare
Choose a tag to compare
@teamdandelion teamdandelion released this 16 Apr 01:26
· 9029 commits to master since this release
  • Added Renderer.project - a single API for setting attributes across all types of renderers.
  • Scales are now smarter - they keep track of the data and accessors that back them, so they can autoDomain intelligently
  • DataSource is now a model object that keeps track of data backing Plottable.Renderers. It supports event propagation to update renderers when data changes.
  • GridRenderer is now implemented, along with interpolating color scales to back them.