Interaction Chart in component.
Interaction Chart in component.
This is something we are aware of and have a bug for.
You have two workarounds:
-
You can create the same interaction without using components, just with a chart on your dashboard and using the interaction there. I know this is defeating the purpose of reusability so it is a matter of priority.
-
You can hack it to make it work by making the destinationType: page in your component and add a placeholder page. Then when bringing the component to the dashboard and creating the interaction, modify the JSON directly using CMD+E: to match something similar to this:
"destinationLink": {
"name": "Dashboard_name",
"pageName": "Dashboard_page"
},
"destinationType": "component"