Dan Labrecque

Results 30 comments of Dan Labrecque

The patterns were pulled from v3.0.3 of the script below, which uses the MIT license. https://github.com/highcharts/pattern-fill/blob/master/pattern-fill-v2.js

A developer can certainly apply patterns to specific colors, but it may be a manual process for custom color combinations, like red/green. That is, if we remove the ability for...

Please consider replacing the term "textures" with "SVG patterns". Our examples demonstrate how to create custom patterns using SVG `pattern` elements. Textures describe surfaces like rough, soft, bumpy, etc.

@heyethankim Yes, the examples show how to create custom patterns using the SVG `pattern` element. Upon the next PatternFly milestone release, the page will be located here: https://www.patternfly.org/v4/charts/patterns

FYI, each chart component has it's own design section on patternfly.org. If you want to add guidelines related to a pie chart; for example, that page can be found here:...

@mcarrano The charts do utilize the PatternFly color variables. PatternFly defines chart variables as an ordered list, which is applied as the chart's color scale. Each color scale is associated...

I had renamed `style` as `xstyle` to disable the property. I've cleaned that up - sorry for the confusion. I was trying to show that the event does not inherit...

FYI, I don't encounter issues with ChartLabel in Cost Management. We're currently using "typescript": "^5.3.3" and "@patternfly/react-charts": "^7.2.0". Victory changed some types recently, so it may be possible you're installing...

I'm able to replicate the issue with the bulk select codesandbox example below https://codesandbox.io/p/sandbox/proud-glitter-cw5v7h

Related https://github.com/patternfly/patternfly/issues/6242