Skip to content

v1.0.0 release

Compare
Choose a tag to compare
@benoitjchevalier benoitjchevalier released this 10 Mar 18:41
· 262 commits to master since this release

list of changes including beta (more changes included in px-vis itself):

  • changing ghp.sh to account for Alpha releases
  • removed registerLocation in favor of hideRegister and registerConfig
  • allowed to split out the config options into smaller objects: registerConfig, tooltipConfig, eventConfig
  • renamed enableTooltip to showTooltip for framework consistency
  • fixed bug where tooltipConfig wasn't applied
  • added clip path to cursor
  • added cursor config
  • added layers
  • added lowerSVG
  • changed line to line-svg
  • changed dataExtents
  • added the ability to redraw one series on top of the others
  • added the ability to pass a navigator config and configure navigator axis
  • Updated register length to be dynamic based on if the navigator is included
  • margin and marginNav can now be set at initialization as well (=as attributes) and dynamically adjusted
  • added dynamic menus on registers
  • added toolbar and advanced zooming
  • defaultSeriesConfig now updates _defaultSeriesConfig so defaultSeriesConfig doesnt have to have all defaults
  • Multi-y axis
    Post beta
    ==========
    • ensure chart navigator resizes properly
  • new demo and documentation