fcharts-js - v0.3.0
    Preparing search index...

    Function buildHeatmapSVG

    • Build a matrix heatmap as a standalone SVG string.

      Parameters

      • spec: {
            cells: readonly HeatmapCell[];
            cols: readonly string[];
            rows: readonly string[];
        }
      • opts: HeatmapOptions

      Returns string