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(
|
||||
name=symbol.key,
|
||||
array=array,
|
||||
xaxis=self.xaxis,
|
||||
# xaxis=self.xaxis,
|
||||
style=style,
|
||||
_is_main=True,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue