1. google does not like me so decided to screw the sparkline dimensions a day before the conference. So had to change the code with new dimensions. This is (hopefully) just a stop-gap solution. Will file a bug with the Google Vis API later on. Thanks to Nick & Micah for working on this.
This commit is contained in:
parent
f5b0931406
commit
765190c5f5
2 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ public class CoAuthorshipVisCodeGenerator {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
String sparklineDisplayOptions = "{width: 63, height: 21, showAxisLines: false, "
|
String sparklineDisplayOptions = "{width: 65, height: 30, showAxisLines: false, "
|
||||||
+ "showValueLabels: false, labelPosition: 'none'}";
|
+ "showValueLabels: false, labelPosition: 'none'}";
|
||||||
|
|
||||||
if (providedVisContainerID != null) {
|
if (providedVisContainerID != null) {
|
||||||
|
|
|
@ -239,7 +239,7 @@ public class PersonPublicationCountVisCodeGenerator {
|
||||||
.get(VOConstants.DEFAULT_PUBLICATION_YEAR);
|
.get(VOConstants.DEFAULT_PUBLICATION_YEAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
String sparklineDisplayOptions = "{width: 63, height: 21, showAxisLines: false, "
|
String sparklineDisplayOptions = "{width: 65, height: 30, showAxisLines: false, "
|
||||||
+ "showValueLabels: false, labelPosition: 'none'}";
|
+ "showValueLabels: false, labelPosition: 'none'}";
|
||||||
|
|
||||||
if (providedVisContainerID != null) {
|
if (providedVisContainerID != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue