Skip to content

Commit

Permalink
Merge branch 'xy_caching' into x_divisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Adams committed Dec 28, 2020
2 parents 6343629 + acf0891 commit b336094
Show file tree
Hide file tree
Showing 13 changed files with 1,086 additions and 1,636 deletions.
10 changes: 7 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ TODO / Backlog
* refactor various hardcoded constant pixel offsets in Graph class to use named constants or variables
* Fix bug in Plot where min/max_x/y_value are not respected, TODO

=== 2.2.1 / 2019-11-26
* Remove inline styling for data point labels and popups [thanks marnen, #23]
*
=== 2.2.1 / 2020-12-25
* Remove inline styling for data point labels and popups [thanks marnen, PR #23]
* fix #29 text background not aligned close to axis due to missing anchors
* add & document :shape and :url hash keys for `add_data` [thanks t12nslookup, PR #32]
* add custom datapoint support to Line graphs
* Add white text behind popup text so that the black text is more readable [thanks t12nslookup, PR #30]
* fix #19 rotated lables should no longer be cropped or overlapping

=== 2.2.0 / 2019-11-26
* on top of 2.2.0.beta adds the following
Expand Down
194 changes: 107 additions & 87 deletions examples/bar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
200 changes: 110 additions & 90 deletions examples/bar_horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
128 changes: 47 additions & 81 deletions examples/err_bar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b336094

Please sign in to comment.