You've already forked wakapi-readme-stats
Bargraph working properly
This commit is contained in:
@@ -13,8 +13,7 @@ class BarGraph:
|
||||
self.yearly_data = yearly_data
|
||||
|
||||
def build_graph(self):
|
||||
print(self.yearly_data)
|
||||
|
||||
|
||||
with open(os.path.join(os.path.dirname(__file__), 'colors.json')) as f:
|
||||
colors = json.load(f)
|
||||
allColorsValues = []
|
||||
|
||||
Reference in New Issue
Block a user