Dear Fellow LibreOffice Users,
After steady months of rising in my karma graph, i am now facing a steep and backwards decline in my karma dots ( see Graph ).
We can see in the above karma graph that around March 2017 ( green circle ) my karma had plummeted back to almost zero…
On a serious note, i think the above graph shows a clue as to what might cause the malconnection of the karma dots.
1) i registered in April 2015 ( red circle - zero karma )
2) i earned my first karma point in March 2017 ( green circle - first karma )
3) i earned my latest karma point in May 2017 ( yellow circle - current karma )
The “zero karma” dot inside the red circle should of course be connected to the “first karma” dot inside the green circle, but instead it is directly and wrongly connected to the “current karma” dot inside the yellow circle. From the “current karma” dot departs a straight line directly to the “first karma” dot, and from there on it builds up correctly again towards the current karma dot.
Based on these findings i would recommend the following measures to fix in the Karma Graph generator code:
1) Remove the connection between node "zero karma" and node "current karma"
2) Remove the connection between node "current karma" and node "first karma"
3) Make a connection between node "zero karma" and node "first karma"
NB. a similar issue can be seen in charlie.it’s Karma Graph here, and there are some more malconnected karma dots there…
Where is the source code that generates the Karma Graph located?
Thanks in advance, lib
EDIT 2017-05-13 21:03
possibly located the function responsible for drawing the line segments between the karma dots here:
https://ask.libreoffice.org/m/CACHE/js/5a98f033245a.js
… function plotLine()