Skip to content

Commit a684d05

Browse files
committed
0.10.1
1 parent 10de424 commit a684d05

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"main": [
55
"./dist/angular-chart.js",
66
"./dist/angular-chart.css"

dist/angular-chart.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
font-size: smaller;
3333
cursor: default;
3434
}
35-
.chart-legend li span,
36-
.bar-legend li span,
37-
.line-legend li span,
38-
.pie-legend li span,
39-
.radar-legend li span,
40-
.polararea-legend li span,
41-
.doughnut-legend li span {
35+
.chart-legend-icon,
36+
.bar-legend-icon,
37+
.line-legend-icon,
38+
.pie-legend-icon,
39+
.radar-legend-icon,
40+
.polararea-legend-icon,
41+
.doughnut-legend-icon {
4242
display: block;
4343
position: absolute;
4444
left: 0;

dist/angular-chart.js.tar.gz

-3 Bytes
Binary file not shown.

dist/angular-chart.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-chart.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>
6262
<p>
6363
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
6464
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
65-
<i class="fa fa-download"></i> Download <small>(0.10.0)</small>
65+
<i class="fa fa-download"></i> Download <small>(0.10.1)</small>
6666
</a>
6767
</p>
6868
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "An angular.js wrapper for Chart.js",
55
"main": "dist/angular-chart.js",
66
"directories": {

0 commit comments

Comments
 (0)