issues
search
dk8996
/
Gantt-Chart
Gantt chart library using D3.js.
Gantt chart library using D3.js.
Apache License 2.0
396
stars
204
forks
source link
add custom border-radius setting, add baseClass setting
#20
Open
sedenardi
opened
8 years ago
sedenardi
commented
8 years ago
Added the ability to set the event rectangle radius using
.radius(num)
on the
gantt
object.
Added the ability to set a base class for all event rectangles using
.baseClass(class)
on the
gantt
object.
Added the ability to specify a custom keyFunction
.radius(num)
on thegantt
object..baseClass(class)
on thegantt
object.