Skip to content

Commit f33de9f

Browse files
authored
Merge pull request #10 from ramiy/master
Version 0.8.2
2 parents c4044d1 + 1716425 commit f33de9f

8 files changed

+11
-7
lines changed

dist/charts.css

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/charts.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/charts.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "charts.css",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Open source CSS framework for data visualization.",
55
"author": "Rami Yushuvaev",
66
"homepage": "https://ChartsCSS.org/",

src/charts.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Charts.css v0.8.1 (https://ChartsCSS.org/)
2+
* Charts.css v0.8.2 (https://ChartsCSS.org/)
33
* Copyright 2020 Rami Yushuvaev
44
* Licensed under MIT
55
*/

src/charts/_area.scss

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
right: 0;
4747
bottom: 0;
4848
left: 0;
49+
z-index: 0;
4950

5051
&::before{
5152
content: "";

src/charts/_line.scss

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
right: 0;
4949
bottom: 0;
5050
left: 0;
51+
z-index: 0;
5152

5253
&::before{
5354
content: "";

0 commit comments

Comments
 (0)