ci: auto-regenerate files
This commit is contained in:
@@ -116,19 +116,22 @@ Recent language activity may also displayed (it requires extras features to be e
|
||||
<td rowspan="2"><p>Charts display type</p>
|
||||
<ul>
|
||||
<li><code>classic</code>: <code><div></code> based charts, simple and lightweight</li>
|
||||
<li><code>chartist</code>: <code><svg></code> based charts, smooth</li>
|
||||
<li><code>graph</code>: <code><svg></code> based charts, smooth</li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>⚠️ <code>chartist</code> option has been deprecated and is now equivalent to <code>graph</code></p>
|
||||
</blockquote>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.npm.optional.chartist</i></li>
|
||||
<li><i>metrics.npm.optional.d3</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>string</code>
|
||||
<br>
|
||||
<b>default:</b> classic<br>
|
||||
<b>allowed values:</b><ul><li>classic</li><li>chartist</li></ul></td>
|
||||
<b>allowed values:</b><ul><li>classic</li><li>graph</li><li>chartist</li></ul></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_habits_trim</code></h4></td>
|
||||
|
||||
Reference in New Issue
Block a user