Custom Chart Types

Custom Chart Types

Applies to: Kyvos Reporting


With this feature, you can render custom-designed SVG images as a chart type within your Ad Hoc reports. This allows full control over chart visuals, including data representation, styling, and animation.

Steps to Use Custom SVG Charts

  1. Create a Custom SVG File:

    • Design an SVG file containing the visualization layout and rendering logic.

    • Ensure the SVG is compatible with Kyvos Reporting chart control for data binding and activation.

  2. Deploy the SVG File:

    • Place the custom SVG file in the following directory:

      <Kyvos Reporting Installation Folder>\Kyvos Reporting\ReportEngine\templates\charts\custom
  3. Render Custom Chart:

    • Kyvos Reporting will supply the chart data at runtime.

    • The custom SVG will use this data to render dynamic visual output, including animations if defined in the SVG.

Example

A sample output using a custom SVG chart is shown below:

image-20250722-103132.png

 

Copyright Kyvos, Inc. 2026. All rights reserved.