0

Is there any way this plug-in can represent the value of the bar graph at the top of each bar?

Here is some of my configration:

        options: {
            title: {
                display:false,
                text: 'Onlines over time'
            },
            legend: {
                display:false,
                position:'left'
            },
            tooltips:{
                enabled:true,
                rtl:true
            },
            scales: {
                xAxes: [{
                    type: 'time',
                    time: {
                        parser: timeFormat,
                        //round: 'day',
                        tooltipFormat: 'MM/DD HH:mm'
                    },
                }],
            },
        }

I'm not a native english speaker so Maybe I missed something, Thanks for your help

0 Answers0