mahmud-hasan / ofcgwt

Automatically exported from code.google.com/p/ofcgwt
0 stars 0 forks source link

Radar not looped for dotted chart #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I've created an AreaChart and set:

  AreaChart areaChart = new AreaChart();
  areaChart.setWidth(2);
  areaChart.setDotStyle(new HollowDot(1));
  areaChart.setLineStyle(new LineChart.LineStyle(10, 10));
  areaChart.setFillAlpha(0.1f);
  areaChart.setColour(palette.getColor(context));
  areaChart.setFillColour(palette.getColor(context));
  areaChart.setLoop(true);

  for(...){
      areaChart.addValues(someValue);
  }

What is the expected output? What do you see instead?
See screenshot, lines XI and I - i expect there green dotted line between them.

What version of the product are you using? On what operating system?
Actually now it is GXT 2.1.0, but was reproducible at ofcgwt (dont know
version, files in jar are created on 21 apr 2009)

Original issue reported on code.google.com by sabbath....@gmail.com on 26 Jan 2010 at 11:02

Attachments: