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
|
-
+
|
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: |
plugin_habits_trim
|