angular-plotly icon indicating copy to clipboard operation
angular-plotly copied to clipboard

Results 12 angular-plotly issues
Sort by recently updated
recently updated
newest added

When resizing a window while a plot is not visible, plotly logs this error. To fix this you can add this test in `onResize()` (the same check as in plotly...

Make a copy of the layout before assigning it to the graph element. Plotly sometimes performs its own updates on the layout element, specifically when dealing with time series data...

Hello. I'm not sure if this is an issue with angular-plotly, but every time I change the data I get this error: ``` Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!...

It will be nice tutorial session or example to have Angularcli framework to deploy this one. Even through plotly chart with very small data will help people to start using...

I've this issue. I need multiple graph on single page. In template i have: > and all binding are correctly filled. But the html element used by plotly it's always...

Sir i am not able apply Plotly.restyle method in your angular plotly. Guide me regarding how can i write plotly.resize method .

How to add multiple y axis using angular plotly? Without angular we can do this by adding traces. Is there any similar thing in angular plotly?

In the case of updating data on a short interval - e.g., one second - the update approach in this directive may not be optimal. https://community.plot.ly/t/what-is-the-most-performant-way-to-update-a-graph-with-new-data/639 Looks like it should...

Hi, I am having an issue with the resize. Works in firefox but not in chrome or safari. I think that instead of watching changes on the parent div, we...