Skip to content

Commit eaa29d7

Browse files
authored
Merge pull request #106 from ChartsCSS/release/1.0.0
Release 1.0.0
2 parents 11ad7f2 + d04742b commit eaa29d7

File tree

816 files changed

+20141
-6209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

816 files changed

+20141
-6209
lines changed

.env-example

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BASE_URL=
2+
CI=

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.data
2+
.env
23
.vscode
34
node_modules
5+
/test-results/
6+
/playwright-report/
7+
/playwright/.cache/
8+
/tests/playwright/charts.min.css

.stylelintrc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": "stylelint-config-standard-scss",
3+
"rules": {
4+
"at-rule-empty-line-before": null,
5+
"custom-property-pattern": "#{",
6+
"declaration-block-no-redundant-longhand-properties": null,
7+
"declaration-empty-line-before": null,
8+
"no-descending-specificity": null,
9+
"no-duplicate-selectors": null,
10+
"rule-empty-line-before": null,
11+
"scss/double-slash-comment-empty-line-before": null,
12+
"selector-not-notation": "simple"
13+
}
14+
}

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<div align="center">
2+
<img width="300" src="https://chartscss.org/assets/img/logo-animation.svg" alt="Charts.css Logo">
3+
</div>
4+
15
# Charts.css
26

37
![GitHub Version](https://img.shields.io/github/v/release/ChartsCSS/charts.css?style=for-the-badge) ![Minified Size](https://img.shields.io/bundlephobia/min/charts.css?style=for-the-badge) ![GitHub Repo stars](https://img.shields.io/github/stars/ChartsCSS/charts.css?label=GitHub%20Stars&style=for-the-badge) ![License](https://img.shields.io/github/license/ChartsCSS/charts.css?style=for-the-badge)

0 commit comments

Comments
 (0)