implement drawing methods, fix horizontal line bug, continue refactor
This commit is contained in:
@ -10,7 +10,7 @@ BARS = pd.read_csv('../examples/1_setting_data/ohlcv.csv')
|
||||
|
||||
class Tester(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.chart: Chart = Chart();
|
||||
self.chart: Chart = Chart(100, 100, 800, 100);
|
||||
|
||||
def tearDown(self) -> None:
|
||||
self.chart.exit()
|
||||
|
||||
Reference in New Issue
Block a user