Don't pass through linked charts x-axis handle
parent
e88e5b8ce2
commit
ec6ea32dda
|
@ -309,7 +309,7 @@ class LinkedSplitCharts(QtGui.QWidget):
|
||||||
self.chart = self.add_plot(
|
self.chart = self.add_plot(
|
||||||
name=symbol.key,
|
name=symbol.key,
|
||||||
array=array,
|
array=array,
|
||||||
xaxis=self.xaxis,
|
# xaxis=self.xaxis,
|
||||||
style=style,
|
style=style,
|
||||||
_is_main=True,
|
_is_main=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue