Skip to content

Commit 2ca1f47

Browse files
ci: auto-regenerate files
1 parent ff10083 commit 2ca1f47

File tree

6 files changed

+42
-13
lines changed

6 files changed

+42
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
1919
</tr>
2020
<tr>
2121
<th colspan="2" align="center">
22-
<h3><a href="/README.md#-plugins">🧩 Customizable with 46 plugins and 328 options!</a></h3>
22+
<h3><a href="/README.md#-plugins">🧩 Customizable with 46 plugins and 329 options!</a></h3>
2323
</th>
2424
</tr>
2525
<tr>
@@ -47,7 +47,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
4747
<tr>
4848
<td align="center">
4949
<details open><summary>Classic charts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.svg" alt=""></img></details>
50-
<details><summary>Chartist charts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.chartist.svg" alt=""></img></details>
50+
<details><summary>Graph charts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.graph.svg" alt=""></img></details>
5151
<details open><summary>Worldmap</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.worldmap.svg" alt=""></img></details>
5252
<img width="900" height="1" alt="">
5353
</td>

action.yml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/community/stock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<tr>
4040
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
4141
<ul>
42-
<li><i>metrics.npm.optional.chartist</i></li>
42+
<li><i>metrics.npm.optional.d3</i></li>
4343
<li><i>metrics.api.yahoo.finance</i></li>
4444
</ul>
4545
<b>type:</b> <code>boolean</code>

source/plugins/habits/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,22 @@ Recent language activity may also displayed (it requires extras features to be e
116116
<td rowspan="2"><p>Charts display type</p>
117117
<ul>
118118
<li><code>classic</code>: <code>&lt;div&gt;</code> based charts, simple and lightweight</li>
119-
<li><code>chartist</code>: <code>&lt;svg&gt;</code> based charts, smooth</li>
119+
<li><code>graph</code>: <code>&lt;svg&gt;</code> based charts, smooth</li>
120120
</ul>
121+
<blockquote>
122+
<p>⚠️ <code>chartist</code> option has been deprecated and is now equivalent to <code>graph</code></p>
123+
</blockquote>
121124
<img width="900" height="1" alt=""></td>
122125
</tr>
123126
<tr>
124127
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
125128
<ul>
126-
<li><i>metrics.npm.optional.chartist</i></li>
129+
<li><i>metrics.npm.optional.d3</i></li>
127130
</ul>
128131
<b>type:</b> <code>string</code>
129132
<br>
130133
<b>default:</b> classic<br>
131-
<b>allowed values:</b><ul><li>classic</li><li>chartist</li></ul></td>
134+
<b>allowed values:</b><ul><li>classic</li><li>graph</li><li>chartist</li></ul></td>
132135
</tr>
133136
<tr>
134137
<td nowrap="nowrap"><h4><code>plugin_habits_trim</code></h4></td>

source/plugins/lines/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ with:
126126
plugin_lines_sections: repositories, history
127127
plugin_lines_repositories_limit: 2
128128
plugin_lines_history_limit: 1
129+
repositories_skipped: |
130+
@use.patterns
131+
*/*
132+
+lowlighter/metrics
129133
130134
```
131135
<!--/examples-->

source/plugins/stargazers/README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All product and company names are trademarks™ or registered® trademarks of th
2020
<tr>
2121
<td colspan="2" align="center">
2222
<details open><summary>Classic charts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.svg" alt=""></img></details>
23-
<details><summary>Chartist charts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.chartist.svg" alt=""></img></details>
23+
<details><summary>Graph charts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.graph.svg" alt=""></img></details>
2424
<details open><summary>Worldmap</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.worldmap.svg" alt=""></img></details>
2525
<img width="900" height="1" alt="">
2626
</td>
@@ -55,6 +55,21 @@ Follow instructions from their [documentation](https://developers.google.com/map
5555
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
5656
<br>
5757
<b>default:</b> no<br></td>
58+
</tr>
59+
<tr>
60+
<td nowrap="nowrap"><h4><code>plugin_stargazers_days</code></h4></td>
61+
<td rowspan="2"><p>Time range</p>
62+
<p>If set to <code>0</code> the account registration date will be used.</p>
63+
<img width="900" height="1" alt=""></td>
64+
</tr>
65+
<tr>
66+
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
67+
<b>type:</b> <code>number</code>
68+
<i>(0 ≤
69+
𝑥)</i>
70+
<br>
71+
<b>zero behaviour:</b> see description</br>
72+
<b>default:</b> 14<br></td>
5873
</tr>
5974
<tr>
6075
<td nowrap="nowrap"><h4><code>plugin_stargazers_charts</code></h4></td>
@@ -72,19 +87,22 @@ Follow instructions from their [documentation](https://developers.google.com/map
7287
<td rowspan="2"><p>Charts display type</p>
7388
<ul>
7489
<li><code>classic</code>: <code>&lt;div&gt;</code> based charts, simple and lightweight</li>
75-
<li><code>chartist</code>: <code>&lt;svg&gt;</code> based charts, smooth</li>
90+
<li><code>graph</code>: <code>&lt;svg&gt;</code> based charts, smooth</li>
7691
</ul>
92+
<blockquote>
93+
<p>⚠️ <code>chartist</code> option has been deprecated and is now equivalent to <code>graph</code></p>
94+
</blockquote>
7795
<img width="900" height="1" alt=""></td>
7896
</tr>
7997
<tr>
8098
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
8199
<ul>
82-
<li><i>metrics.npm.optional.chartist</i></li>
100+
<li><i>metrics.npm.optional.d3</i></li>
83101
</ul>
84102
<b>type:</b> <code>string</code>
85103
<br>
86104
<b>default:</b> classic<br>
87-
<b>allowed values:</b><ul><li>classic</li><li>chartist</li></ul></td>
105+
<b>allowed values:</b><ul><li>classic</li><li>graph</li><li>chartist</li></ul></td>
88106
</tr>
89107
<tr>
90108
<td nowrap="nowrap"><h4><code>plugin_stargazers_worldmap</code></h4></td>
@@ -143,14 +161,14 @@ with:
143161

144162
```
145163
```yaml
146-
name: Using chartist charts
164+
name: Using graph charts
147165
uses: lowlighter/metrics@latest
148166
with:
149-
filename: metrics.plugin.stargazers.chartist.svg
167+
filename: metrics.plugin.stargazers.graph.svg
150168
token: ${{ secrets.METRICS_TOKEN }}
151169
base: ""
152170
plugin_stargazers: yes
153-
plugin_stargazers_charts_type: chartist
171+
plugin_stargazers_charts_type: graph
154172

155173
```
156174
```yaml

0 commit comments

Comments
 (0)