Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Zoomable charts data color issue

$
0
0
Hi,
I'm using SmartGWTPro version 4.0-010514. I want to use custom data colors so we're calling

chart.setDataColors(Palette.getColors());
FacetChart zcp = new FacetChart();
zcp.setShowInlineLabels(false);
zcp.setDataColors(Palette.getColors());
chart.setZoomChartProperties(zcp);

I noticed that the zoom chart at the bottom shows different colors between the range boundaries sliders. Please see the attached screen shot.
Is this correct? If not, is there a way to make this right?

This showcase example shows same color.
http://www.smartclient.com/smartgwtee/showcase/#measurementDataZoom

Thanks.

Attached Images
File Type: png ZoomableChartDataColorIssue.PNG (54.8 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles