feat(plugins/habits): migrate to d3

This commit is contained in:
Simon Lecoq
2023-03-15 19:15:48 -04:00
parent 6ae962439c
commit b2d9cdc245
2 changed files with 21 additions and 45 deletions

View File

@@ -74,14 +74,17 @@ inputs:
Charts display type
- `classic`: `<div>` based charts, simple and lightweight
- `chartist`: `<svg>` based charts, smooth
- `graph`: `<svg>` based charts, smooth
> ⚠️ `chartist` option has been deprecated and is now equivalent to `graph`
type: string
default: classic
values:
- classic
- graph
- chartist
extras:
- metrics.npm.optional.chartist
- metrics.npm.optional.d3
plugin_habits_trim:
description: |