|
|
@ -323,7 +323,7 @@ public class ChartComponent extends MiddleChartComponent implements MouseListene |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void registerChartDataEvent(BaseChartGlyph glyph) { |
|
|
|
public void registerChartDataEvent(BaseChartGlyph glyph) { |
|
|
|
glyph.registerChartDataEvent(this); |
|
|
|
glyph.addChartDataEvent(this); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|