Search found 6 matches

by Jim Green
Tue Jul 07, 2015 11:03 pm
Forum: JavaScript / HTML5
Topic: Bar and Legend colors
Replies: 2
Views: 9059

Re: Bar and Legend colors

It just occurred to me that I can simply define all series with a gradient but use "start color = end color" to make it a solid color.
by Jim Green
Tue Jul 07, 2015 3:07 pm
Forum: JavaScript / HTML5
Topic: Bar and Legend colors
Replies: 2
Views: 9059

Bar and Legend colors

Hello, I have four bar series to show. Normally the color of each bar within a series is constant, so I define "series.format.fill = aColor;" and this is the color shown in bar and the legend text for the series. I also have a gradient on each bar that can vary by point. Based on help I got on this ...
by Jim Green
Fri Jun 12, 2015 7:29 pm
Forum: JavaScript / HTML5
Topic: Pattern per point
Replies: 6
Views: 14401

Re: Pattern per point

Marc, this works perfectly. Thanks so much!

Jim
by Jim Green
Thu Jun 11, 2015 10:05 pm
Forum: JavaScript / HTML5
Topic: Pattern per point
Replies: 6
Views: 14401

Re: Pattern per point

Marc, I am using an image (that's what I meant by pattern). What I need is a different pattern per-point . E.g. a red hatch for one point and a blue hatch for another. Here I have changed the default .jpg image to a .png image that supports transparency I am already controlling color per-point. Are ...
by Jim Green
Mon Jun 01, 2015 5:44 pm
Forum: JavaScript / HTML5
Topic: Pattern per point
Replies: 6
Views: 14401

Re: Pattern per point

PS. I should have said that this is a Bar series.
by Jim Green
Mon Jun 01, 2015 5:43 pm
Forum: JavaScript / HTML5
Topic: Pattern per point
Replies: 6
Views: 14401

Pattern per point

Hi, I need to show a pattern whose color is different for each point. Can this be done?

Thanks.