mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-28 23:56:13 +00:00
* feat: show range bound chart based on the selected time range * feat: handle no data * feat: show bigger point if only data point exists * feat: show bigger point if only data point exists * feat: widget ui fixes * feat: no data - full view fix * fix: show closed point on hover * feat: handle widget time preference in case of dashboard, edit view, full view and chart preview
16 lines
189 B
SCSS
16 lines
189 B
SCSS
.fullscreen-grid-container {
|
|
overflow: auto;
|
|
|
|
.react-grid-layout {
|
|
border: none !important;
|
|
}
|
|
}
|
|
|
|
.widget-graph-container {
|
|
height: 100%;
|
|
|
|
&.graph {
|
|
height: calc(100% - 30px);
|
|
}
|
|
}
|