reactchartjs/react-chartjs-2

Add title for each axis

alamenai opened this issue · 0 comments

Would you like to work on this feature?

  • Check this if you would like to implement a PR, we are more than happy to help you go through the process.

What problem are you trying to solve?

When I create the Chart component for our application, a PM asked me if it was possible to highlight the title of each axis ( money for Y-axis and year for X- the axis in our case ).

I checked the documentation but I did not find an example about this.

Describe the solution you'd like

The solution is by displaying a title for each axis in the dataset object.

Describe alternatives you've considered

No response

Documentation, Adoption, Migration Strategy

No response