-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:kenhub/giraffe
- Loading branch information
Showing
5 changed files
with
100 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog for Giraffe | ||
|
||
* Version 1.0.2 - more configuration options | ||
- Stroke color in area renderer can be a function that takes the graph color | ||
as a d3.rgb color and returns the color of the stroke | ||
- Format y axis ticks and totals values with a formatting function, | ||
`ticks_formatter` and `totals_formatter` respectively, | ||
just like `summary_formatter` | ||
- Totals fields can be selected by passing an array of strings, e.g. | ||
`"totals_fields": ["max", "min"]` | ||
* Version 1.0.1 - min default set to `auto` (#49) | ||
* Version 1.0.0 | ||
- first tagged version | ||
|
||
## commits | ||
|
||
[github commit log](https://github.com/kenhub/giraffe/commits) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters