bug fixed + css per struttura grafi
This commit is contained in:
parent
b93dae26a7
commit
6ad1497ca9
|
@ -18,10 +18,15 @@
|
||||||
sans-serif;
|
sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
.synt__info{
|
||||||
* Footer
|
font-size: 12px;
|
||||||
*/
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, “Helvetica Neue”,
|
||||||
|
“Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”,
|
||||||
|
“Fira Sans”, “Droid Sans”,
|
||||||
|
sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
#displaycanto span:hover {
|
#displaycanto span:hover {
|
||||||
color: red;
|
color: red;
|
||||||
|
|
|
@ -54,6 +54,7 @@ $(document).ready(function() {
|
||||||
const start = performance.now();
|
const start = performance.now();
|
||||||
showCanto(formeprima, '1','1')
|
showCanto(formeprima, '1','1')
|
||||||
$("#InfernoCanto_1").attr('style', 'display: d-flex;')
|
$("#InfernoCanto_1").attr('style', 'display: d-flex;')
|
||||||
|
loadedCanti.add("InfernoCanto_1")
|
||||||
//$("#InfernoCanto_1").removeClass('hidecanto')
|
//$("#InfernoCanto_1").removeClass('hidecanto')
|
||||||
|
|
||||||
//$("#InfernoCanto_1").css("display", "block");
|
//$("#InfernoCanto_1").css("display", "block");
|
||||||
|
|
|
@ -67,10 +67,10 @@ document.addEventListener("dblclick", function(e){
|
||||||
if (name === "sentenceStructArcs")
|
if (name === "sentenceStructArcs")
|
||||||
return new Inspector(document.querySelector("#displayinfo"));
|
return new Inspector(document.querySelector("#displayinfo"));
|
||||||
});
|
});
|
||||||
main.redefine('width', 600);
|
main.redefine('width', 650);
|
||||||
main.redefine('height', 400);
|
main.redefine('height', 500);
|
||||||
|
|
||||||
main.redefine("links", d3.csv("https://hdnlab1.isti.cnr.it/d3search/node_modules/commarcdiag/files/parsint_mod_completo_pre_new_4.csv", d3.autoType));
|
//main.redefine("links", d3.csv("https://hdnlab1.isti.cnr.it/d3search/node_modules/commarcdiag/files/parsint_mod_completo_pre_new_4.csv", d3.autoType));
|
||||||
|
|
||||||
if (lisid!=''){
|
if (lisid!=''){
|
||||||
console.log('here graph '+lisid+' '+lsentid)
|
console.log('here graph '+lisid+' '+lsentid)
|
||||||
|
|
Loading…
Reference in New Issue