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

csv源数据有相同column名,数据接入自动去重了 #111

Open
jasmine-song opened this issue Jul 7, 2022 · 0 comments
Open

csv源数据有相同column名,数据接入自动去重了 #111

jasmine-song opened this issue Jul 7, 2022 · 0 comments

Comments

@jasmine-song
Copy link

jasmine-song commented Jul 7, 2022

  • Link:
  • Platform:
  • Mini Showcase(like screenshots):

image
tsv源数据里,有相同column名,执行Connector 数据接入sources()后,后面列数据覆盖了前面的列,rows只剩一列数据,如何两列数据能都显示呢, 看Connector的options并没有其他配置。

"@antv/data-set": "0.10.2",
"@antv/g2": "3.5.4",
angular: 9.1.15

    const ds = new AntvDataSet();
    const dv = ds.createView().source(data, {
      type: 'tsv'
    });
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