Skip to content

v2.4.69

Compare
Choose a tag to compare
@graphieros graphieros released this 07 Jan 05:02
· 205 commits to master since this release

VueUiVerticalBar

  • Add a 'none' sort option to show data in the same order as passed to the component
  • Toggling the sort in user options now toggles from 'desc' | 'asc' | 'none'
config.style.chart.layout.bars.sort: 'desc' | 'asc' | 'none'; // default: 'desc' (unchanged default)