Skip to content
New issue

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

Document how to reset the chart list when I change the data #426

Open
MarcSkovMadsen opened this issue Nov 9, 2024 · 0 comments
Open

Document how to reset the chart list when I change the data #426

MarcSkovMadsen opened this issue Nov 9, 2024 · 0 comments

Comments

@MarcSkovMadsen
Copy link

MarcSkovMadsen commented Nov 9, 2024

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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant