You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All query parameters are optional, with sane defaults.
Graph
Centered contribution graph.
- type: extensionurl: https://glance-github-graph:8080/graph/<your-username>allow-potentially-dangerous-html: trueparameters:
background-color: "#1d2025"# cell backgroundprimary-color: "#f3afaf"# cell foregroundsvg-height: 150# height for graph svgshow-months: true # show months on the graphshow-weekdays: true # show weekdays on the graphfont-size: 9# size of weekdays & months text on graph# if true, it will transition the hue from background# to primary color per the number of commits.# otherwise it will just use the background hue for# 0 commits and the foreground hue for all otherstransition-hue: false
Stats
Statistics summary.
- type: extensionurl: https://glance-github-graph:8080/stats/<your-username>allow-potentially-dangerous-html: trueparameters:
show_quartiles: true # whether to include "quartiles" in the stats
Graph SVG
Just the pure svg image of the graph.
- type: extensionurl: https://glance-github-graph:8080/graph_svg/<your-username>allow-potentially-dangerous-html: trueparameters:
... # accepts all the same parameters as /graph/