Highcharts Stock 릴리스

Released: Dec 21, 2024

v12.1.2 버젼 업데이트

수정사항

  • Fixed: a regression in v12.1.1 causing Highcharts to crash when loaded from a script tag in the head section.

Released: Dec 20, 2024

v12.1.1 버젼 업데이트

수정사항

  • Fixed: a regression since v12.1.0 causing range selector buttons not to be responsive if the inputEnabled was false.
  • Fixed: the global Highcharts.dateTime function didn't pick the locale from the html.lang attribute, fell back to browser default.
  • Fixed: min and max settings in exporting.chartOptions axis options were not respected if the user had interacted with the axis.
  • Fixed: a regression in v12 causing wrong number formatting with lang.decimalPoint and lang.thousandsSep set to , and...

Released: Dec 17, 2024

v12.1.0 버젼 업데이트

기능

  • Added new treemap feature, the grouping of small leaf nodes, configured by the treemap.cluster option.

수정사항

  • Fixed: calendar date picker was missing for the rangeSelector inputs.
  • Fixed: a regression since v11.3 causing the rangeSelector.align option not to work properly when set to right.
  • Fixed: resizing panes with multiple axes was resulting in incorrect axis height.
  • Fixed: select element didn't update the selected index when range changed in rangeSelector.
  • Fixed: a regression causing wrong...

Released: Dec 4, 2024

v12.0.2 버젼 업데이트

수정사항

  • Fixed: a regression causing range selector buttons not collapse on narrow screens when there was no input.
  • Fixed: numeric font-size for labels didn't work as announced.
  • Fixed: v12 modules didn't work with highstock, highmaps and highcharts-gantt NPM bundles.
  • Fixed: drilldown breadcrumb showed the wrong label when scrollbar was enabled.
  • Fixed: tooltip could spill over at certain widths.
  • Fixed: missing points in scatter series with boost.
  • Fixed: only the first zone got shadow when shadow was...

Released: Nov 28, 2024

v12.0.1 버젼 업데이트

수정사항

  • Fixed: compiled files were not available on npm.

Released: Nov 27, 2024

v12.0.0 버젼 업데이트

기능

  • Added new series type, Point and Figure.
  • Added new series type, Renko.
  • Implemented new flow for update for RangeSelector.
  • Refactored the Series class to organize its data in a DataTable instead of parallel arrays. Removed the internal Series properties xData, yData, processedXData and processedYData, as well as some additional series-specific data arrays, in favor of Series.dataTable.
  • Added support for data.x values as date strings. These can now be defined for example as '2024-10-03' as...

Released: Aug 29, 2024

v11.4.8 버젼 업데이트

수정사항

  • Panning on axes with overscroll was not possible.
  • Navigator handles were not updated if they had URL symbols.
  • Zooming out on ordinal axes was not working correctly.
  • Scrollbar was not working when x-axis extremes were the same.
  • Series didn't render properly when the chart height was very large.
  • Series clipped on boost disabled and increased the chart size.
  • Minor ticks were wrongly distributed with multiple axes or when tickAmount was set.
  • Plot band labels and plot line labels would overlap...

Released: Aug 14, 2024

v11.4.7 버젼 업데이트

수정사항

  • plotBands were assigned to the wrong yAxis when there was no series in the navigator.
  • Removed annotation was still visible in exported chart.
  • Tab navigation was trapped in a loop after printing the chart.
  • Boosted heatmaps were not rendering in some cases.
  • Various tooltip and interaction issues caused by a temporary pointerEvents fix for older Chromium.
  • Version and other metadata was not being replaced after building esm-modules.
  • The rounded solid gauge series was misaligned when close to...

Released: Jul 8, 2024

v11.4.6 버젼 업데이트

수정사항

  • Fixed issue with bad require tagging causing bad module references.

Released: Jul 4, 2024

v11.4.5 버젼 업데이트

수정사항

  • Colors lost on a color axis after going back to grouped state with data grouping enabled.
  • Navigator's grid lines were too long in a chart with a scrollable plot area.
  • Fixed a regression causing broken imports of modules due to bad relative paths.
  • Fixed generated TypeScript declarations for deprecated option series.events.legendItemClick.