Prerak Sola

Results 5 comments of Prerak Sola

@AlinaKozlobayeva Refer this: https://github.com/daniel-nagy/md-data-table/issues/595#issuecomment-308100514

I have the same behaviour. I tried deleting the DerivedData folder contents but of no use. I have multiple targets in my application, and I added the flags in Build...

Yes, I am sure that it points to the canvas element. Here's the fiddle of my application structure with the issue: [jsFiddle](https://jsfiddle.net/prerak6962/htm4yssL/11/). It's a bit complicated so you might have...

@xieziyu The [documentation](https://github.com/xieziyu/ngx-echarts#directive) of this directive says the opposite. Also, in the [source code](https://github.com/xieziyu/ngx-echarts/blob/master/projects/ngx-echarts/src/lib/ngx-echarts.directive.ts#L77), nothing passed as a second parameter to `setOption` method, so the default value for `noMerge` would...

I am facing the same issue and I figured that `Plotly.redraw(graph)` line in `onUpdate()` is causing it. ``` function onUpdate () { //No data yet, or clearing out old data...