Skip to content

Commit

Permalink
Merge pull request #7 from NileshArnaiya/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
wusb committed Feb 12, 2019
2 parents 7b1dc6f + 14f0d1d commit e0747d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
| Property | Type | Default | Description |
| :------------ | :------- | :----------- | :-------------------- |
| handleValue | Function | | get the return value |
| canvasWidth | Nubmer | screen width | ruler width |
| canvasHeight | Nubmer | 83 | ruler height |
| heightDecimal | Nubmer | 35 | scale marks length |
| heightDigit | Nubmer | 18 | division marks length |
| lineWidth | Nubmer | 2 | marks width |
| canvasWidth | Number | screen width | ruler width |
| canvasHeight | Number | 83 | ruler height |
| heightDecimal | Number | 35 | scale marks length |
| heightDigit | Number | 18 | division marks length |
| lineWidth | Number | 2 | marks width |
| colorDecimal | String | #E4E4E4 | scale marks color |
| colorDigit | String | #E4E4E4 | division marks color |
| divide | Nubmer | 10 | division length of px |
| precision | Nubmer | 1 | division value |
| fontSize | Nubmer | 20 | scale fontSize |
| divide | Number | 10 | division length of px |
| precision | Number | 1 | division value |
| fontSize | Number | 20 | scale fontSize |
| fontColor | String | #666666 | scale fontColor |
| maxValue | Nubmer | 230 | max value |
| minValue | Nubmer | 100 | min value |
| currentValue | Nubmer | 100 | current value |
| maxValue | Number | 230 | max value |
| minValue | Number | 100 | min value |
| currentValue | Number | 100 | current value |

## Getting Started

Expand Down

0 comments on commit e0747d0

Please sign in to comment.