stable

Clone or download

Read-only

Truncate sprints names to prevent overlapping

Part of story #10633 - see velocity in agile dashboard How to test: - Rename a sprint with a very long name --> Its name is truncated on the x abscissa in order to prevent overlapping with other labels. --> Its name is truncated (if more than 50 character) in the tooltip in order to prevent the bubble to be partly rendered out of the svg. Change-Id: I9f2aa34ec9fa77d05e1ae56b8c97da16cb70cde6

Modified Files

Name
M plugins/velocity/www/scripts/velocity-chart/src/index.js +7 −6 Go to diff View file
M plugins/velocity/www/scripts/velocity-chart/src/velocity-chart-drawer.js +29 −1 Go to diff View file
A src/www/scripts/charts-builders/chart-truncation-service.js +41 −0 Go to diff View file