(feature)(chat-sdk) trend chart supports switch between line and bar,add second drill-down dimensions,chang queryMode from ENTITY to TAG (#422)

This commit is contained in:
williamhliu
2023-11-25 11:13:10 +08:00
committed by GitHub
parent fe2a424718
commit 0534053ff9
17 changed files with 251 additions and 127 deletions

View File

@@ -57,6 +57,10 @@
align-items: center;
column-gap: 13px;
margin-left: -10px;
&.mobile {
flex-wrap: wrap;
}
}
&-content-option {
@@ -358,6 +362,20 @@
overflow-wrap: break-word;
user-select: text;
}
&-toggle-expand-btn {
margin-left: 4px;
color: var(--text-color-fourth);
font-size: 12px;
cursor: pointer;
}
&-step-item {
position: relative;
margin: 2px 0 2px 7px;
padding: 2px 0 8px 18px;
border-left: 1px solid var(--green);
overflow: auto;
}
}
.@{filter-item-prefix-cls} {