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

feat ✨: export-data supports the multi-measure #103

Merged
merged 2 commits into from
Jul 28, 2021
Merged

Conversation

xingwanying
Copy link
Member

No description provided.

@todo
Copy link

todo bot commented Jul 28, 2021

如何去业务化

// TODO 如何去业务化
const tempCell = data?.label ? [data?.label] : [];
const values = data?.values;
if(!isEmpty(values)) {
forEach(values, (value) => {
tempCell.push(value.join(' '));


This comment was generated by todo based on a TODO comment in 5314895 in #103. cc @antvis.

@lijinke666 lijinke666 merged commit 6e9cd55 into master Jul 28, 2021
@lijinke666 lijinke666 deleted the data_export branch July 28, 2021 08:17
@todo todo bot mentioned this pull request Jul 28, 2021
wjgogogo pushed a commit that referenced this pull request Oct 25, 2023
* feat: export-data supports the multi-measure

* chore(release): 🔖 publish v0.1.0-alpha.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants