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
This is important to ensure visualizations can be created independent of the data definitions.
If you don't want to always pass this argument, a sensible default would be the module Main of the project defining the visualizations (not the current project! the project that defines the visualisation). However, an option to override should be available.
Value
See above
Specification
So, the setPreprocessor function could take an additional optional argument with the module name, and set it in the Engine. The default module should be as described above + the builtin visualizations should have Base.Main (perhaps).
Acceptance Criteria & Test Cases
Run IDE, show some visualization and see the messages sent to Engine in Network tab.
The text was updated successfully, but these errors were encountered:
Summary
The @kustosz 's comment regarding current visualization API:
Value
See above
Specification
So, the setPreprocessor function could take an additional optional argument with the module name, and set it in the Engine. The default module should be as described above + the builtin visualizations should have
Base.Main
(perhaps).Acceptance Criteria & Test Cases
Run IDE, show some visualization and see the messages sent to Engine in Network tab.
The text was updated successfully, but these errors were encountered: