[improvement][project] global refactor , code format , support llm , support fuzzy detect ,support query filter and so on.

This commit is contained in:
lexluo
2023-07-08 15:00:03 +08:00
parent 5ffd617431
commit 404163f391
329 changed files with 21050 additions and 5036 deletions

View File

@@ -106,7 +106,7 @@ const DomainManger: React.FC<Props> = ({ domainManger, domainId }) => {
const { id, name } = datasource;
const dataSourceId = `dataSource-${id}`;
let childrenList = [];
if (type === 'metirc') {
if (type === 'metric') {
childrenList = getMetricChildren(metrics, dataSourceId);
}
if (type === 'dimension') {
@@ -247,7 +247,6 @@ const DomainManger: React.FC<Props> = ({ domainManger, domainId }) => {
},
},
});
// 我使用TreeGraph进行layout布局采用{type: 'compactBox',direction: 'LR'}模式,如何使子节点与根节点的连线只连接到上下连接桩上
graphRef.current = new G6.TreeGraph({
container: 'semanticGraph',