In order to ease chart display for chart component
Doing it on frontend will cause the issue with not selectable extreme points (on the chart above you can select only 561 MB points). So it should be done on backend with adjusting number of datapoints, relative to available range.
In order to ease chart display for chart component
Doing it on frontend will cause the issue with not selectable extreme points (on the chart above you can select only 561 MB points). So it should be done on backend with adjusting number of datapoints, relative to available range.
Also agreed not to convert
null
points to0
on frontend, intervals, where data was not collected, should not be displayed (will be fixed here: https://github.com/ydb-platform/ydb-embedded-ui/issues/674)