[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55030] [PATCH 30/30] gnu: Add elm-terezka-elm-charts.
From: |
Philip McGrath |
Subject: |
[bug#55030] [PATCH 30/30] gnu: Add elm-terezka-elm-charts. |
Date: |
Tue, 19 Apr 2022 19:32:14 -0400 |
* gnu/packages/elm.scm (elm-terezka-elm-charts): New variable.
---
gnu/packages/elm.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm
index 186af9d768..1e9cbd4a30 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -777,3 +777,36 @@ (define-public elm-terezka-intervals
hit whole days, weeks, and months or hours, minutes, and seconds.")
(license license:bsd-3)
(properties '((upstream-name . "terezka/intervals")))))
+
+(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)
+ (properties '((upstream-name . "terezka/elm-charts")))))
--
2.32.0
- [bug#55030] [PATCH 24/30] gnu: Add elm-danhandrea-elm-time-extra., (continued)
- [bug#55030] [PATCH 24/30] gnu: Add elm-danhandrea-elm-time-extra., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 19/30] gnu: Add elm-todomvc., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 17/30] gnu: Add elm-explorations-markdown., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 22/30] gnu: Add elm-explorations-test., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 21/30] gnu: Add elm-random., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 23/30] gnu: Add elm-danhandrea-elm-date-format., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 16/30] gnu: Add elm-project-metadata-utils., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 28/30] gnu: Add elm-ryannhg-date-format., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 18/30] gnu: elm: Support 'elm reactor'., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 27/30] gnu: Add elm-myrho-elm-round., Philip McGrath, 2022/04/19
- [bug#55030] [PATCH 30/30] gnu: Add elm-terezka-elm-charts.,
Philip McGrath <=
- [bug#55030] [PATCH 29/30] gnu: Add elm-terezka-intervals., Philip McGrath, 2022/04/19