visualizations: toExpression function #61829
Labels
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
currently we build expressions for visualizations in build_pipeline.ts by concatenating strings. It has two problems:
we should add
toExpression
ortoAST
function to visualization definition which acceptsVisParams
and returns correct AST.parent issue: #59598
The text was updated successfully, but these errors were encountered: