UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

Drill down by clicking on a bar/wedge opens page in new window/tab - should be same tab #76

Closed rouilj closed 5 months ago

rouilj commented 6 months ago

The charts with just one group (bar, pie, horizontalbar but not stacked/multibar) are opening in a new window and not in the same window when drilling down.

Please fix this.

rouilj commented 6 months ago

Also add a test to @varshi-123's test code to detect the working case:

find all a tags with xlink:href and verify that the target property on the a is correct

Work with @varshi-123 to commit your test.

ashrith-UMB commented 6 months ago

Clicking on a bar/wedge now will open in the same tab. commit : https://github.com/UMB-CS682-Team-02/tracker/commit/0fca0bb395e8d0219bba50a63a69a190500c5424

rouilj commented 5 months ago

LGTM