Skip to content

Insight Props

Every Insight sets a props.type that selects a chart type. Each type has its own set of plotly properties you configure under the Insight's props object.

Pick a chart type below to see its full set of configurable properties. Use the search bar (press /) to jump straight to a prop type or property by name.

  • Area


    Filled line chart for showing volume or cumulative trends over a continuous axis.

    Area props

  • Bar


    Vertical or horizontal bars for comparing categorical values.

    Bar props

  • Barpolar


    Bars plotted on a polar (radial) axis — wind roses and circular comparisons.

    Barpolar props

  • Box


    Box-and-whisker plot summarizing distribution, quartiles, and outliers.

    Box props

  • Candlestick


    Financial OHLC chart showing open, high, low, and close per period.

    Candlestick props

  • Carpet


    Carpet axis base layer for parametric carpet plots.

    Carpet props

  • Choropleth


    Region-shaded geographic map driven by a per-area value.

    Choropleth props

  • Choroplethmap


    Region-shaded map rendered on a MapLibre base map.

    Choroplethmap props

  • Choroplethmapbox


    Region-shaded map rendered on a Mapbox base map.

    Choroplethmapbox props

  • Cone


    3D cone field for visualizing vector directions and magnitudes.

    Cone props

  • Contour


    Filled contour lines representing a 2D scalar field or density.

    Contour props

  • Contourcarpet


    Contour lines drawn on a carpet axis.

    Contourcarpet props

  • Densitymap


    Heat-density layer on a MapLibre base map.

    Densitymap props

  • Densitymapbox


    Heat-density layer on a Mapbox base map.

    Densitymapbox props

  • Funnel


    Stage-by-stage funnel showing drop-off through a process.

    Funnel props

  • Funnelarea


    Area-proportional funnel for share-of-stage comparisons.

    Funnelarea props

  • Heatmap


    Color-encoded matrix for showing magnitude across two dimensions.

    Heatmap props

  • Histogram


    Distribution of a single variable binned into buckets.

    Histogram props

  • Histogram2d


    2D histogram binning two variables into a colored grid.

    Histogram2d props

  • Histogram2dcontour


    2D histogram rendered as contour lines.

    Histogram2dcontour props

  • Icicle


    Hierarchical icicle chart for nested part-to-whole data.

    Icicle props

  • Image


    Pixel image / raster layer rendered from a 2D array.

    Image props

  • Indicator


    Single-value KPI gauge, number, or delta indicator.

    Indicator props

  • Isosurface


    3D isosurface extracted from a volumetric scalar field.

    Isosurface props

  • Line


    Line chart connecting points to show trends over a continuous axis.

    Line props

  • Mesh3d


    3D triangular mesh surface from a set of vertices.

    Mesh3d props

  • Ohlc


    Open-high-low-close financial bars.

    Ohlc props

  • Parcats


    Parallel-categories diagram for relationships between categorical fields.

    Parcats props

  • Parcoords


    Parallel-coordinates plot for multi-dimensional numeric data.

    Parcoords props

  • Pie


    Pie chart for part-to-whole proportions across a few categories.

    Pie props

  • Sankey


    Sankey flow diagram showing weighted links between nodes.

    Sankey props

  • Scatter


    Points, lines, or markers on Cartesian axes — the most versatile chart.

    Scatter props

  • Scatter3d


    Points and lines plotted in 3D space.

    Scatter3d props

  • Scattercarpet


    Scatter points plotted on a carpet axis.

    Scattercarpet props

  • Scattergeo


    Points plotted on a geographic map by latitude/longitude.

    Scattergeo props

  • Scattergl


    WebGL-accelerated scatter for large point counts.

    Scattergl props

  • Scattermap


    Scatter points on a MapLibre base map.

    Scattermap props

  • Scattermapbox


    Scatter points on a Mapbox base map.

    Scattermapbox props

  • Scatterpolar


    Scatter points on a polar (radial) axis.

    Scatterpolar props

  • Scatterpolargl


    WebGL-accelerated scatter on a polar axis.

    Scatterpolargl props

  • Scattersmith


    Scatter points on a Smith chart (impedance/RF).

    Scattersmith props

  • Scatterternary


    Scatter points on a ternary (three-component) plot.

    Scatterternary props

  • Splom


    Scatter-plot matrix comparing many numeric dimensions pairwise.

    Splom props

  • Streamtube


    3D streamtubes tracing flow through a vector field.

    Streamtube props

  • Sunburst


    Radial hierarchy chart for nested part-to-whole data.

    Sunburst props

  • Surface


    3D surface plot of a scalar field over an x/y grid.

    Surface props

  • Treemap


    Nested rectangles sized by value for hierarchical data.

    Treemap props

  • Violin


    Violin plot combining a box plot with a kernel-density distribution.

    Violin props

  • Volume


    Volumetric rendering of a 3D scalar field.

    Volume props

  • Waterfall


    Running-total bars showing how an initial value is increased or decreased.

    Waterfall props