-
Notifications
You must be signed in to change notification settings - Fork 33
feat(chat): extensive updates to code charts and chat #582
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
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for carbon-labs-web-components failed. Why did it fail? →
|
✅ Deploy Preview for carbon-labs-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
I didn’t catch too many issues but there are a few small ones that we should update in this PR:
- Remove conflict markers
- Look into the broken charts on the Faceting test story
Things that can be addressed later:
- Clean up unused code/comments
- Fix the table in Code docs
<<<<<<< HEAD | ||
<h4>Multi-scatter-chart</h4> | ||
<clabs-chat-chart | ||
content="${'{"$schema":"https://vega.github.io/schema/vega-lite/v5.json","repeat":{"row":["Horsepower","Acceleration","Miles_per_Gallon"],"column":["Miles_per_Gallon","Acceleration","Horsepower"]},"spec":{"data":{"url":"https://vega.github.io/vega-lite/examples/data/cars.json"},"mark":"point","params":[{"name":"brush","select":{"type":"interval","resolve":"union","on":"[pointerdown[event.shiftKey], window:pointerup] > window:pointermove!","translate":"[pointerdown[event.shiftKey], window:pointerup] > window:pointermove!","zoom":"wheel![event.shiftKey]"}},{"name":"grid","select":{"type":"interval","resolve":"global","translate":"[pointerdown[!event.shiftKey], window:pointerup] > window:pointermove!","zoom":"wheel![!event.shiftKey]"},"bind":"scales"}],"encoding":{"x":{"field":{"repeat":"column"},"type":"quantitative"},"y":{"field":{"repeat":"row"},"type":"quantitative","axis":{"minExtent":30}},"color":{"condition":{"param":"brush","field":"Origin","type":"nominal"},"value":"grey"}}}}'}" | ||
container-height="450px" | ||
container-width="600px"> | ||
</clabs-chat-chart> | ||
<br /> | ||
======= >>>>>>> upstream/main |
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.
Another conflict marker over here. Was this section meant to be removed? Can you double check?
Also noticing that weather example and concat aren’t loading in the Faceting test story.
@@ -78,6 +78,78 @@ | |||
} | |||
} | |||
}, | |||
{ | |||
"title": "", | |||
"prompt": "Make a pair-plot of all columns with scatter plots, use bar distributions when coloumns match", |
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.
"prompt": "Make a pair-plot of all columns with scatter plots, use bar distributions when coloumns match", | |
"prompt": "Make a pair-plot of all columns with scatter plots, use bar distributions when columns match", |
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.
Can probably clean up some of the comments if no longer in use.
<td>`debug-editing-mode`</td> | ||
<td>`boolean`</td> | ||
<td>Show overlapping text in virtual text-area</td> | ||
<td>To debug issues with editing mode resizing etc</td> | ||
</tr> | ||
<tr> | ||
<td>`customLabels`</td> |
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.
Closes #
{{short description}}
Changelog
New
Changed
Removed
Testing / Reviewing
{{ Add descriptions, steps or a checklist for how reviewers can verify this PR works or not }}