JavaScript code that generates box and whisker charts containing outliers
The example below illustrates a box & whisker chart pattern with outlier values represented by a scatter plot. The article also provides JavaScript source code for you to edit or save to your computer to run internally.
Outliers or outliers are values that fall outside the minimum and maximum data point values. Any data that is not between the extremes (whiskers) is an outlier and is usually represented by a dot or a plus sign. You can add scatter series in the histogram to show outlier values.
The example below illustrates a box & whisker chart pattern with outlier values represented by a scatter plot. The article also provides JavaScript source code for you to edit or save to your computer to run internally.
Source : CanvasJS
Chart customization
You can change the way outliers are marked via the scatter string's markerType property. Other customization options include: markerSize - marker size, markerColor - marker color, markerBorderColor - marker border color.
- JavaScript code to create bubble charts and graphs.
- JavaScript code that generates Pareto chart template with Index/Data . label
- JavaScript code to generate dynamic line graphs/charts
- JavaScript code to create multi-series graphs that update live data
- JavaScript code to create a combined area and line chart.
- JavaScript code to generate error charts & graphs
- JavaScript code to create dynamic charts/graphs
- JavaScript code to create a scatter plot/point chart
- JavaScript code to create a chart/graph combining lines, areas, and columns.
- Sample JavaScript code to create a chart with a second axis.
- JavaScript code to create Pareto charts & graphs
- Instructions on running Node JavaScript code in n8n
- What is Currying in Javascript? How to use Currying in JavaScript
- Syntax of JavaScript