7 lines
98 B
CSS
7 lines
98 B
CSS
/* Generated graph container */
|
|
#cy {
|
|
width: 100%;
|
|
height: 600px;
|
|
background-color: blue;
|
|
}
|