Skip to content

SE0-174654-VUE-DATA-LABEL #351

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v25.1.35
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions ej2-vue/chart/data-labels.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Data labels in Vue Chart component | Syncfusion
description: Learn here all about Data labels in Syncfusion Vue Chart component of Syncfusion Essential JS 2 and more.
description: Learn here all about data labels support in Syncfusion Essential Vue Chart control its elements, features and more.
control: Data labels
platform: ej2-vue
documentation: ug
Expand All @@ -21,7 +21,7 @@ option in the dataLabel. By default, the labels will arrange smartly without o

{% previewsample "page.domainurl/code-snippet/chart/data-marker/datalabel-cs1" %}

>Note: To use datalabel feature, we need to inject `DataLabel` into the `provide`.
>Note: To use data label feature, we need to inject `DataLabel` into the `provide`.

## Position

Expand Down