OisinKyne / EthTransactionMap

A WebApp to visualise Ethereum Transaction Relationships.
0 stars 0 forks source link

Need to fix change detector ref for ngx-charts #4

Open OisinKyne opened 6 years ago

OisinKyne commented 6 years ago

At the moment, links move and render continually, but due to the change detection strategy for ngx-charts, the nodes only redraw when an (onMouseMove) fires for tooltip rendering. Need to override that or submit a bug report to ngx-charts

OisinKyne commented 6 years ago

Raised issue with ngx-charts: swimlane/ngx-charts#863