diff --git a/source/plugins/community/stock/README.md b/source/plugins/community/stock/README.md
index 692d2dc6..1a4f5953 100644
--- a/source/plugins/community/stock/README.md
+++ b/source/plugins/community/stock/README.md
@@ -39,7 +39,7 @@
🌐 Web instances must configure settings.json:
-- metrics.npm.optional.chartist
+- metrics.npm.optional.d3
- metrics.api.yahoo.finance
type: boolean
diff --git a/source/plugins/habits/README.md b/source/plugins/habits/README.md
index 50f0deb6..93ee388e 100644
--- a/source/plugins/habits/README.md
+++ b/source/plugins/habits/README.md
@@ -116,19 +116,22 @@ Recent language activity may also displayed (it requires extras features to be e
| Charts display type
classic: <div> based charts, simple and lightweight
-chartist: <svg> based charts, smooth
+graph: <svg> based charts, smooth
+
+⚠️ chartist option has been deprecated and is now equivalent to graph
+
![]() |
🌐 Web instances must configure settings.json:
-- metrics.npm.optional.chartist
+- metrics.npm.optional.d3
type: string
default: classic
-allowed values: |
+allowed values:
plugin_habits_trim
|
diff --git a/source/plugins/lines/README.md b/source/plugins/lines/README.md
index 4d914528..1271e38e 100644
--- a/source/plugins/lines/README.md
+++ b/source/plugins/lines/README.md
@@ -126,6 +126,10 @@ with:
plugin_lines_sections: repositories, history
plugin_lines_repositories_limit: 2
plugin_lines_history_limit: 1
+ repositories_skipped: |
+ @use.patterns
+ */*
+ +lowlighter/metrics
```
diff --git a/source/plugins/stargazers/README.md b/source/plugins/stargazers/README.md
index 86749a95..f960e872 100644
--- a/source/plugins/stargazers/README.md
+++ b/source/plugins/stargazers/README.md
@@ -20,7 +20,7 @@ All product and company names are trademarks™ or registered® trademarks of th
Classic charts
- Chartist charts
+ Graph charts
Worldmap
|
@@ -55,6 +55,21 @@ Follow instructions from their [documentation](https://developers.google.com/map
type: boolean
default: no
|
+
+
+ plugin_stargazers_days
|
+ Time range
+If set to 0 the account registration date will be used.
+![]() |
+
+
+ ✨ On master/main
+type: number
+(0 ≤
+𝑥)
+
+zero behaviour: see description
+default: 14
|
plugin_stargazers_charts
|
@@ -72,19 +87,22 @@ Follow instructions from their [documentation](https://developers.google.com/map
Charts display type
classic: <div> based charts, simple and lightweight
-chartist: <svg> based charts, smooth
+graph: <svg> based charts, smooth
+
+⚠️ chartist option has been deprecated and is now equivalent to graph
+
![]() |
🌐 Web instances must configure settings.json:
-- metrics.npm.optional.chartist
+- metrics.npm.optional.d3
type: string
default: classic
-allowed values: |
+allowed values:
plugin_stargazers_worldmap
|
@@ -143,14 +161,14 @@ with:
```
```yaml
-name: Using chartist charts
+name: Using graph charts
uses: lowlighter/metrics@latest
with:
- filename: metrics.plugin.stargazers.chartist.svg
+ filename: metrics.plugin.stargazers.graph.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_stargazers: yes
- plugin_stargazers_charts_type: chartist
+ plugin_stargazers_charts_type: graph
```
```yaml