-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Bringing Vega out of experimental #21721
Comments
I'm a very excited user of the Vega support, and wanted to comment to voice support of its permanence. We have a workflow with data in elastic where we connect to a Jupyter notebook and model data / develop analytics. These analytics frequently require a semi-custom visualization, for which Altair and Vega fit nicely. The ability to then bring the Vega specifications over and deploy in Kibana is very powerful. Thanks! |
The team has done great work on Vega in the past few months. cc: @timductive |
* Bringing Vega out of experimental Closes: #21721 * fix CI group 12 * remove experimental flag from doc Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* Bringing Vega out of experimental Closes: elastic#21721 * fix CI group 12 * remove experimental flag from doc Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* Bringing Vega out of experimental Closes: #21721 * fix CI group 12 * remove experimental flag from doc Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
We have introduced Vega visualizations in Kibana 6.2 as experimental visualizations and this issue tracks our current status about bringing them out of experimental.
Technical Issues
There are a couple of technical issues, that should be solved before Vega can leave experimental:
Vega needs to have a higher tests coverage. We don't need (or want) to test any Vega internal features, but we should functional test everything that we integrated into Vega, e.g. time ranges, filters (in both directions), the editor, embedding Vega, using Vega in reporting, etc.
Vega should properly integrate with Kuery/KQL as a query syntax besides Lucene. More information can be found in the above issue.
This may fix several bugs in the list below
item
in tooltip causes infinite loop in Vega graphs - may be fixed by version upgradeThe main issue is number and date formatting. Vega supports this, but we need to pass in the locale information.
Roadmap
We currently have no plans of removing Vega in any future Kibana version. Within the limits of our capacities we want to move forward with it, and bring it out of experimental at some point in the future, given the technical issues are solved and we have proper capacity to maintain and support it.
Nice to have for GA or may be done after
We should close as many bugs we can, since we don't want to pull in new features (as GA), that we know are buggy.
The text was updated successfully, but these errors were encountered: