Ashutosh00710 / github-readme-activity-graph

A dynamically generated activity graph to show your GitHub activities of last 31 days.
https://ashutosh00710.github.io/github-readme-activity-graph
MIT License
1.68k stars 685 forks source link

Title Updates #69

Closed jgphilpott closed 3 years ago

jgphilpott commented 3 years ago

Okay so i've added the options hide_title and custom_title to the query string.

I tried to implement hide_title as a boolean (like area) but for some reason that caused the build to fail.. so i've implemented it as a true/false string.

In the utils file i've added the appropriate logic to update the title based on these arguments.

I've also updated the README to include these new features.

Let me know if you have any feedback. If you like what i've done I have a few more ideas and could put in more pull requests.

Thanks, Jacob

Ashutosh00710 commented 3 years ago

I have a few more ideas and could put in more pull requests.

Sure, just raise an issue first for the requested feature and then go for it 🚀