What I currently have:
My chart.js canvas displays values on the x-axis ranging from 1 to 9. Users can input a new range to view a different scope, with default limits set at start = 3 and end = 6 in my repository.
I already have a function that restricts the data displayed on the graph, but I'm unsure how to trigger an update when the user changes the range outside of the canvas.
What I need help with: How can I force the chart to update dynamically?
Repository: https://stackblitz.com/edit/angular-ng2-charts-new-range-x-axis