Skip to content
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

Closed
3 of 13 tasks
chadstewart opened this issue Sep 21, 2022 · 5 comments Β· Fixed by #612
Closed
3 of 13 tasks

feature: Update dashboard scatter chart from eCharts to Nivo #411

chadstewart opened this issue Sep 21, 2022 · 5 comments Β· Fixed by #612

Comments

@chadstewart
Copy link
Contributor

Type of feature

Select the type of feature request, the lowercase should also be the PR prefix.

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

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.

  • I agree to follow this project's Code of Conduct

Contributing Docs

If you plan on contributing code please read - Contribution Guide

  • I agree to follow this project's Contribution Docs
@chadstewart
Copy link
Contributor Author

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?

@chadstewart
Copy link
Contributor Author

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.

@eryc-cc
Copy link
Contributor

eryc-cc commented Sep 21, 2022

Do you have time to pair with me to get it implemented?

@chadstewart when you need to sync up, ping me on Slack, I'll reply faster πŸ™

Let me know if you still need me πŸ™Œ

brandonroberts pushed a commit that referenced this issue Nov 30, 2022
Repository owner moved this from Todo to Done in OpenSauced Operational Roadmap Nov 30, 2022
github-actions bot pushed a commit that referenced this issue Nov 30, 2022
## [1.19.0-beta.1](v1.18.0...v1.19.0-beta.1) (2022-11-30)

### πŸ• Features

* Update Dashboard Echart to `NivoScatterPlot` ([#612](#612)) ([fb73f3c](fb73f3c)), closes [#282](#282) [#411](#411) [#586](#586)
@github-actions
Copy link
Contributor

πŸŽ‰ This issue has been resolved in version 1.19.0-beta.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

github-actions bot pushed a commit that referenced this issue Dec 2, 2022
## [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)
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2022

πŸŽ‰ This issue has been resolved in version 1.19.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

ElpisHelle added a commit to ElpisHelle/next.js-tailwindcss that referenced this issue Aug 17, 2023
## [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)
ElpisHelle added a commit to ElpisHelle/next.js-tailwindcss that referenced this issue Aug 17, 2023
## [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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants