-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: be able to create scatter plots #189
Conversation
Only in frontend right now
… vega-scatter-plot
… vega-scatter-plot
… vega-scatter-plot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Marc-AntoineA I made some comments.
Also an important thing to change: add comments, at least to every class and to big blocks of codes. At least a summary of what you are doing. (and for classes the big picture).
* remove mixin * put primary color in config * more comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Marc-AntoineA this is almost ok ! (just one mandatory thing to fix: the typing in search_get).
Thanks for this PR.
🤖 I have created a release *beep* *boop* --- ## [1.4.0](v1.3.0...v1.4.0) (2024-07-25) ### Features * add default images for products without image in off.html [#208](#208) ([#220](#220)) ([e4456f3](e4456f3)) * add loader in search-results ([#209](#209)) ([0ee92b5](0ee92b5)) * be able to create scatter plots ([#189](#189)) ([92e1c1b](92e1c1b)) * hide chart when search is not launched ([#214](#214)) ([468a4c6](468a4c6)) * update count and refacto code with Signal ([#203](#203)) ([9fbec21](9fbec21)) ### Bug Fixes * move docs and fix content ([#215](#215)) ([2bc06c3](2bc06c3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
What
Enrich the API to not only display bar charts but also scatter plots.
Screenshot