mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
misc/themes: update css for chart.js v4
This commit is contained in:
@@ -128,11 +128,20 @@ td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.canvas-container-noaspectratio {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container > canvas {
|
||||
/* ChartJS v4 workaround: https://github.com/chartjs/Chart.js/issues/11005 */
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.cpu-canvas-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -84,10 +84,20 @@ td {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.canvas-container-noaspectratio {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container > canvas {
|
||||
/* ChartJS v4 workaround: https://github.com/chartjs/Chart.js/issues/11005 */
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.cpu-canvas-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -79,10 +79,20 @@ td {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.canvas-container-noaspectratio {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container > canvas {
|
||||
/* ChartJS v4 workaround: https://github.com/chartjs/Chart.js/issues/11005 */
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.cpu-canvas-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -107,10 +107,20 @@ td {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.canvas-container-noaspectratio {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container > canvas {
|
||||
/* ChartJS v4 workaround: https://github.com/chartjs/Chart.js/issues/11005 */
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.cpu-canvas-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -84,10 +84,19 @@ td {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.canvas-container-noaspectratio {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container > canvas {
|
||||
/* ChartJS v4 workaround: https://github.com/chartjs/Chart.js/issues/11005 */
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
.cpu-canvas-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -79,10 +79,20 @@ td {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.canvas-container-noaspectratio {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.canvas-container > canvas {
|
||||
/* ChartJS v4 workaround: https://github.com/chartjs/Chart.js/issues/11005 */
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.cpu-canvas-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user