Timmy Luong

Results 24 issues of Timmy Luong

**Template**: multiple **Describe the problem** Gauge treats the `tickPrefix` property as a literal string. And this is the correct behavior. If "false" is the value, then "false" is literally the...

bug
Template Issue

When using the TableLayer visualization, scrolling vertically is jarring. The scroll "sticks" and does not move as expected. There is a bounceback to a previous scroll position requiring the user...

kind/bug
team/ui
team/dumplings

There are a couple of nagging issues with Table that should be fixed. As one of the fundamental visualizations, there shouldn't be any bugs associated with Table. And even though...

team/ui
kind/tech debt
team/dumplings

Updating webpack's config to use absolute paths in our imports seems easy, but it doesn't appear to work. Currently, we already have this in `webpack.common.config.js`: ``` module.exports = { //...

team/ui
kind/tech debt
team/dumplings

Currently the "rect" layer type can be both a Heatmap or a Histogram. While that works for now, it will be harder to maintain when Heatmap and Histogram need their...

team/ui
kind/tech debt
team/dumplings

**The way it is now:** Some applications that consume Giraffe will do the parsing of a fluxResponse as part of the response handling prior to any interaction with Giraffe. For...

team/ui
team/dumplings
enhancement

Currently, configuration default values are all over the place for the different graph types. They are also implemented inconsistently. Some are in an object called **LAYER_DEFAULTS** in the file **giraffe...

refactor
team/ui
team/dumplings

When an app has multiple `` components visible, there are cases where a user wants to zoom in one `` (click-drag) and have that behavior reflected on all ``s. Same...

kind/feature request
team/ui
team/dumplings
enhancement

Previously, an empty string for the `hoverDimension` property in Band Plot's config would produce behavior unlike any other valid choice for `hoverDimension`. See the video below. This option has been...

kind/feature request
team/ui
documentation
team/dumplings

Currently, Single Stat will only render strings or numbers without any interpretation of what they represent. For example, a timestamp in JavaScript is a number that can be interpreted as...

kind/feature request
team/ui
team/dumplings