Becca Bailey
Becca Bailey
I am trying to install this package, and am encountering an error. `Error: failed with 'TlsExceptionHostPort (HandshakeFailed (Error_Packet_unexpected "Alert [(AlertLevel_Fatal,BadRecordMac)]" " expected: change cipher")) "github.com" 80' when sending request to...
Victory currently relies heavily on inline styles and JS objects as themes for styling chart components. The biggest downside of inline styles is that they are challenging to override. Last...
Victory relies on static properties in order to get calculated props, and make decisions about which props to pass into which Victory components. The static `role` property in particular is...
This is an issue to overhaul how label size is determined. Right now, label size is approximated using the size of specific characters in specific fonts, but this does not...
We have seen lots of issues come up around brush and zoom behavior, and the brush and zoom becoming out of sync in certain situations. Since it has been difficult...
## Implementation Notes - New components should live inside a nested director (currently v37). These components should not make changes to existing functionality. - The victory event system will be...
## Implementation Notes - New components should live inside a nested director (currently v37). These components should not make changes to existing functionality. - The victory event system will be...
This is a larger issue designed to cover a few individual bugs and issues that have been raised around Victory transitions. I'm just linking to all of the issues here...
Some issues came up in #2204 around this `getType` function. https://github.com/FormidableLabs/victory/blob/a314d8340a2461483742ffa457d4acc2a4413400/packages/victory-core/src/victory-util/scale.js#L113-L128 This function accepts a d3 scale function as an input and makes inferences about this function using the `.method`...
Setting the `animation` prop to `true` impacts the performance of a component even when it is not actively animating. If I enable paint flashing in the Chrome dev tools to...