highcharts / pattern-fill

MIT License
20 stars 23 forks source link

property "fillColor" isn't supported in 2.x version. #12

Closed m1neral closed 9 years ago

m1neral commented 9 years ago

In the previous version 1.x it was possible to fill series established color and use pattern over the fill[property "fillColor"].

How to do it in the new version? Thanks!

h4ckm03d commented 9 years ago

Hi @m1neral Little bit different but more simple. e.g. I want to use pattern number 0 color:'url(#highcharts-default-pattern-0)' or fillColor:'url(#highcharts-default-pattern-0)'

here an example http://jsfiddle.net/ErU8H/530/

m1neral commented 9 years ago

Hi @h4ckm03d

Thanks for the reply, but option "color" implemented in new version of plugin (by pull-request @stephanevanraes ). Issue was created in a previous version :)