0👍
In your graphData, you should add a option labels and put in this the information that you want to show
In Options you have a example: Chart Documentation
this.graphData = {
labels: "information that you want to show",
datasets: [
// your code
]
};
Source:stackexchange.com