[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/35: gnu: Add elm-terezka-elm-charts.
From: |
guix-commits |
Subject: |
34/35: gnu: Add elm-terezka-elm-charts. |
Date: |
Sat, 21 May 2022 19:43:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7a2eb7d231c69e81f0851eb27cbae6aae93bf594
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Wed May 18 14:11:21 2022 -0400
gnu: Add elm-terezka-elm-charts.
* gnu/packages/elm.scm (elm-terezka-elm-charts): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/elm.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm
index cf203addd5..74a43a4ff2 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -760,3 +760,35 @@ say ``nice'', I just mean that I try to calculate
intervals which begin with
10, 5, 3, 2, or 1 (adjusted to magnitude, of course!). For dates, I try to
hit whole days, weeks, and months or hours, minutes, and seconds.")
(license license:bsd-3)))
+
+(define-public elm-terezka-elm-charts
+ (package
+ (name "elm-terezka-elm-charts")
+ (version "3.0.0") ;; NOTE! Tags like 5.1.0 are from an OLDER version.
+ (source
+ (elm-package-origin
+ "terezka/elm-charts"
+ version
+ (base32 "17syq73jwldc7fk7snm5k8s85nsvxyprb34rs1rwjsapc1vii7hc")))
+ (build-system elm-build-system)
+ (propagated-inputs
+ (list elm-terezka-intervals
+ elm-ryannhg-date-format
+ elm-time
+ elm-svg
+ elm-json
+ elm-html
+ elm-core
+ elm-debois-elm-dom))
+ (home-page
+ "https://elm-charts.org")
+ (synopsis "SVG chart components in Elm")
+ (description
+ "Make SVG charts in all Elm. The package can draw charts at a variety of
+different levels of customization, from basic charts with standard features to
+very custom styles. The library also allows including your very own SVG
+elements while still easily utilizing the coordinate system calculated from
+your data, as well as editing the SVGs made by the package. It has great
+support for interactivity, layering different charts, and adding irregular
+details.")
+ (license license:bsd-3)))
- 11/35: gnu: Add elm-html., (continued)
- 11/35: gnu: Add elm-html., guix-commits, 2022/05/21
- 01/35: gnu: elm-compiler: Update to 0.19.1., guix-commits, 2022/05/21
- 05/35: build-system/elm: Add implicit Elm inputs., guix-commits, 2022/05/21
- 03/35: guix: Add elm-build-system., guix-commits, 2022/05/21
- 24/35: gnu: Add elm-debois-elm-dom., guix-commits, 2022/05/21
- 09/35: import: Add Elm importer., guix-commits, 2022/05/21
- 28/35: gnu: Add elm-danhandrea-elm-time-extra., guix-commits, 2022/05/21
- 13/35: gnu: Add elm-time., guix-commits, 2022/05/21
- 10/35: gnu: Add elm-virtual-dom., guix-commits, 2022/05/21
- 07/35: http-client: 'http-fetch/cached' converts strings to URIs., guix-commits, 2022/05/21
- 34/35: gnu: Add elm-terezka-elm-charts.,
guix-commits <=