Timmy Luong

Results 35 comments of Timmy Luong

Interestingly, this never happens with a vertical orientation tooltip. I made a video of this comparison: https://user-images.githubusercontent.com/10736577/136482802-80845c73-e23b-443f-9542-d615edde08ae.mp4

After studying the behavior closely, the reason this issue happens is because the tooltip is overlapping the mouse cursor. Notice that in the previous comment's video that a vertical orientation...

So, I think the fix here will involving calculating just how large a tooltip would be based on data and cross-check that size with the position of it and the...

Since we already have a way for the user to adjust the size of the tooltip, which is one way to avoid this problem, I am taking the bug label...

This requires updating `LatestValueTransform` to preserve the column type, passing the column type down as props, and then updating `formatStatValue` to consider the column type.

Thanks @bigFinCanntx - yes I agree that additional Y axes with their own scaling will be very useful. This will be a great future enhancement. We don't know yet when...

**Note: this has nothing to do with negative domain values using logarithmic scale.** **Negative domain values with logarithmic scale are not in scope for this issue.** **Please make a separate...

Table Graphs now live inside Giraffe. This issue is valid and pending.

It seems like the pre-defined units have a fixed scale, and the scale is exponential. For example, time goes from seconds all the way to 30 days within the same...