Skip to content

Commit cf855a3

Browse files
committed
Set title and paddings null.
1 parent fabf38e commit cf855a3

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

media/scripts/anim-initial.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ function anim_init(chart) {
1010
label: { set: ['Line count'] }
1111
},
1212
legend: null,
13-
sort: 'none',
14-
reverse: true,
13+
sort: 'byValue',
14+
reverse: false,
1515
title: null
1616
},
1717
style: {
@@ -37,7 +37,11 @@ function anim_init(chart) {
3737
label: { paddingTop: '0.9em', angle: 0 },
3838
title: { paddingTop: '2.2em', color: 'rgba(130,130,130,0)' }
3939
}
40-
}
40+
},
41+
title: {
42+
paddingTop: null,
43+
paddingBottom: null
44+
}
4145
}
4246
},
4347
{

media/scripts/nav-anim-01xx-10xx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function nav_anim_01xx_10xx(chart, dirLevel) {
88
color: { set: null },
99
label: { set: ['Line count'] },
1010
},
11-
title: null, // '13 File count 2',
11+
// '13 File count 2',
1212
legend: null
1313
},
1414
style: {

media/scripts/nav-anim-01xx-filter.-fw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function nav_anim_01xx_filter_fw(chart, dirLevel) {
1111
color: { set: null },
1212
label: { set: null }
1313
},
14-
title: null,
1514
legend: null
1615
},
1716
style: {

media/scripts/nav-anim-10xx-01xx.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ function nav_anim_10xx_01xx(chart, dirLevel) {
88
color: { set: null },
99
label: { set: ['$count'] },
1010
},
11-
title: null,
1211
legend: null
1312
},
1413
style: {

media/scripts/nav-anim-10xx-filter-fw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function nav_anim_10xx_filter_fw(chart, dirLevel) {
1111
color: { set: null },
1212
label: { set: null }
1313
},
14-
title: null,
1514
legend: null
1615
},
1716
style: {

media/scripts/nav-anim-initial.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ function nav_anim_init(chart) {
3131
label: { paddingTop: '0.9em', angle: 0 },
3232
title: { paddingTop: '2.2em', color: 'rgba(130,130,130,0)' }
3333
}
34-
}
34+
},
35+
title: {
36+
paddingTop: null,
37+
paddingBottom: null
38+
}
3539
}
3640
},
3741
{

0 commit comments

Comments
 (0)