Skip to content

Commit 6cae38e

Browse files
committed
docs: update docs
1 parent 981b1f5 commit 6cae38e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

website/src/de/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Some basic props are defined in the components provided by `vue-chartjs`.
1616

1717
The rest of the props will fall through to the canvas element.
1818

19-
## Global Methods
19+
## Globale Methoden
2020

21-
Global Methods need to be imported.
21+
Globale methoden müssen importiert werden
2222

2323
### createTypedChart
2424

website/src/de/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Examples
1+
# Beispiele
22

33
## Vue 3 charts
44

website/src/de/guide/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Getting Started
22

3-
**vue-chartjs** is a wrapper for [Chart.js](https://github.com/chartjs/Chart.js) in Vue. You can easily create reuseable chart components.
3+
**vue-chartjs** ist ein wrapper für [Chart.js](https://github.com/chartjs/Chart.js) in Vue. Man kann einfach wiederverwendbare Diagram Komponenten erstellen.
44

55
Supports Chart.js v4.
66

7-
## Introduction
7+
## Einleitung
88

99
`vue-chartjs` lets you use Chart.js without much hassle inside Vue. It's perfect for people who need simple charts up and running as fast as possible.
1010

@@ -32,7 +32,7 @@ Every chart type that is available in Chart.js is exported as a named component
3232

3333
The idea behind vue-chartjs is to provide easy-to-use components, with maximal flexibility and extensibility.
3434

35-
## Creating your first Chart
35+
## Erstelle das erste Diagram
3636

3737
First, you need to import the base chart.
3838

website/src/de/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ features:
1313
details: Einfach für beginner sowie fortgeschrittene
1414
- icon: 💪
1515
title: Erweiterbar
16-
details: Simple to use, easy to extend
16+
details: Einfach zu benutzen und zu erweitern
1717
- icon: 💯
1818
title: Mächtig
19-
details: With the full power of chart.js 💯
19+
details: Mit der ganzen Kraft von chart.js 💯
2020
---

0 commit comments

Comments
 (0)