Closed
Closed
@jackparmer

Description

The most requested feature in the plotly user survey has been "More chart types" 2 years in a row.

This issue inventories remaining chart types (or "traces" in plotly parlance) that are still requested for plotly.js and Chart Studio. Pipelines to make most of these charts already exists in Python and R by combining lower level plotly.js traces (lines, SVG shapes, bars, area fills, etc).

plotly.js trace types that do not exist yet

"Business charts"

Geo

  • County choropleths (w/o zoom for perf.) Example
  • Contours on maps ("weather maps") Example
  • MapboxGL heatmap support Example

Scientific

Existing plotly.js traces which need Chart Studio integration

  • All polar trace types
  • histogram2dcontour
  • Sankey diagrams
  • All 2d WebGL trace types
  • Violin plots
  • All carpet plot trace types
  • pointcloud
  • Parallel coordinate plots
  • sploms
  • Chart types in "plotly.js trace types that do not exist yet" when finished