Skip to content

Commit

Permalink
fix wrong default value for value_factor in README.md
Browse files Browse the repository at this point in the history
the default value for the parameter value_factor is documented as 0. But I think it should be 1.
  • Loading branch information
schmocker authored Dec 5, 2023
1 parent 210fb4c commit ed98200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ We recommend looking at the [Example usage section](#example-usage) to understan
| min_bound_range_secondary | number | | v0.x.x | Applied after everything, makes sure there's a minimum range that the secondary Y-axis will have. Useful for not making small changes look large because of scale.
| smoothing | boolean | `true` | v0.8.0 | Whether to make graph line smooth.
| state_map | [state map object](#state-map-object) | | v0.8.0 | List of entity states to convert (order matters as position becomes a value on the graph).
| value_factor | number | 0 | v0.9.4 | Scale value by order of magnitude (e.g. convert Watts to kilo Watts), use negative value to scale down.
| value_factor | number | 1 | v0.9.4 | Scale value by order of magnitude (e.g. convert Watts to kilo Watts), use negative value to scale down.
| logarithmic | boolean | `false` | v0.10.0 | Use a Logarithmic scale for the graph


Expand Down

0 comments on commit ed98200

Please sign in to comment.