You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use area charts in angular. I also want to implement a server side zoom (I don't want to zoom the current dataset with the chart zoom). I thought I could achieve this by selecting an x-axis area of the chart by adding EventListeners. When I try to run the following code according to the example I found in #771 nothing happens and no new EventListener appears.
Is there something I overlook about the EventListener or is there a better way to achieve this?
chart.services.events.addEventListener("scatter-click",()=>{console.log("clicked on area-chart");});
The text was updated successfully, but these errors were encountered:
Question
I want to use area charts in angular. I also want to implement a server side zoom (I don't want to zoom the current dataset with the chart zoom). I thought I could achieve this by selecting an x-axis area of the chart by adding EventListeners. When I try to run the following code according to the example I found in #771 nothing happens and no new EventListener appears.
Is there something I overlook about the EventListener or is there a better way to achieve this?
The text was updated successfully, but these errors were encountered: