1. Fixed the issue when the author's name was really really long, flash vis used to create a scrollbar just for the legend. We made use of ellipsis in case of really long names.
2. The same for the sidebar author names. 3. Removed unused code.
This commit is contained in:
parent
ea062edde2
commit
50dd3ba19f
3 changed files with 22 additions and 19 deletions
|
@ -488,15 +488,8 @@ public class VisualizationCodeGenerator {
|
|||
} else {
|
||||
visualizationContextCode = generateFullVisContext();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// System.out.println("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
||||
log.debug(visualizationContextCode);
|
||||
// System.out.println("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
||||
|
||||
return visualizationContextCode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue