mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 02:46:27 +00:00
* feat: create a base component for trace gantt chart * fix: max and min calc * fix: focus on selected paths * fix: build issue * fix: convert duration to ms * fix: gantt chart cells margin left * feat: sorted data by startTime * feat: update layout and add select functionality to table * feat: add UI and functionality * feat: make row clickable in traces, show tags on gant chart click and some fixes * feat: sort flamegraph and show tags on row click on gantt chart * feat: change table type to radio and disable parent selection * fix: left padding of gantt chart lines * fix: line chart duration * fix: sorting flame graph * fix: reset zoom on flame graph * fix: expand children on row click, show tags on page load, default expand on page load * style(gantt-chart): make gantt chart buttons & tags sticky * style(gant-chart): margin bottom in table & padding of gant * feat: update content on trace list
13 lines
188 B
CSS
13 lines
188 B
CSS
.row-styles{
|
|
cursor: pointer
|
|
}
|
|
.hide{
|
|
display: none;
|
|
}
|
|
.ant-tabs-nav-list{
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
.ant-table-body table {
|
|
margin-bottom: 64px;
|
|
} |