-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
feature: Update dashboard scatter chart from eCharts to Nivo #411
Comments
Hey @pixelsbyeryc. I'm honestly having a hard time implementing the basics of the Nivo Scatter Chart. Do you have time to pair with me to get it implemented? |
Nevermind, figured it out. Sorry about that. |
@chadstewart when you need to sync up, ping me on Slack, I'll reply faster π Let me know if you still need me π |
π This issue has been resolved in version 1.19.0-beta.1 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.19.0](v1.18.0...v1.19.0) (2022-12-02) ### π Bug Fixes * bottom axis issues on mobile ([#625](#625)) ([3d1acfc](3d1acfc)) * correct domain normalisation missing trailing slash for auth ([0bbb81f](0bbb81f)) * correct supabase oauth redirect mismatch ([#630](#630)) ([ac37f4b](ac37f4b)) ### π Features * Update Dashboard Echart to `NivoScatterPlot` ([#612](#612)) ([fb73f3c](fb73f3c)), closes [#282](#282) [#411](#411) [#586](#586) * update insight cards to use topic/selected/repo filters ([#626](#626)) ([2ecfcf7](2ecfcf7)), closes [#619](#619)
π This issue has been resolved in version 1.19.0 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.19.0-beta.1](open-sauced/app@v1.18.0...v1.19.0-beta.1) (2022-11-30) ### π Features * Update Dashboard Echart to `NivoScatterPlot` ([#612](open-sauced/app#612)) ([fb73f3c](open-sauced/app@fb73f3c)), closes [#282](open-sauced/app#282) [#411](open-sauced/app#411) [#586](open-sauced/app#586)
## [1.19.0](open-sauced/app@v1.18.0...v1.19.0) (2022-12-02) ### π Bug Fixes * bottom axis issues on mobile ([#625](open-sauced/app#625)) ([3d1acfc](open-sauced/app@3d1acfc)) * correct domain normalisation missing trailing slash for auth ([0bbb81f](open-sauced/app@0bbb81f)) * correct supabase oauth redirect mismatch ([#630](open-sauced/app#630)) ([ac37f4b](open-sauced/app@ac37f4b)) ### π Features * Update Dashboard Echart to `NivoScatterPlot` ([#612](open-sauced/app#612)) ([fb73f3c](open-sauced/app@fb73f3c)), closes [#282](open-sauced/app#282) [#411](open-sauced/app#411) [#586](open-sauced/app#586) * update insight cards to use topic/selected/repo filters ([#626](open-sauced/app#626)) ([2ecfcf7](open-sauced/app@2ecfcf7)), closes [#619](open-sauced/app#619)
Type of feature
Select the type of feature request, the lowercase should also be the PR prefix.
Current behavior
Is your feature request related to a problem? Please describe.
Currently the dashboard scatter charts are being powered by Apache eCharts. This unfortunately doesn't give us the ability to implement the design outlined in #373. Nivo has been implemented into the application and can be leveraged to power the scatter chart.
Suggested solution
Describe the solution you'd like.
Code of Conduct
By submitting this issue, you agree to follow our Code of Conduct.
Contributing Docs
If you plan on contributing code please read - Contribution Guide
The text was updated successfully, but these errors were encountered: