YANG QIA
YANG QIA
看了下源码,发现定义 `colorField` 为函数可以同时解决 `legend` 和 `tooltip` 配置。 不知道这是不是合理的方式。
> tooltip 配置和children同一层级试一下 一样的 只有 `value` 生效,`name` 不生效。 这里的目的其实是为了达到 1.x 版本 `meta.alias` 的效果。
Hi, @mlh86 . What kind of method did you run your NocoBase application? Is in Docker, or using `yarn dev` or `yarn start`? It seems that the Backend server is...
> @Xilesun We are currently using yarn dev to run the latest nocobase build from source. Can you suggest what the recommended setup is for enabling OIDC? Will switching to...
@b1f6c1c4 It seems work well in my project. @mathieutu Good job! I think you can make a PR on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped), so that we can use it conveniently by `npm install...
@mathieutu Your opinion is right.
This is a d.ts file that generated by dts-gen automatically, it seems work. ``` /** Declaration file generated by dts-gen */ declare function graphql_advanced_projection(config: any): any; declare namespace graphql_advanced_projection {...