-
- Downloads
[MERGE] web: Various graph view improvements
This PR aims to bring several improvements to the graph view. The main points are: - custom tooltips in line mode to avoid problems with the Chart.js generic tooltips (those cannot go outside of the canvas boundary and information is lost). - tooltips when legend items hovered in case their texts were cut for reason of space. See task https://www.odoo.com/web#id=1963306&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720 closes odoo/odoo#33910 Signed-off-by:VincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
No related branches found
No related tags found
Showing
- addons/web/static/lib/Chart/Chart.js 11249 additions, 11025 deletionsaddons/web/static/lib/Chart/Chart.js
- addons/web/static/src/js/views/graph/graph_controller.js 1 addition, 1 deletionaddons/web/static/src/js/views/graph/graph_controller.js
- addons/web/static/src/js/views/graph/graph_model.js 2 additions, 2 deletionsaddons/web/static/src/js/views/graph/graph_model.js
- addons/web/static/src/js/views/graph/graph_renderer.js 331 additions, 125 deletionsaddons/web/static/src/js/views/graph/graph_renderer.js
- addons/web/static/src/js/widgets/old/dropdown_menu.js 0 additions, 236 deletionsaddons/web/static/src/js/widgets/old/dropdown_menu.js
- addons/web/static/src/scss/graph_view.scss 66 additions, 1 deletionaddons/web/static/src/scss/graph_view.scss
- addons/web/static/src/xml/base.xml 21 additions, 0 deletionsaddons/web/static/src/xml/base.xml
- addons/web/static/tests/views/graph_tests.js 1 addition, 1 deletionaddons/web/static/tests/views/graph_tests.js
Loading
Please register or sign in to comment