From a1066f09e40083efa72b5081d9ac63efdcaa0a22 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Wed, 15 Feb 2023 13:32:32 +0800 Subject: [PATCH] refactor: optimize the attached events visualization in the trace widget (#234) --- src/layout/components/SideBar.vue | 15 +++- .../trace/components/D3Graph/SpanDetail.vue | 88 +++++++++---------- .../related/trace/utils/d3-trace-list.ts | 17 +++- 3 files changed, 69 insertions(+), 51 deletions(-) diff --git a/src/layout/components/SideBar.vue b/src/layout/components/SideBar.vue index 77ebdce8..f6305038 100644 --- a/src/layout/components/SideBar.vue +++ b/src/layout/components/SideBar.vue @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->