[idea][feature-request] Vega/Vega-Lite Chart Support #3251
hydrosquall
started this conversation in
Ideas
Replies: 1 comment
-
|
Proof of concept branch: #3252 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
There are chart types that aren't exposed yet, such as a waterfall or diverging bar . While some of these do have echart equivalents , deciding what props to expose can be effortful.
Instead of implementing these one at a time, I would like to use Vega/Vega-Lite definition directly from the Vega gallery.
What problem would this solve?
This would allow me to have the exact charts I'm looking for from inside evidence, instead of switching to a different tool / using a screenshot.
I saw Vega was previously evaluated. While it may not be used for the most frequently used charts, perhaps it can still play a supporting role! #136 (comment)
How should it work?
Then I would reference the variable in my chart component:
Beta Was this translation helpful? Give feedback.
All reactions