You've already forked wakapi-readme-stats
push done with git instead of github
This commit is contained in:
@@ -5,10 +5,11 @@ import matplotlib.patches as mpatches
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from manager_download import DownloadManager as DM
|
||||
from manager_file import FileManager as FM
|
||||
|
||||
|
||||
MAX_LANGUAGES = 5 # Number of top languages to add to chart, for each year quarter
|
||||
GRAPH_PATH = "assets/bar_graph.png" # Chart saving path.
|
||||
GRAPH_PATH = f"{FM.ASSETS_DIR}/bar_graph.png" # Chart saving path.
|
||||
|
||||
|
||||
async def create_loc_graph(yearly_data: Dict, save_path: str):
|
||||
|
||||
Reference in New Issue
Block a user