I'm using ChartJS graphs right now and I want the values of my columns to display without having the user have to hover over the slice or bar they want. How would I make it so that the value of a slice or a bar shows itself without needing user input (the site will be displayed on a TV so there is no user interaction)? I've figured out using annotations for google charts, but I haven't found any counterpart for ChartJS. If you'd like to see any code, I'd be happy to post it. Thanks!