Skip to content

Commit

Permalink
V8 (#42)
Browse files Browse the repository at this point in the history
* Added stack.yaml

* anchoring & freezeAxes bug

* horiCO et al

* projectWithAspect

* hori, vert reversal

* ChangeLog

* polish

* legend bug
  • Loading branch information
tonyday567 authored Dec 22, 2024
1 parent 69ec40a commit 160ac21
Show file tree
Hide file tree
Showing 37 changed files with 930 additions and 827 deletions.
1 change: 1 addition & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- ignore: {name: Use head}
- ignore: {name: Use <$>}
- ignore: {name: Use first}
- ignore: {name: Functor law}
- ignore: {name: 'Use ?~'}
- ignore: {name: 'Move brackets to avoid $'}
- ignore: {name: Avoid lambda}
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.8
===

- reversed hori, vert; added Align to hori, vert, stack api
- projectWithAspect added
- computeRangeTick added
- exposed legenedChart, freezeAxes & freezeTicks
- renamed anchor ==> anchoring
- added anchoring, achorTo, numStacks & alignCharts to LegendOptions
- added asChartTree, vertCO, horiCO, stackCO
- added beside, besiseChart
- added Align
- renamed Anchor ==> TextAnchor

0.7
===

Expand Down
4 changes: 2 additions & 2 deletions chart-svg.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: chart-svg
version: 0.7.0.0
version: 0.8.0.0
license: BSD-3-Clause
license-file: LICENSE
copyright: Tony Day (c) 2017
Expand Down Expand Up @@ -72,7 +72,7 @@ library
, markup-parse >=0.1 && <0.2
, mtl >=2.2.2 && <2.4
, numhask >=0.11 && <0.13
, numhask-space >=0.10 && <0.12
, numhask-space >=0.10 && <0.13
, optics-core >=0.4 && <0.5
, random >=1.2 && <1.3
, string-interpolate >=0.3 && <0.5
Expand Down
4 changes: 2 additions & 2 deletions other/arcflags.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions other/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions other/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 160ac21

Please sign in to comment.