Skip to content

Commit

Permalink
Bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed Nov 7, 2023
1 parent 35cb720 commit 0159498
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ https://jandee.vercel.app/%USERNAME%?tz=America/New_York

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
- `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
#### How to export to PNG image

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.
Basically, charts are created using SVG image. You can use PNG as an alternative. However, PNG images may have slightly different fonts.

```
https://jandee.vercel.app/%USERNAME%/canvas
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.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 0159498

Please sign in to comment.