@@ -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 >< ; div> ; </code > based charts, simple and lightweight</li >
75- <li ><code >chartist </code >: <code >< ; svg> ; </code > based charts, smooth</li >
90+ <li ><code >graph </code >: <code >< ; svg> ; </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
147165uses : lowlighter/metrics@latest
148166with :
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