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
The text was updated successfully, but these errors were encountered:
meta data
Sorry, something went wrong.
通过 s2DataConfig.meta 配置字段的格式化即可。请仔细阅读文档后再提问,感谢。 https://s2.antv.antgroup.com/api/general/s2-data-config#meta
s2DataConfig.meta
const s2DataConfig = { data, fields: { columns: ['province', 'city', 'type', 'price', 'cost'], }, + meta: [ + { + field: 'city', + name: '城市', + formatter: (value) => `${value}-@` + }, ] };
No branches or pull requests
🏷 Version
Sheet Type
🖋 Description
🔗 Reproduce Link
😊 Expected Behavior
😅 Current Behavior
The text was updated successfully, but these errors were encountered: