Timmy Luong
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...
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...
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...
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 = { //...
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...
**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...
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...
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...
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...
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...