Skip to content

v2.6.31

Compare
Choose a tag to compare
@graphieros graphieros released this 05 Apr 09:21
· 175 commits to master since this release

VueUiQuickChart

1. Show time labels only at modulo (ideal for large datasets)

Add config options to control the display of time labels at a given modulo:

const config = {
  ...,
  xyPeriodsShowOnlyAtModulo: boolean // default: false
  xyPeriodsModulo: number // default: 12
}

2. Fix tooltip trap remaining highlighted on mouseout in line mode