FEAT: NEW GRAPH MODULE

This commit is contained in:
Anmol
2020-07-30 18:31:09 +05:30
parent 481575905a
commit 1e72130586

View File

@@ -16,7 +16,7 @@ class BarGraph:
def build_graph(self): def build_graph(self):
with open('./colors.json') as f: with open(os.path.join(os.path.dirname(__file__), 'colors.json')) as f:
colors = json.load(f) colors = json.load(f)
allColorsValues = [] allColorsValues = []