Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow users to select a time range in logs chart #159

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

ricoberger
Copy link
Member

It is now possible to select a new time range in the logs chart of the
ClickHouse plugin. This allows users to zoom into a smaller time range
to view the returned logs.

For this feature we switched from nivo charts to the
patternfly/react-charts charting package. This package comes with a
built in function for "brushing" which makes it easier to provide this
feature.

NOTE: For the charts in the other plugins like Prometheus and Jaeger we
can adjust the style of the charts to follow the styling from the
patternfly/react-charts package. This could provide a better overall
user experience for all charts.

It is now possible to select a new time range in the logs chart of the
ClickHouse plugin. This allows users to zoom into a smaller time range
to view the returned logs.

For this feature we switched from nivo charts to the
patternfly/react-charts charting package. This package comes with a
built in function for "brushing" which makes it easier to provide this
feature.

NOTE: For the charts in the other plugins like Prometheus and Jaeger we
can adjust the style of the charts to follow the styling from the
patternfly/react-charts package. This could provide a better overall
user experience for all charts.
@ricoberger ricoberger merged commit e0e2583 into main Sep 30, 2021
@ricoberger ricoberger deleted the select-time-range-via-logs-chart branch September 30, 2021 20:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant