| Position JSON |
{"CHART--aTrhAspg0":{"children":[],"id":"CHART--aTrhAspg0","meta":{"chartId":118,"height":124,"sliceName":"Giorni di Ritardo rispetto alla Data di Consegna","width":7},"parents":["ROOT_ID","GRID_ID","ROW-tUGys4Yiy"],"type":"CHART"},"CHART-FkvxSUlOPI":{"children":[],"id":"CHART-FkvxSUlOPI","meta":{"chartId":121,"height":32,"sliceName":"Scadenze del Prossimo Mese","width":3},"parents":["ROOT_ID","GRID_ID","ROW-qtzx5nzCq","COLUMN-QR4o_IVRTH"],"type":"CHART"},"CHART-G0TwlllRnb":{"children":[],"id":"CHART-G0TwlllRnb","meta":{"chartId":120,"height":35,"sliceName":"Filtri","width":3},"parents":["ROOT_ID","GRID_ID","ROW-qtzx5nzCq","COLUMN-QR4o_IVRTH"],"type":"CHART"},"CHART-XdBZlvQPGu":{"children":[],"id":"CHART-XdBZlvQPGu","meta":{"chartId":117,"height":125,"sliceName":"Distribuzione Criticit\u00e0 con livello > Trascurabile","width":5},"parents":["ROOT_ID","GRID_ID","ROW-tUGys4Yiy"],"type":"CHART"},"CHART-k9r9LM0_or":{"children":[],"id":"CHART-k9r9LM0_or","meta":{"chartId":116,"height":69,"sliceName":"Progetti Scadenza e Criticit\u00e0","width":5},"parents":["ROOT_ID","GRID_ID","ROW-qtzx5nzCq"],"type":"CHART"},"CHART-r6rZsTmkfb":{"children":[],"id":"CHART-r6rZsTmkfb","meta":{"chartId":115,"height":69,"sliceName":"Percentuale Criticit\u00e0","width":3},"parents":["ROOT_ID","GRID_ID","ROW-qtzx5nzCq"],"type":"CHART"},"COLUMN-QR4o_IVRTH":{"children":["CHART-G0TwlllRnb","CHART-FkvxSUlOPI"],"id":"COLUMN-QR4o_IVRTH","meta":{"background":"BACKGROUND_TRANSPARENT","width":4},"parents":["ROOT_ID","GRID_ID","ROW-qtzx5nzCq"],"type":"COLUMN"},"DASHBOARD_VERSION_KEY":"v2","GRID_ID":{"children":["ROW-qtzx5nzCq","ROW-tUGys4Yiy"],"id":"GRID_ID","parents":["ROOT_ID"],"type":"GRID"},"HEADER_ID":{"id":"HEADER_ID","meta":{"text":"Progetti NeMea"},"type":"HEADER"},"ROOT_ID":{"children":["GRID_ID"],"id":"ROOT_ID","type":"ROOT"},"ROW-qtzx5nzCq":{"children":["COLUMN-QR4o_IVRTH","CHART-k9r9LM0_or","CHART-r6rZsTmkfb"],"id":"ROW-qtzx5nzCq","meta":{"0":"ROOT_ID","background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-tUGys4Yiy":{"children":["CHART-XdBZlvQPGu","CHART--aTrhAspg0"],"id":"ROW-tUGys4Yiy","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"}}
|
| CSS |
body {
font-family: 'Roobert', sans-serif;
background-image: url('https://static.vecteezy.com/system/resources/previews/004/782/959/original/2-tones-blue-and-pink-watercolor-wash-splash-background-vector.jpg')!important;
background-size: cover;
background-position: center;
color: rgb(64, 64, 64);
margin: 0;
padding: 0;
font-size: 22px;
}
.ant-tabs-content-holder{
background: transparent !important;
}
.ant-tabs-content-holder * {
color: #008080 !important;
}
.ant-tabs-tab-active *{
font-weight: bold !important;
}
.dashboard-content{
background:none;
font-family: 'Roobert', sans-serif;
}
.dashboard-component{
background:none;
border-radius: 10px;
}
.dashboard-component {
/* background-image:linear-gradient(-45deg, #A9A9A9, #D3D3D3); */
background: rgba(0,0,0,0.1);
border-radius: 10px;
color: rgb(64, 64, 64);
font-size: 12px;
}
.dashboard .chart-header {
position: relative;
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
}
.dashboard .chart-container {
color: rgb(64, 64, 64);
}
.dashboard-component-chart-holder {
width: 100%;
height: 100%;
position: relative;
padding: 10px;
}
.container-fluid {
text-align: left;
visibility: hidden;
}
.navbar-inverse {
height: 0px;
visibility: hidden;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
padding: 5px;
font-size: medium;
}
.superset-legacy-chart-sankey .link {
/*stroke:none !important;
stroke-opacity:0; /* Aggiungi questa linea per rimuovere lo stroke */
}
.dashboard-header {
background: rgba(0, 0, 0, .1);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 24px;
}
.fave-unfave-icon .fa-star, .fave-unfave-icon .fa-star-o, .fave-unfave-icon .fa-star-o:active, .fave-unfave-icon .fa-star-o:hover, .fave-unfave-icon .fa-star:active, .fave-unfave-icon .fa-star:hover {
color: #263238;
visibility: hidden;
}
|