-
21 Sep 2012 4:21 AM #1
[4.1.2] ColumnSeries style fill option appears to be not working
[4.1.2] ColumnSeries style fill option appears to be not working
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.2
- Chrome
- FireFox
- IE9
- The ColumnSeries style fill option appears to be not working.
- Please run the sample.
- Look at the third panel with the ColumnSeries.
- The color of columns according the style fill option.
The result that occurs instead:Code:style: { fill: 'url(#bar-gradient)', ... }- The color seems to be the default one.
- It is also doesn't work without gradients setting just some color.
http://docs.sencha.com/ext-js/4-1/#!...ts/Charts.html
HELPFUL INFORMATION
Operating System:- Windows 7
-
21 Sep 2012 5:00 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 434
Thanks for the report! I have opened a bug in our bug tracker.
-
4 Oct 2012 10:02 PM #3
For someone who is interested in.
For now, before fixing, filling a column series can be achieved using its renderer:
Code:attributes.fill = 'red'; return attributes;
You found a bug! We've classified it as
EXTJSIV-7318
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote