Skip to content

v3.1.5

Compare
Choose a tag to compare
@graphieros graphieros released this 13 Sep 07:50
· 62 commits to master since this release

Tooltips

  • Improve performance
  • Add config options to control smooth params:
tooltip: {
    smooth: true,
    smoothForce: 0.18, // New. Lower = slower
    smoothSnapThreshold: 0.25 // New
}

Zoom (double range input)

  • Fix offset from the client position when dragging a zoom selection