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
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.
Deploy the SVG File:
Place the custom SVG file in the following directory:
<Kyvos Reporting Installation Folder>\Kyvos Reporting\ReportEngine\templates\charts\custom
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: