Torstein Hønsi
Torstein Hønsi
I think the id is the problem with your pattern, it shouldn't start with the `#` character. See http://jsfiddle.net/highcharts/jzy1unsv/239/.
Have you tried using `pattern-fill-v2.js`? I just committed an implementation of a background color (fill). The opacity can be set in the colors themselves (using rgba color format).
A potential fix is to add the `chart.index` to the id internally, but then we lose the feature to style the patterns by CSS as the DOM id changes. They...
I've spent two hours debugging this but honestly haven't found any explanation yet. The pattern fill appears on the columns after hover, which is interesting because it version 1.x (Highcharts...
You can't access the series object within the pattern definition. The closest you get I think is to predefined the color scheme, then define the patterns after that: http://jsfiddle.net/jzy1unsv/213/
I have isolated this issue to a non-Highcharts environment: http://jsfiddle.net/highcharts/x8d7qjvd/ So the issue is clearly a Chrome bug, and I have reported it to Chrome. Usually we try to work...
@gfitchko I can't seem to find it now, but [this Chromium issue](https://code.google.com/p/chromium/issues/detail?id=455224) appears to be the same problem.
Hi Benjamin, Yes it would be interesting to see what you did. It looks like the `fill` isn't picked up here: http://jsfiddle.net/highcharts/jzy1unsv/3/. But opacity can already be set using rgba...
Printing to PDF looks bad too. It looks like the browser rasterizes the patterns. While the other parts of the chart are vectorized and razor sharp, the patterns are pixelated...
Actually nothing happens on either of the columns unless we drag on the rifled handle, even though the cursor indicates otherwise. Perhaps we should do something about the cursor. Also...