mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-24 16:02:20 +08:00
fix(data-vi): checkbox group fields in charts should display labels instead of raw values (#7033)
This commit is contained in:
@@ -71,6 +71,7 @@ class PluginDataVisualiztionClient extends Plugin {
|
||||
select: { valueFormatter },
|
||||
multipleSelect: { valueFormatter },
|
||||
radioGroup: { valueFormatter },
|
||||
checkboxGroup: { valueFormatter },
|
||||
};
|
||||
|
||||
registerFieldInterfaceConfig(key: string, config: fieldInterfaceConfig) {
|
||||
|
||||
Reference in New Issue
Block a user