Skip to content

Commit

Permalink
work on v1.3.1
Browse files Browse the repository at this point in the history
fixes #8
fixes #12
fixes #13
  • Loading branch information
jdbranham committed Oct 14, 2016
1 parent 435e02a commit 7b2105d
Show file tree
Hide file tree
Showing 12 changed files with 130 additions and 69 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ Example Diagram -
## Roadmap

- [suggest something]

## Upgrading

### v1.2 to >1.3.x

#### Cannot read property 'enabled' of undefined

Add an empty 'gradient' object to the panel json 'legend' object

"legend": {
"avg": true,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"gradient": {}
},

## Thanks!

Expand Down
18 changes: 18 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ Example Diagram -
## Roadmap

- [suggest something]

## Upgrading

### v1.2 to >1.3.x

#### Cannot read property 'enabled' of undefined

Add an empty 'gradient' object to the panel json 'legend' object

"legend": {
"avg": true,
"current": true,
"max": true,
"min": false,
"show": true,
"total": false,
"gradient": {}
},

## Thanks!

Expand Down
3 changes: 1 addition & 2 deletions dist/css/diagram.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/diagram.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b2105d

Please sign in to comment.