Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XChart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brady James Garvin
XChart
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
992602d15569878e60382929ac520e1e26f3f3b3
Select Git revision
Branches
1
develop
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
23
Jan
22
21
17
15
11
10
3
2
1
30
Dec
29
11
3
1
26
Nov
23
1
7
Oct
6
5
4
3
1
30
Sep
28
25
23
22
21
19
11
Jul
2
May
19
Apr
18
14
13
12
11
8
23
Mar
22
18
17
16
5
4
25
Feb
16
14
9
Jan
21
Dec
20
15
Nov
12
30
Oct
28
10
30
Sep
14
2
1
26
Aug
22
30
Jul
21
20
19
3
2
24
Jun
29
May
28
22
20
26
Apr
25
4
30
Mar
27
26
25
23
21
16
13
6
27
Feb
21
19
6
11
Jan
10
9
8
6
2
31
Dec
21
20
19
7
Sep
6
19
Aug
28
Jul
15
10
1
16
Jun
7
2
26
May
25
24
23
17
15
13
12
11
10
9
30
Apr
27
26
22
8
5
4
3
2
28
Mar
23
9
7
6
5
4
28
Feb
27
26
24
23
21
20
18
17
16
13
12
10
5
3
31
Jan
28
23
19
17
16
15
14
13
11
10
9
8
30
Dec
26
21
27
Oct
21
12
11
24
Sep
22
20
12
11
10
9
7
29
Aug
25
24
14
8
4
5
Oct
30
Jul
29
25
20
19
18
allow setting annotation type pn pie charts
don't annotate pie chart slice if not enough room
refactor some names
allowing setting of annotation distance from center on pie chart, as well as the pie chart annotation font
allow for resetting of axes types when removing and adding series (Issue #127)
allow removal of series from chart (Issue #127)
fix chart title position
some varaible naming refactor, issue #27 - allow empty plots
rename some classes
Merge branch 'develop' of github.com:timmolter/XChart into develop
Pie Chart improvements
add to theme for pie charts: percetage fill, isCircle
Added ability to customize series colors, markers, and line styles individually at the theme level
Roughed in 3.0.0
Issue #26 - Pie Charts first cut
update xchart theme series colors to be more printer friendly
update ggplot2 bar chart
update ggplot2 series colors
Issue #115 - Add series colors and markers to themes
Issue #119 - Bar chart - allow null values in data series
bump version to 2.7.0-SNAPSHOT
issue #121 new chart type: category with line, scatter, area series
clean up bar chart code
moved axis min and max back to Axis
rename AxisTickCalculator sub classes
clean up AxisTickCategoryChartCalculator
moved min and max to ChartInternal for better shared usage
add sample bar chart 10, fix broken y aix tick calculator for bar charts
Merge branch 'develop' of github.com:timmolter/XChart into develop
misc. cleanup
Merge pull request #123 from jentfoo/barLineExample
misc. cleanup
add cateogory series method
moves series map, renamed ChartPainter ==> ChartInternal
misc. rearranging, comments, cleanup, renaming stuff
Updated BarChar09 with a more sophisticated example
issue #121 add line series to bar charts.
move some example charts
Merge branch 'master' into develop
make series rendering dependent on series type, not chart type
Loading