FEAT: NEW GRAPH MODULE

This commit is contained in:
Anmol
2020-07-30 18:23:00 +05:30
parent 3f82bf7505
commit 481575905a

View File

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