In progress...
This commit is contained in:
parent
0a24356ae6
commit
35018eeb4d
|
@ -169,7 +169,7 @@ namespace CairoChart {
|
||||||
draw_series ();
|
draw_series ();
|
||||||
fix_evarea ();
|
fix_evarea ();
|
||||||
|
|
||||||
cursors.draw_cursors ();
|
cursors.draw ();
|
||||||
fix_evarea ();
|
fix_evarea ();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
@ -237,7 +237,7 @@ namespace CairoChart {
|
||||||
size.y = double.max (h_x, h_y);
|
size.y = double.max (h_x, h_y);
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void draw_cursors () {
|
public virtual void draw () {
|
||||||
if (chart.series.length == 0) return;
|
if (chart.series.length == 0) return;
|
||||||
|
|
||||||
var all_cursors = get_all_cursors();
|
var all_cursors = get_all_cursors();
|
||||||
|
|
Loading…
Reference in New Issue