Skip to content

Svg

The SVG Chart visualizes data by mapping values onto elements within an SVG image.
It’s ideal for custom geographical maps, floor plans, or bespoke diagrams where standard chart types don’t apply.

Unlike conventional charts, each area or path inside the SVG represents a data point, colored or shaded based on its associated value.

Use cases:

  • Visualizing data distribution across a custom map or layout diagram.
  • Displaying heatmaps over vector-based images.
  • Custom spatial analytics dashboards where standard grids and axes aren’t suitable.

βš™οΈ Setup

  1. Drag the SVG Chart widget from the chart library onto your designer workspace.
  2. Select the chart.
  3. Go to the Widget Configuration tab in the Configuration panel.
  4. Under the Configuration panel tab, select the Basic Configuration option to access essential settings for the SVG Chart.
  5. Select the Source from which the chart will fetch its data.
  6. Map:
    • Measure (Value) β€” Numeric value controlling the fill color or intensity for each SVG region.
    • Dimension (Name) β€” Name of the path or region within the SVG to associate data with.
  7. Optionally add a Date field for time-based filtering.
  8. Upload or select an SVG image under the Image configuration option.
  9. Define the SVG element attribute to target (default is name) under Name Property.

πŸ“Š Basic Configuration

Configuration ItemDescription
SourceThe data source to query for chart values.
Measure (Value)Numeric value mapped to color intensity of the SVG regions.
Dimension (Name)Attribute within the SVG paths representing data categories.
Date Field (optional)Enables date-based filtering and drilldown capability.

🎨 Chart Customizations

CategoryOptions & Description
GeneralTheme, background, borders, and interactivity settings.
TitleChart title, font, alignment, and visibility options.
PositionAdjust horizontal and vertical positioning of the svg within the chart.
HeatMapDefine color ranges and gradients for numeric values.
SeriesControl fill color, layout size, label overlap behavior, and tooltip settings for each path.
TooltipConfigure hover tooltips for regions, including custom content and value formats.
OthersUpload SVG Image, define Name Property, and set Size for SVG layout scaling.

πŸ“Š Example Visualization

svg chart