You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the vis_type_vislib plugin, add the ability to render a line chart via the Vega-Lite render expression renderer instead of the d3 implementation within vis_type_vislib. The goal is complete parity with existing vislib line chart options, interactions, and visual look/feel.
Create mapping function that can generate the appropriate vega-lite spec given a visConfig
Allow conditional rendering via either expression to aid testing and rollout.
@lezzago - This issue may be overly broad compared to what you're actually planning to tackle. Feel free to create more specific sub-tasks as issues and re-assign to those as needed. I just wanted to track that you're actively working on this.
In the
vis_type_vislib
plugin, add the ability to render a line chart via the Vega-Lite render expression renderer instead of the d3 implementation withinvis_type_vislib
. The goal is complete parity with existing vislib line chart options, interactions, and visual look/feel.visConfig
The text was updated successfully, but these errors were encountered: