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 ugly. There needs to be a solution for sharing certain properties across all component instances. Perhaps a new component called "chiasm-globals" can be created that will propagate certain property values to all other component instances within the application. Configuration might look like this:
In this example , the following configuration is repeated over and over for each chart:
This is ugly. There needs to be a solution for sharing certain properties across all component instances. Perhaps a new component called "chiasm-globals" can be created that will propagate certain property values to all other component instances within the application. Configuration might look like this:
Since it only makes sense to apply these properties to visualization components, perhaps a blacklist can be included in the configuration, like this:
As another alternative, maybe this functionality could be added to https://github.com/chiasm-project/chiasm-links using a new DSL expression like this:
The text was updated successfully, but these errors were encountered: