HighCharts Improvements

Detailed JSON specification for HighCharts charts is given on developer's site. This section contains description of improvements extending functionality of HighCharts charts.

Improvements

Examples of using HighCharts elements and attributes developed in FORESIGHT company, are given in the Examples section.

Improvements:

chart element

The allowSelect attribute is added for selecting chart points, and the seriesAsRings attribute that enables the user to switch between displaying modes of pie chart data series as sectors and as doughnuts.

editmode element

Attributes of the editmode element enable the user to set up mode of chart editing by points or by drawing.

series element

The gapsAsNulls attribute is added that enables the user to bind only neighbor points with a continuous line.

tooltip element

The clearMoving attribute is added to determine whether the tooltip should follow mouse pointer, and the crosshairs element with the showLabel attribute to show values on axes for selected point.

trendline element

The Attributes of the trendLine element enable the user to set up a trend line for chart series.

See also:

Purpose and Main Features | Creating the HighChart Chart