-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: scatter plot tooltip issue and remove cloudinary rounded image solution #1266
Conversation
β Deploy Preview for design-insights ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
β Deploy Preview for oss-insights ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This functionally works, great job! Can you provide more context to your approach for this fix?
update: I already see we are caching separately https://github.com/open-sauced/insights/blob/beta/lib/utils/cachedImages.ts |
Updates: I have added the pr Description with the actual problem and solution approach |
@OgDev-01 are you going to delete the |
Ooh, i missed that...deleting shortly :< |
## [1.52.0-beta.7](v1.52.0-beta.6...v1.52.0-beta.7) (2023-06-20) ### π Bug Fixes * link single highlight dialog contributor info div to contributor profile ([#1279](#1279)) ([67d5a16](67d5a16)) * remove failing maintenance actions ([#1271](#1271)) ([bc516c3](bc516c3)) * scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](#1266)) ([ec6b3d5](ec6b3d5))
π This PR is included in version 1.52.0-beta.7 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.53.0-beta.1](v1.52.0...v1.53.0-beta.1) (2023-06-20) ### π Features * handle close highlight dialog ([#1268](#1268)) ([b6a78c7](b6a78c7)) ### π Bug Fixes * link single highlight dialog contributor info div to contributor profile ([#1279](#1279)) ([67d5a16](67d5a16)) * remove failing maintenance actions ([#1271](#1271)) ([bc516c3](bc516c3)) * scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](#1266)) ([ec6b3d5](ec6b3d5))
π This PR is included in version 1.53.0-beta.1 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.53.0](v1.52.0...v1.53.0) (2023-06-22) ### π Features * handle close highlight dialog ([#1268](#1268)) ([b6a78c7](b6a78c7)) ### π Bug Fixes * language update - change developer to contributor ([#1274](#1274)) ([7e86ac9](7e86ac9)), closes [#1247](#1247) * link single highlight dialog contributor info div to contributor profile ([#1279](#1279)) ([67d5a16](67d5a16)) * properly format local time displayed on user's profile ([#1282](#1282)) ([604cc62](604cc62)) * remove failing maintenance actions ([#1271](#1271)) ([bc516c3](bc516c3)) * scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](#1266)) ([ec6b3d5](ec6b3d5))
π This PR is included in version 1.53.0 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.52.0-beta.7](open-sauced/app@v1.52.0-beta.6...v1.52.0-beta.7) (2023-06-20) ### π Bug Fixes * link single highlight dialog contributor info div to contributor profile ([#1279](open-sauced/app#1279)) ([67d5a16](open-sauced/app@67d5a16)) * remove failing maintenance actions ([#1271](open-sauced/app#1271)) ([bc516c3](open-sauced/app@bc516c3)) * scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](open-sauced/app#1266)) ([ec6b3d5](open-sauced/app@ec6b3d5))
## [1.53.0-beta.1](open-sauced/app@v1.52.0...v1.53.0-beta.1) (2023-06-20) ### π Features * handle close highlight dialog ([#1268](open-sauced/app#1268)) ([b6a78c7](open-sauced/app@b6a78c7)) ### π Bug Fixes * link single highlight dialog contributor info div to contributor profile ([#1279](open-sauced/app#1279)) ([67d5a16](open-sauced/app@67d5a16)) * remove failing maintenance actions ([#1271](open-sauced/app#1271)) ([bc516c3](open-sauced/app@bc516c3)) * scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](open-sauced/app#1266)) ([ec6b3d5](open-sauced/app@ec6b3d5))
## [1.53.0](open-sauced/app@v1.52.0...v1.53.0) (2023-06-22) ### π Features * handle close highlight dialog ([#1268](open-sauced/app#1268)) ([b6a78c7](open-sauced/app@b6a78c7)) ### π Bug Fixes * language update - change developer to contributor ([#1274](open-sauced/app#1274)) ([7e86ac9](open-sauced/app@7e86ac9)), closes [#1247](open-sauced/app#1247) * link single highlight dialog contributor info div to contributor profile ([#1279](open-sauced/app#1279)) ([67d5a16](open-sauced/app@67d5a16)) * properly format local time displayed on user's profile ([#1282](open-sauced/app#1282)) ([604cc62](open-sauced/app@604cc62)) * remove failing maintenance actions ([#1271](open-sauced/app#1271)) ([bc516c3](open-sauced/app@bc516c3)) * scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](open-sauced/app#1266)) ([ec6b3d5](open-sauced/app@ec6b3d5))
What type of PR is this? (check all applicable)
Description
This PR:
Actual problem
nivo
on thescatterplot
of which we opened an issue for hereSolution
I was working on a personal project and ran into svgs... and research lead me to find out about foreignObject in svgs. With the
foreignObject
element, I could render noneScalable Vector Graphic
elements as svg. And that was the actual solution to all the above-mentioned issues we had.Related Tickets & Documents
Fixes #780
Mobile & Desktop Screenshots/Recordings
Before
Screen.Recording.2023-06-14.at.06.58.38.mov
After
Screen.Recording.2023-06-14.at.06.56.57.mov
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?