Skip to content

Commit 95bb051

Browse files
committed
new version 1.0.2
1 parent a84203c commit 95bb051

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Example extends Component {
2929
| Option | type | Description | Example |
3030
|--|--|--|--|
3131
| percent | required | Percent of progress in gauge | 75 |
32-
| color | optional | Color if not define interval of colors | #FFFFFF, red, rgba(255,243,12,.5) |
33-
| intervals | optional | Intervales values for define color,value in [min,max> | [60,75,101] |
32+
| color | optional | Color if not define intervals of colors | #FFFFFF, red, rgba(255,243,12,.5) |
33+
| intervals | optional | Intervals values for define color, value in [min,max> | [60,75,101] |
3434
| colors | optional | Array of colors for intervals values | ['green','grba(255,255,40,.5)','#d73a49'] |
3535
## License
3636

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simple-gauges",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple gauge charts for react",
55
"author": "Kevin Puscán Ortiz <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)