-
-
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
[Front-End] Implement the Scatter Chart (designed in issue 159) #160
Comments
Going to have @sungoldtech work on this to see about shipping it before end of week if possible. This is priority over the work on open-sauced/design that you are doing. |
If you need any help @sungoldtech, reach out to me as I have a bit of experience with the scatter chart. |
A quick question, Where will this component live...
|
So there's a component already in the dashboard called dashboard scatter chart. You'd just update that code with the new scatter chart options and put the new UI elements into that component. Hope that helps! |
🎉 This issue has been resolved in version 1.4.0-beta.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [1.5.0](v1.4.0...v1.5.0) (2022-09-12) ### 🐛 Bug Fixes * Changed 'repo/list' endpoint to 'repos/list' ([#307](#307)) ([7876f9e](7876f9e)) * Fix the `numOf` style on `ToolsNav` ([#342](#342)) ([80e8736](80e8736)) * remove activity ([#304](#304)) ([17fcb9a](17fcb9a)) ### 🧑💻 Code Refactoring * Fix type issue where prop was using a string when it should… ([#349](#349)) ([7df6cde](7df6cde)) ### 🍕 Features * add comma option to humanized number ([#306](#306)) ([d093733](d093733)), closes [#258](#258) * Add posthog analytics to project ([#311](#311)) ([50836ba](50836ba)), closes [#309](#309) * Implement `<PROverview>` component ([#344](#344)) ([762cc54](762cc54)) * Implement `<TableTitle>` component ([#340](#340)) ([44361a9](44361a9)) * Implement `Pill` component ([#341](#341)) ([2a4da14](2a4da14)) * Implement `Search` component ([#337](#337)) ([c67b7a1](c67b7a1)) * Implement page header component ([#336](#336)) ([7894a2d](7894a2d)), closes [#317](#317) * Implement Scatter Chart Component ([#285](#285)) ([88a2872](88a2872)), closes [#160](#160) * Implemented new design for logout pop-up ([#310](#310)) ([88a9279](88a9279))
🎉 This issue has been resolved in version 1.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [1.4.0-beta.10](open-sauced/app@v1.4.0-beta.9...v1.4.0-beta.10) (2022-09-07) ### 🍕 Features * Implement Scatter Chart Component ([#285](open-sauced/app#285)) ([88a2872](open-sauced/app@88a2872)), closes [#160](open-sauced/app#160)
## [1.5.0](open-sauced/app@v1.4.0...v1.5.0) (2022-09-12) ### 🐛 Bug Fixes * Changed 'repo/list' endpoint to 'repos/list' ([#307](open-sauced/app#307)) ([7876f9e](open-sauced/app@7876f9e)) * Fix the `numOf` style on `ToolsNav` ([#342](open-sauced/app#342)) ([80e8736](open-sauced/app@80e8736)) * remove activity ([#304](open-sauced/app#304)) ([17fcb9a](open-sauced/app@17fcb9a)) ### 🧑💻 Code Refactoring * Fix type issue where prop was using a string when it should… ([#349](open-sauced/app#349)) ([7df6cde](open-sauced/app@7df6cde)) ### 🍕 Features * add comma option to humanized number ([#306](open-sauced/app#306)) ([d093733](open-sauced/app@d093733)), closes [#258](open-sauced/app#258) * Add posthog analytics to project ([#311](open-sauced/app#311)) ([50836ba](open-sauced/app@50836ba)), closes [#309](open-sauced/app#309) * Implement `<PROverview>` component ([#344](open-sauced/app#344)) ([762cc54](open-sauced/app@762cc54)) * Implement `<TableTitle>` component ([#340](open-sauced/app#340)) ([44361a9](open-sauced/app@44361a9)) * Implement `Pill` component ([#341](open-sauced/app#341)) ([2a4da14](open-sauced/app@2a4da14)) * Implement `Search` component ([#337](open-sauced/app#337)) ([c67b7a1](open-sauced/app@c67b7a1)) * Implement page header component ([#336](open-sauced/app#336)) ([7894a2d](open-sauced/app@7894a2d)), closes [#317](open-sauced/app#317) * Implement Scatter Chart Component ([#285](open-sauced/app#285)) ([88a2872](open-sauced/app@88a2872)), closes [#160](open-sauced/app#160) * Implemented new design for logout pop-up ([#310](open-sauced/app#310)) ([88a9279](open-sauced/app@88a9279))
The text was updated successfully, but these errors were encountered: