Skip to content

CategoryAxis bugfixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@teamdandelion teamdandelion released this 06 Jun 20:40
· 8331 commits to master since this release

Fix two bugs with Plottable.Axis.Category:

  • #519 Where the axis left some blank space between the Plot and the Axis in certain situations. Fixed by temporarily disabling vertical text orientation, pending a better implementation
  • #524 Where the axis would break if its data was changed

Also added a requestAnimationFrame polyfill for IE, and fixed skipped/failing unit tests in FF / phantomjs.