BCT Calendar Chart 01
BCT Range Bar Chart 06
BCT Timeline Chart 05
BCT Treemap Chart 03
Heatmap
A heat map (or heatmap) is a graphical representation of data where the individual values contained in a two-dimensional matrix are represented as different colors. Heat maps are used to show frequently scanned areas of a Web page, levels of expression of many genes across a number of comparable samples, hierarchical partitioning of data, density functions visualizations. There are many different color schemes that depend on the application area.
JavaScript Scatter Plot with Point Visibility Control
This is an example of how to enable/disable individual points on a scatter plot with an external UI.
Maps Marker 01
Milestones Preview Marker Type
Sankey Chart
Sankey chart represents nodes connected by lines/arrows and is used to visually show flows of any kind going from one node to another. The width of each line is pictured based on the flow quantity.
Sankey Diagram
A Sankey diagram visualizes flows (of any kind) and their quantities in proportion to one another. It represents nodes connected with one another by lines or arrows (the bigger the quantity, the wider the line). Sankey Diagrams are widely used in science, especially in physics.
Stacked Column Chart in JS [Customized 2]