## Known issues - time-data graph doesn't rescale when new data that is higher than current scale comes - Graph drag tracks mouse while the context menu is open - Title of a node will exit the circle svg if it is too long ## To-Do - Update to d3 v4 - Better tune the auto zoom function - Add support for containers that are part of multiple services - Graph can't currently handle two nodes with the same Id. - Easiest solution is most likely have the dataSource create a duplicate object with a different Id when needed - Add support for multiple service for an endpoint in telegrafdatasource.py - Note: this is not possible currently with the default telegraf plugin - Add live edge update with graph data from server
Known issues
To-Do