We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using
<TableWalker storeRef={storeRef} ref={graphicWalkerRef} data={transformedData} fields={fields} computation={computation} appearance={appearance} vizThemeConfig={themeKey} pageSize={pageSize} hideProfiling={hideProfiling} {...config} />
When transformedData is changed for example via a file upload as shown below the chart list is not reset.
transformedData
I do believe this is unexpected for me as a user. And it also raises errors when I create new chart and go back to existing chart.
Please help me fix. How should I reset the chart list when I change the data? Thanks.
data
The text was updated successfully, but these errors were encountered:
object
No branches or pull requests
I'm using
When
transformedData
is changed for example via a file upload as shown below the chart list is not reset.I do believe this is unexpected for me as a user. And it also raises errors when I create new chart and go back to existing chart.
Please help me fix. How should I reset the chart list when I change the
data
? Thanks.clear-charts-on-data-change.mp4
The text was updated successfully, but these errors were encountered: