Skip to content

v2.4.42

Compare
Choose a tag to compare
@graphieros graphieros released this 18 Dec 19:05
· 100 commits to master since this release

Tooltip #138

  • Fix tooltip offset when the component is placed inside a wrapper bearing transform css properties. Tooltips are now placed inside the splendid Teleport built-in component, attaching it to the body instead of the chart wrapper. Vue is awesome 🍀

Zoom #137

  • Add config attributes to set initial zoom startIndex and endIndex, to show the chart already zoomed in on load. Inside the zoom config attribute object, the following attributes are now available:
startIndex: number | null; // default: null
endIndex: number | null; // default: null

Components with the zoom feature:

  • VueUiCandlestick
  • VueUiDonutEvolution
  • VueUiQuickChart *
  • VueUiStackbar
  • VueUiXy
  • VueUiXyCanvas

* VueUiQuickChart has special attributes for this feature:

zoomStartIndex: number | null; // default: null
zoomEndIndex: number | null; // default: null