-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Interest groups bubble plotting (#865)
* Add click event to the interest group bubbles. * Fix barragge animation. * Fix click event. * Fix barrage animation. Remove timeline line in interactive mode. * Fix samll bugs in protected audience. * Fix order of calling. * Add default height and width for canvas. Introduce bubbles config to handle interest group bubbles animation. * Set canvas height and width. * Remove barrage animation code from flow. * Remove drawSmallcircles from timeline. Fix references. * Remove drawPreviousCircles from utils. * Create bubbles file to handle interest group bubbles. * Fix barrage animation and reverseBarrage animation. * Add isExpanded listener. * Change interest group design. * Fix click event and circle addition to the interest group. * Remove comment. * Fix arrow background. * Add click event at correct place. * Calculate the maximum number of bubbles that can be drawn in the big circle. * Make the text of interest group count white. * Make interest group travel from the minified circle to the runAdAuction box. * Add text for interestgroup bubbles. * Use d3js for expanded mode. * Fix in barrage animation. * Group IG by websites. * Ad randomised value generation. * Use d3js for bubble containers. * Center the expanded bubble container. * Complete usage of D3.js. * Add text to interest group bubbles. * Fix bug. reduce IG counts * Add expanding animation. Remove expanded bubble. Dynamically change zIndex of interest group canvas during barrage animation. * Use interest group name instead of uuid. * remove uuid. * Change value to length of string. * blur background when container expands. * Add a cross button for intuitive closing of the expanded bubble. * Remove circle transition to right when no bubble is added. * Round the p tag and create method to make the color visible. * use interest group names. * Fix bubble reverse barrage animation. * Fix issues post merge. * Remove ee folder. * Revert removal of interest group. * Move bubble to top left corner of the circle. * Expand circle on hover. * have click animation to depict click. * Add collapse and expand button. * Stop barrage animation when bubble is expanded. * Add cursor pointer. * Remove background blur use flex for count display. * Change colors of the expand and collapse button. * Calculate angle and place close button there. * Fix close button not clickable. * Add escape event to close the bubble. * Remove unused code. Add play and pause mechanism * Dont show bubbles which have been paused during barrage animation. * Fix click listeners. * Remove delay. * Add ripple effect to the auction flow. * Fix expansion and minification of the interst group bubbles. * Convert all setInterval to requestAnimationFrame. * Fix ripple effect cutting off boxes * Move bubbles to modules and add JSDocs * Fix spacing --------- Co-authored-by: sayedtaqui <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,020 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.