You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/de/guide/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Getting Started
2
2
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.
4
4
5
5
Supports Chart.js v4.
6
6
7
-
## Introduction
7
+
## Einleitung
8
8
9
9
`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.
10
10
@@ -32,7 +32,7 @@ Every chart type that is available in Chart.js is exported as a named component
32
32
33
33
The idea behind vue-chartjs is to provide easy-to-use components, with maximal flexibility and extensibility.
0 commit comments