feat(plugins/habits): add plugin_habits_charts_type (#938)
This commit is contained in:
@@ -52,6 +52,17 @@ inputs:
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
plugin_habits_charts_type:
|
||||
description: |
|
||||
Charts display type
|
||||
- `classic`: `<div>` based charts, simple and lightweight
|
||||
- `chartist`: `<svg>` based charts, smooth
|
||||
type: string
|
||||
default: classic
|
||||
values:
|
||||
- classic
|
||||
- chartist
|
||||
|
||||
plugin_habits_trim:
|
||||
description: Trim unused hours on charts
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user