Chart.js Line Chart to display values of default and added data
I have a Chart.js Line chart used in React (TS) project , that takes data from user input and displays. However I want to have some default values static to display permanently and as the user inputs data, this should be displayed along with the already existing static data. This is the code I have but not sure how to add initial default values. Also would like to have the X-axis as date.