Skip to content

Component Refactor, Crosshairs, JSDoc

Pre-release
Pre-release
Compare
Choose a tag to compare
@teamdandelion teamdandelion released this 08 Mar 02:06
· 9364 commits to master since this release
  • Components no longer have rowWeight and colWeight, but instead have a fixity (eg fixedWidth or not fixedWidth)
  • Tables now store rowWeights and colWeights
  • Crosshairs have been added
  • Everything is namespaced under Plottable
  • Components now maintain Foreground, Background, and Content spaces
  • JSDoc added throughout the project