Highcharts Core
Visualización de datos, gráficos y diagramas para páginas web y aplicaciones web.
Publicado por Highsoft
Distribuido por ComponentSource desde 2017
Precios desde: $ 416.50 Versión: v12.x Actualizado: Jan 12, 2026 ![]()
![]()
![]()
![]()
(23)
Released: Nov 27, 2024
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.'2024-10-03' as a more human readable alternative to timestamps.xAxis.min, xAxis.max, series.pointStart, plotLines.value, Gantt series start and end, Axis.setExtremes() etc.Intl.DateTimeFormat.ucfirst template helper function to allow upper case first in strings.textOverflow: 'ellipsis' with texts and labels spanning multiple lines, as well as the lineClamp CSS property. This allows better control over the layout of axis labels and data labels.legendColor to set legend symbol color as distinct from series color, see #21776.scrollablePlotAreawas not supporting parallelCoordinates.container.scrollablePlotAreaenabled.crispoption was explicitly false.options3dalpha and beta were not applied to pie body.Upgrade Notes:
html.lang attribute, or falls back to the browser default. Setting lang.locale to en-GBwill restore the labels approximately as they were prior to v12. For exact backwards compatibility, set all the time format options (xAxis.dateTimeLabelFormats, tooltip.dateTimeLabelFormats etc) back to their v11 defaults in addition.Series.getColumn().
Series.xData is replaced by Series.getColumn('x')Series.yData is replaced by Series.getColumn('y')Series.processedXData is replaced by Series.getColumn('x', true)Series.processedYData is replaced by Series.getColumn('y', true)downloadPDF in the contextButton.menuItems.HighchartModuleLoaded window event is no longer supported as we moved to webpack builds with tree shaking capabilites. Instead, extensions must rely on events and wrapped methods.title.widthAdjust option is removed. Instead, use contextButton.buttonSpacing to make space for non-default context button.title.align and subtitle.align to center, and title.minScale to 1.{point.x} key for points on a category axes will no longer return the category name. Instead, use {category}.