Seeking guidance on creating an angular 7 component. I have forked a jsFiddle at this link: https://jsfiddle.net/gauravshrestha/fdxsywLv/. The chart in the fiddle allows data points to be dragged up and down. My goal is to convert this into a component where objects can be passed as input parameters within the variable acoptions
. Alternatively, if there is an existing angular component that can create draggable line charts, that would also serve my needs.
Appreciate any insights or assistance provided.