Skip to main content

Data Manipulation and nesting

JavaScript Chart Features

Data Manipulation and nesting

Data nesting offers client side data manipulation tools to assist with generating chart series and points while performing seamless grouping and aggregation.

Group entries by day and chart counts.
Nested date grouping by day and by hour mapped to points and point attributes.
Use data nesting to generate multiple series.
Reuse a nest object to generate series mapping different columns to point y values.
Custom pointRollup() call that maps point x, y, and z.
Custom pointRollup() call that maps a range of values to y low/high.
Map a list of data entries directly to a series of points.
Custom rollup() function to count key occurrences.