Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(chart):add KB to link to export example #2124

Merged
merged 5 commits into from
Jun 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions knowledge-base/chart-export-to-image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Export Chart to image
NansiYancheva marked this conversation as resolved.
Show resolved Hide resolved
description: How to export the Chart to image
NansiYancheva marked this conversation as resolved.
Show resolved Hide resolved
type: how-to
page_title: Export Chart to image
NansiYancheva marked this conversation as resolved.
Show resolved Hide resolved
slug: chart-kb-export-to-image
tags: telerik, blazor, chart, export, image
ticketid: 1626687, 1602572
res_type: kb
---

## Environment

<table>
<tbody>
<tr>
<td>Product</td>
<td>Chart for Blazor</td>
</tr>
</tbody>
</table>


## Description

How to export the Chart to an image? How to export the Chart to a JPG file?


## Solution

An example is available in the [JPG Export in the Browser with JS project](https://github.com/telerik/blazor-ui/tree/master/common/pdf-jpg-export-js). The project includes a `readme` file that contains guideline and information on the needed libraries for the export.
Loading