guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Thu, 17 Sep 2020 04:31:21 -0400 (EDT)

branch: master
commit 24924bb6008b7695b1cdb6e3a0003f9d4affd0cf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Sep 17 10:15:06 2020 +0200

    templates: Do not display chart title.
    
    * src/cuirass/templates.scm (make-line-chart): Do not display chart title.
---
 src/cuirass/templates.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 29162de..e442078 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -871,11 +871,11 @@ and BUILD-MAX are global minimal and maximal row 
identifiers."
                                                (data . ,dataset)))
                                            datasets labels colors)))))
                   (options . ((responsive . #t)
-                               (tooltips . ((enabled . #f)))
-                               (legend . ((display . ,legend?)))
-                               (title . ((display . #t)
-                                         (text . ,title)))
-                               (scales . ,scales))))))
+                              (tooltips . ((enabled . #f)))
+                              (legend . ((display . ,legend?)))
+                              (title . ((display . #f)
+                                        (text . ,title)))
+                              (scales . ,scales))))))
     `((script ,(format #f "window.addEventListener(\"load\",
 function(event) {\
 window.~a = new Chart\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]