From a3129ff67223efcc0e35ff94f2c6fdf169263fe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 04:55:45 +0000 Subject: [PATCH] ci: auto-regenerate files --- README.md | 2 +- action.yml | 4 ++++ source/plugins/habits/README.md | 16 ++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2450e5ae..01e70145 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile -

🧩 Customizable with 39 plugins and 246 options!

+

🧩 Customizable with 39 plugins and 247 options!

diff --git a/action.yml b/action.yml index e6d13ad5..090f6d9c 100644 --- a/action.yml +++ b/action.yml @@ -361,6 +361,10 @@ inputs: description: Toggle charts display default: + plugin_habits_charts_type: + description: Charts display type + default: + plugin_habits_trim: description: Trim unused hours on charts default: diff --git a/source/plugins/habits/README.md b/source/plugins/habits/README.md index cdc3566a..cbbfa9ce 100644 --- a/source/plugins/habits/README.md +++ b/source/plugins/habits/README.md @@ -90,6 +90,22 @@ Recent language activity may also displayed (it requires extras features to be e type: boolean
default: no
+ + +

plugin_habits_charts_type

+

Charts display type

+
    +
  • classic: <div> based charts, simple and lightweight
  • +
  • chartist: <svg> based charts, smooth
  • +
+ + + + ✨ On master/main
+type: string +
+default: classic
+allowed values:
  • classic
  • chartist

plugin_habits_trim