Skip to content

Commit 9ff8952

Browse files
committed
doc: remove version notes badges
1 parent 6c0391d commit 9ff8952

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This table below provides a quick overview over all available options. To gain m
112112
| **[`emptyColorFill`](#emptycolorfill)** | String \| Object | same as `color` | "transparent" |
113113
| **[`legend`](#legend)** | Boolean | | true |
114114
| **[`legendValue`](#legendvalue)** | Number \| String | any number, accepts a `.` or `","` as decimals delimiter | |
115-
| **[`legendFormatter`](#legendformatter)** [![npm](https://img.shields.io/badge/v1.3.0-blue?style=flat-square)](#legendformatter) | Function | Function that returns formatted value | |
115+
| **[`legendFormatter`](#legendformatter)** | Function | Function that returns formatted value | |
116116
| **[`animation`](#animation)** | String | "default \| rs \| loop \| reverse \| bounce [duration delay]" | "default 1000 400"|
117117
| **[`loading`](#loading)** | Boolean | |false|
118118
| **[`loader`](#loading)** | Object | { [thickness, color, lineMode, line, opacity ]} | |
@@ -126,7 +126,7 @@ This table below provides a quick overview over all available options. To gain m
126126
| **[`half`](#half)** | Boolean | | false |
127127
| **[`gap`](#gap)** | Number | any Number that defines the gap between multiple circles in pixel | 0 |
128128
| **[`dot`](#dot)** | String \| Number \| Object | Accepts size, color and other styles as Number, descriptive string `"10% red"` or object `{size : 10, backgroundColor: "red", widht: "2px", borderRadius: "5px" ...}` | 0 |
129-
| **[`reverse`](#reverse)** [![npm](https://img.shields.io/badge/v1.2.0-blue?style=flat-square)](#reverse) | Boolean | | false |
129+
| **[`reverse`](#reverse)** | Boolean | | false |
130130
| **[`data`](#data)** | Array | defines multiple circles, takes as values Objects with almost all props defined above | |
131131

132132

@@ -140,9 +140,7 @@ This table below provides a quick overview over all available options. To gain m
140140
Is any Number in range \[-100, 100] (including **decimals**). This property defines the filled area from progress circle line in
141141
percent. `progress` is animated and counts up or down on any value changes with duration defined in
142142
**[`animation.duration`](#animation)** property. The progress is shown by default as the **legend** in the middle of the circle.
143-
144-
[![npm](https://img.shields.io/badge/v1.2.0-blue?style=flat-square)](#progress) Set a negative value to fill the progress
145-
counterclockwise. Alternative you can use [`reverse`](#reverse).
143+
Set a negative value to fill the progress counterclockwise. Alternative you can use [`reverse`](#reverse).
146144

147145
###### Example: :scroll:
148146

@@ -344,8 +342,6 @@ Now you can display custom progress value that still animated and circle progres
344342

345343
- ### `legendFormatter`
346344

347-
[![npm](https://img.shields.io/badge/v1.3.0-blue?style=flat-square)](#legendformatter)
348-
349345
Is a Function that must return your custom formatted value. The function takes counter properties object as argument and
350346
is called on every tick of the counter. Here the formatting of [legendValue](#legendvalue) or [progress](#progress)
351347
is completely up to you and you have full freedom to adjust the presentation to your needs. The function can return any
@@ -537,8 +533,6 @@ dot="5% red" // adds red dot
537533

538534
- ### `reverse`
539535

540-
[![npm](https://img.shields.io/badge/v1.2.0-blue?style=flat-square)](#reverse)
541-
542536
Is a Boolean. `reverse` prop flips the circle, and the progress circle fills counterclockwise. Alternative you can just set
543537
a negative value for [`progress`](#progress).
544538

0 commit comments

Comments
 (0)