Skip to content

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed Nov 7, 2023
1 parent c462cd1 commit 194bce5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ You can set the timezone.
https://jandee.vercel.app/%USERNAME%?tz=America/New_York
```

#### How to change style

You can change the style of your graph. Supported properties include:

- redias - Adjusts the border-redius value of the rectangular elements of the graph. default = 2
- margin - Adjusts the margin value between the rectangular elements of the graph. default = 3
- footer - You can hide the meta information shown at the bottom of the graph. default = false
- weeks - You can hide the day information on the left side of the graph. default = false

```
https://jandee.vercel.app/%USERNAME%?redias=3&margin=2&footer=false&weeks=false
```

#### Drawing using canvas

Basically, charts are created using SVG. You can use Canvas as an alternative. The difference from the SVG version is that it shows the total count and not the day of the week.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jandee",
"version": "1.0.4",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 194bce5

Please sign in to comment.