Turn off label for split fields in Timelion

Is it possible to turn off the label in Timelion chart? When I created my Timelion chart, I have many points on the chart that is obvious what they are. So I don't need to have labels for all of them showing up. However, even if I don't add .label(). There will be some default label showing up on the chart. Is there a way to turn it off?

Do you want to hide the legend completely? you can do it by adding .legend(false)

Thanks, I ended up using .label(), which helped. I don't know why it didn't work the first time.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.