d3-gantt-chart
Version:
Gantt chart library using D3.js.
87 lines (69 loc) • 1.33 kB
CSS
.gantt-chart-container {
cursor: move;
pointer-events: all;
}
.wf-gantt-bar {
cursor: default ;
}
.wf-gantt-x-axis {
cursor: move;
pointer-events: all;
}
.gantt-chart .x.axis .tick line {
stroke: #a1a1a1;
stroke-dasharray: 2, 5;
}
.gantt-chart .y.axis .tick text {
fill: #434343;
font-weight: bold;
}
.gantt-chart .y.axis .domain {
visibility: hidden;
}
.wf-gantt-chart {
max-height: 550px;
overflow-y: scroll;
overflow-x: hidden;
}
/* Gant chart styles*/
.axis path,
.axis line {
fill: none;
stroke: #8994a0;
shape-rendering: crispEdges;
}
.wf-legend-item-text {
font-size: 12px;
}
.pane {
cursor: move;
fill: none;
pointer-events: all;
}
.gantt-chart-container {
cursor: move;
pointer-events: all;
}
.wf-gantt-bar {
cursor: default ;
}
.wf-gantt-x-axis {
cursor: move;
pointer-events: all;
}
.gantt-chart .x.axis .tick line {
stroke: #a1a1a1;
stroke-dasharray: 2, 5;
}
.gantt-chart .y.axis .tick text {
fill: #434343;
font-weight: bold;
}
.gantt-chart .y.axis .domain {
visibility: hidden;
}
.wf-gantt-chart {
max-height: 550px;
overflow-y: scroll;
overflow-x: hidden;
}