Relative Content

Tag Archive for vue.jsvuejs3chart.jslinechartvue-chartjs

Why isn’t the ‘labelColor’ callback for the Chart.js Tooltip applying any changes?

I’m using vue-chartjs to display a line chart, and right now I’m customizing the appearance. I’m finding that certain attributes to style the Tooltip are not working. I’m currently trying the following approach to select a background color based on the value of the data. I’ve copied the code straight from the Chart.js documentation and put in my ternary operator to select a background color.