How to get 'queryFormData' for 'ResultsPaneOnDashboard' in a custom chart? #32555
Replies: 1 comment
-
Hey @ratthapon, I'm here to help you with any bugs, questions, or contributions you have. Let's dive in and tackle this issue together! To obtain the const resultsPaneProps = createResultsPaneOnDashboardProps({
sliceId: 123, // replace with your actual slice ID
vizType: VizType.YourCustomVizType, // replace with your custom visualization type
});
// Access the queryFormData
const queryFormData = resultsPaneProps.queryFormData; This will give you the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm on duty to create a custom chart plugin to show data table in ResultsPaneOnDashboard like when using SliceHeaderControls Have all other props except props
queryFormData
which I don't have any idea how to get it in a plugin components. Please help me to get a clue to get it. Thank you.Beta Was this translation helpful? Give feedback.
All reactions