stable

Clone or download

Read-only

Smart tooltip positionning on charts

This is part of request #11031 Migrate burndown in D3 JS How to test: --> When a point is too high on the y axis and the tooltip hasn't enough space on top to renders itself, then it renders at the bottom of the point. Change-Id: I43f4f35c3ac8d67231a5738de7a67bdb99fff205

Modified Files

Name
M plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/burndown-chart/src/burndown-chart.js +1 −1 Go to diff View file
M src/www/scripts/charts-builders/chart-layout-builder.js +2 −2 Go to diff View file
M src/www/scripts/charts-builders/chart-tooltip-factory.js +60 −19 Go to diff View file