#graphics {
    padding: 10px;
    background-color: rgb(230, 230, 230);
    border-radius: 10px;
    height: auto;
    flex: 1;
    margin-top: 10px;
}


.graphics_table {
    width: 100%;
    height: 400px;
    max-height: 400px;
    border: 1px solid rgb(61, 61, 61);
    border-radius: 10px;
    margin-bottom: 10px;
}

.graphics_data {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgb(61, 61, 61);
    display: flex;
    flex-direction: row;
    flex: 1;
}

.table_data {
    width: 100%;
    max-height: 380px;
    display: flex;
    /*border: 1px solid rgb(0, 102, 255);*/
}

.graphics_data_title {
    margin: 0px;
    font-size: 25px;
    width: max-content;
    height: 100%;
    border-right: 1px solid black;
    text-align: center;
}
.graphics_data_value {
    margin: 0px;
    font-size: 35px;
    width: fit-content;
    height: 100%;
    text-align: center;
}

.graphics_char {
    width: 100%;
    /*border: 1px solid rgb(231, 3, 252);*/
    height: 350px;
}







/* echart */

* {
    margin: 0;
    padding: 0;
  }
  #chart-container {
    position: block;
    height: 100vh;
    overflow: hidden;
  }


