For full description, see this link and
Demo app
- pieSize : Percentage value for each 1 ~ 16th pie.
- pieColor : Each Pie’s color value. hexValue is
recommended.
pieNode <- buildNode(
id = "pieNode", width = 100, height = 100,
pieSize = c(40, 40, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
pieColor = c("#e84118", "#00a8ff", "#4cd137", rep("#f5f6fa", 13)),
labelColor = "#2f3640"
)
shinyCyJS(pieNode)