Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 06:03
· 4863 commits to main since this release
5e68271

🆕 feat

  • @visactor/vtable: add listenChart Event
  • @visactor/vtable: handle legend event to reset chart
  • @visactor/vtable: add api getChartDatumPosition
  • @visactor/vtable: add right and bottom frozen function

🐛 fix

  • @visactor/vtable: use updateOption can‘t modify hover highlight mode correctly #189

🔨 refactor

  • @visactor/vtable: last column to resize width is inflexibility #136
  • @visactor/vtable: delete widthMode:standard-aeolus and add option of autoFillWidth
  • @visactor/vtable: use barWidth to compute chart column width #185
  • @visactor/vtable: widthMode set adaptive , compute body column to adaptive lefted container space #187
  • @visactor/vtable: compute optimize height for chart by axis tick count #196
  • @visactor/vtable: sort collectedValues by data.field.domain

🔨 breakchanges

  • @visactor/vtable: change parentElement to container
  • @visactor/vtable: change event listener api name from listen to on
  • @visactor/vtable: change dispose vtable instance api name from dispose to release