Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Nov 5, 2024
1 parent 981b1f5 commit 6cae38e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions website/src/de/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Some basic props are defined in the components provided by `vue-chartjs`.

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

## Global Methods
## Globale Methoden

Global Methods need to be imported.
Globale methoden müssen importiert werden

### createTypedChart

Expand Down
2 changes: 1 addition & 1 deletion website/src/de/examples/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Examples
# Beispiele

## Vue 3 charts

Expand Down
6 changes: 3 additions & 3 deletions website/src/de/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Getting Started

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

Supports Chart.js v4.

## Introduction
## Einleitung

`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.

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

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

## Creating your first Chart
## Erstelle das erste Diagram

First, you need to import the base chart.

Expand Down
4 changes: 2 additions & 2 deletions website/src/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ features:
details: Einfach für beginner sowie fortgeschrittene
- icon: 💪
title: Erweiterbar
details: Simple to use, easy to extend
details: Einfach zu benutzen und zu erweitern
- icon: 💯
title: Mächtig
details: With the full power of chart.js 💯
details: Mit der ganzen Kraft von chart.js 💯
---

0 comments on commit 6cae38e

Please sign in to comment.