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

If the category value has # in it. While downloading as csv it breaks the CSV data #2665

Closed
panimaya-gembrill opened this issue Sep 22, 2021 · 0 comments
Labels
bug Something isn't working verified

Comments

@panimaya-gembrill
Copy link

Please find the below code pen sample for that.

Steps to Reproduce

  1. Create basic column chart from the demo code
  2. Change below xaxis categories
    xaxis: { categories: ['Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct'], },
    as follows
    xaxis: { categories: ['Feb#', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct'], },
  3. from the toolbar download CSV

Expected Behavior

  1. It should download all data as CSV without breaking
  2. refer below screenshot
    image

Actual Behavior

Please find screenshot of the CSV file downloaded
image
Please find the below pen for the issue
https://codepen.io/panimaya-albert/pen/dyRjywm
Please find this video for the issue
https://share.vidyard.com/watch/daui7QsCLqetfnE7iKBr5v?

Reproduction Link

https://codepen.io/panimaya-albert/pen/dyRjywm

@panimaya-gembrill panimaya-gembrill added the bug Something isn't working label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified
Projects
None yet
Development

No branches or pull requests

2 participants