[chronojump] CairoBarsEncoder "e", "c" at bootom of each bar instead of Ecc, Con on firsts



commit 68918749ce00cf1f8fa8f7294a8fd63fe1585d7b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Mar 29 12:30:39 2022 +0200

    CairoBarsEncoder "e","c" at bootom of each bar instead of Ecc,Con on firsts

 src/gui/cairo/bars.cs   | 4 ++--
 src/gui/eventExecute.cs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/cairo/bars.cs b/src/gui/cairo/bars.cs
index c3c1a8e08..fdd38f752 100644
--- a/src/gui/cairo/bars.cs
+++ b/src/gui/cairo/bars.cs
@@ -1347,7 +1347,7 @@ public class CairoBarsNHSeries : CairoBars
                                                }
                                                else
                                                        printTextInBar(x +adjustX +barWidth/2, graphHeight 
-bottomMargin -10,
-                                                                       0, textHeight+2, "E", g, true);
+                                                                       0, textHeight+2, "e", g, true);
                                        }
 
                                        secondaryHasData = true;
@@ -1391,7 +1391,7 @@ public class CairoBarsNHSeries : CairoBars
                                        }
                                        else
                                                printTextInBar(x +adjustX +barWidth/2, graphHeight 
-bottomMargin -10,
-                                                               0, textHeight+2, "C", g, true);
+                                                               0, textHeight+2, "c", g, true);
                                }
                        }
 
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index e7ae1a4c4..358a0c9b3 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -3942,7 +3942,7 @@ public class CairoPaintBarplotPreEncoder : CairoPaintBarsPre
 
                        cb.PassData2Series (barB_l, barsSecondary_ll, false,
                                        colorMain_l, colorSecondary_l, names_l,
-                                       "Ecc", "Con", true,
+                                       "Ecc", "Con", false,
                                        20, 14, 8, "");
                }
 


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