humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Automatic rounding of values makes timechart less usable #53

Closed rbhtrifork closed 5 years ago

rbhtrifork commented 5 years ago

Case

We are uploading pressure data ~1kPa +-100Pa. But when loaded in to a time chart everything above 1000Pa is rounded to 1kPa Also when hovering above the chart to get exact value, this is rounded as well.

Possible solutions

Make it possible to disable or change rounding of values

Details and images

Run on cloud.humio using Chrome Version 69.0.3497.100 (Official Build) (64-bit)

Screenshot of dashboard widget image

Screenshot of search view image

pmech commented 5 years ago

Hi, and thanks for you report.

We recently Shift hover full precision. Try holding Shift down while hovering over the chart entries. Does that solve you problem?

rbhtrifork commented 5 years ago

It solves the issue of reading the exact value at a point in time, but not the issue of not being able to read the chart.

We have read-only dashboard without the ability to hover, so we only have the chart widget itself to read the values from. An example of a worst case scenario: [image: image.png]

Mvh/ Best regards

Rune Haugaard

On Wed, 31 Oct 2018 at 13:55, Peter Mechlenborg notifications@github.com wrote:

Hi, and thanks for you report.

We recently Shift hover full precision. Try holding Shift down while hovering over the chart entries. Does that solve you problem?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/humio/issues/issues/53#issuecomment-434675683, or mute the thread https://github.com/notifications/unsubscribe-auth/ASrx12uUBCnS3jBPsfozERWVMiu4XHptks5uqZ2ngaJpZM4YD601 .

pmech commented 5 years ago

I get the issue now.

@anagrius Do you have a good solution to this. The problem is that the most of the values on the y-axis is just 1kpa and you cannot really tell if that means 1000 or 1400.

anagrius commented 5 years ago

Closing for now. We will address it when we implement new time charts.

fyang13 commented 1 year ago

With latest timechart and barchart, this issue still exist. Should this be reopened and new issue created?