Highcharts Stock 릴리스

Released: Jun 3, 2019

v7.1.2 버젼 업데이트

기능

  • New in Highstock 7.1.2
    • Added new options plotBands.acrossPanes and plotLines.acrossPanes to control rendering lines across all panes.
  • New in Highcharts Basic 7.1.2
    • Added new feature, vertically scrollable plot area.
      This adds native scrolling features vertically, and is enabled using the chart.scrollablePlotArea.minHeight setting.
    • Deprecated the 'labels' option in favor of 'annotations'.
    • Added stack labels feature to waterfall series.
    • Added auto alignment for solid gauges with two labels...

Released: Apr 9, 2019

v7.1.1 버젼 업데이트

Updates in v7.1.1

  • New Features:
    • Added new option, chart.scrollablePlotArea.opacity, to control opacity of the scrollable mask.
    • Changed default states.inactive.opacity for map and mapline series to prevent dimming map shapes.
  • Fixes:
    • Fixed #10432, missing category name in tooltip when using boost module.
    • Fixed #10466, reset zoom button moved offscreen when using scrollablePlotArea.
    • Fixed #10471, pareto series wasn't rendering when baseSeries was set to first series by 0 number.
    • Fixed #10496, data...

Released: Apr 1, 2019

v7.1.0 버젼 업데이트

기능

  • Added Organization Chart series type.
  • Added Item Chart series type for visualizing item counts and parliaments.
  • Added Dependency Wheel series type.
  • Added Timeline series type.
  • Added 3D Pyramid and 3D Funnel series types.
  • Accessibility - improved experience for screen reader users, support for dynamic data and drilldown, as well as support for voice input software.
  • Added inactive states to series and points, allowing other series to be dimmed when the user is hovering the data or legend.
  • Added...

Released: Feb 6, 2019

v7.0.3 버젼 업데이트

기능

  • Added option treemap.events.setRootNode.
  • Added option xAxis.margin to ensure a distance between multiple axes on the same side.
  • Renamed 'plotOptions.treemap.allowDrillToNode' to 'allowTraversingTree' to avoid confusion with the drilldown module that has a different behaviour.

수정사항

  • Fixed #10006, wrong intersection position in venn.
  • Fixed #10038, series labels didn't fit on area series when rendered on data extreme.
  • Fixed #3417, label text-anchor with empty align attribute was set to undefined...

Released: Jan 17, 2019

v7.0.2 버젼 업데이트

기능

  • Added jitter feature to scatter plots.
  • Added feature to set legend.width as a percentage, and restrain the default width to 50% for legends at the sides of the chart.
  • Added overlap stacking to waterfall charts.

Released: Dec 11, 2018

v7.0.0 버젼 업데이트

기능

  • Typescript support:
    • Highcharts NPM package now allows type checking for most Highcharts options and functions, including auto-complete code with integrated documentation for TypeScript-capable editors like Visual Studio Code.
  • Annotation API for supporting user interaction:
    • Build user-interfaces for client-side annotation, via the API. Offered as a turnkey solution that includes commonly used annotations, such as text labels, shapes, arrows, and flags, it is also easily extended with your own...

Released: Oct 17, 2018

6.2.0 버젼 업데이트

기능

  • Added support for multiple data labels on each single point.
  • Added draggable points plugin as module.
  • Added support for pointPlacement in X range charts, affecting the category Y axis.

Released: Apr 14, 2018

6.1.0 버젼 업데이트

기능

  • Stock chart dashboard - New advanced sample demonstrates creating rich dashboards for traders and analysts using Highstock.
  • Live data URLs - New feature allows setting up live charts in a declarative way, using no callbacks or function calls. Not only does it simplify the setup, it also allows a dynamic chart to be created using graphical user interfaces, including Highcharts Cloud, providing that you have the dynamic backend that can serve the updated data set.
  • Pattern fills - The pattern...