18 lines
193 B
CSS
Executable File
18 lines
193 B
CSS
Executable File
body {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
#chart {
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.node {
|
|
fill: steelblue;
|
|
stroke: white;
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
.label {
|
|
pointer-events: none;
|
|
}
|