pattern-fill icon indicating copy to clipboard operation
pattern-fill copied to clipboard

Results 18 pattern-fill issues
Sort by recently updated
recently updated
newest added

Hey First of all thanks for this plugin. Saved me a great deal of time. I'm working on a project where we have very specific requirements on the print layout....

Steps to reproduce: 1) http://jsfiddle.net/2tsdnr8o/ 2) Export to png 3) resize chart 4) bars disappears The issue is only in the Chrome (current version 48.0.2564.103)

Works in Chart Type Column : http://jsfiddle.net/yujte4zu/2/ But doesnt work when changed to Chart Type Bar: http://jsfiddle.net/yujte4zu/3/ Or am i missing something ?

Hi, I am using Highstock JS v5.0.10 and the pattern plugin to render custom color patterns. I have a logic to create an array of patterns in the below format...

The [highcharts-pattern-fill](https://www.npmjs.com/package/highcharts-pattern-fill) on npm has a peerDependency on highcharts ^4. The peerDependency has been changed to >= 4 in this repo some time ago, but the change has not been...

Sorry if this is not an actual issue. I am trying to get the plugin to use an object to define by pattern as I need to be able to...

enhancement

Patterns of highchart plugins are not getting exported

There's a bug when I create a page with many hc (one visible each time) all with same pattern definition. here you can see an example: https://jsfiddle.net/th3nu11/z5Lo1tsd/

Hi, Using the opacity parameter will generate an error on IE11 (tested under windows 7) http://jsfiddle.net/slorenc/jzy1unsv/184/ => remove " 'opacity': 0.2" and it will work

Hi :smile: I tweaked your plugin to add support for a background color as well as pattern opacity to be able to keep columns color and add a pattern on...