I would like to use Mondays as first days of the weeks in the calendar view. Therefore I edited ~/.git-stats-config.js and set first_day: "Mon" but the calendar still starts with Sundays. Changing other parameters has effect.
Exact content of the ~/.git-stats-config.js file:
module.exports = {
// "DARK", "LIGHT" or an object interpreted by IonicaBizau/node-git-stats-colors
"theme": "DARK"
// The file where the commit hashes will be stored
// , "path": "~/.git-stats"
// First day of the week
, first_day: "Mon"
// This defaults to *one year ago*
// It can be any parsable date
, since: undefined
// This defaults to *now*
// It can be any parsable date
, until: undefined
// Don't show authors by default
// If true, this will enable the authors pie
, authors: false
// No global activity by default
// If true, this will enable the global activity calendar in the current project
, global_activity: false
};
Hi,
I would like to use Mondays as first days of the weeks in the calendar view. Therefore I edited
~/.git-stats-config.js
and setfirst_day: "Mon"
but the calendar still starts with Sundays. Changing other parameters has effect.Exact content of the
~/.git-stats-config.js
file:Example:
The issue is maybe in cli-gh-cal, I have no idea. Installed on Mac this morning with the commands listed on the Readme page (git-stats 2.11.0).