Skip to content

Commit

Permalink
release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr committed Jun 14, 2018
1 parent 7f72e42 commit 5f249d5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ needs read access to the directory.

# Changelog

## 1.3.3

* Fix legend sorting: [#145](https://github.com/grafana/piechart-panel/issues/145)

## 1.3.2

* Automatically set legend width if Internet Explorer 11 and positioned to the right: [#148](https://github.com/grafana/piechart-panel/issues/148)
Expand Down
4 changes: 4 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ needs read access to the directory.

# Changelog

## 1.3.3

* Fix legend sorting: [#145](https://github.com/grafana/piechart-panel/issues/145)

## 1.3.2

* Automatically set legend width if Internet Explorer 11 and positioned to the right: [#148](https://github.com/grafana/piechart-panel/issues/148)
Expand Down
2 changes: 1 addition & 1 deletion dist/module.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="piechart-panel" ng-class="{'piechart-panel--legend-right': ctrl.panel.legendType == 'Right side'}">
<div class="piechart-panel__chart"></div>
<div class="piechart-legend" piechart-legend></div>
<div class="piechart-legend" ng-if="ctrl.panel.legend.show" piechart-legend></div>
</div>
<div class="clearfix"></div>
4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
{"name": "Legend underneath", "path": "src/img/piechart-legend-under.png"},
{"name": "Piechart options", "path": "src/img/piechart-options.png"}
],
"version": "1.3.2",
"updated": "2018-06-12"
"version": "1.3.3",
"updated": "2018-06-14"
},

"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
{"name": "Legend underneath", "path": "src/img/piechart-legend-under.png"},
{"name": "Piechart options", "path": "src/img/piechart-options.png"}
],
"version": "1.3.2",
"updated": "2018-06-12"
"version": "1.3.3",
"updated": "2018-06-14"
},

"dependencies": {
Expand Down

0 comments on commit 5f249d5

Please sign in to comment.