diff --git a/README.md b/README.md index 63c4f1f4..d0a6772d 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,29 @@ -# ngx-echarts - - - -[![npm](https://img.shields.io/npm/v/ngx-echarts.svg)][npm-badge-url] -[![npm](https://img.shields.io/npm/dm/ngx-echarts.svg)][npm-badge-url] -[![Build Status](https://github.com/xieziyu/ngx-echarts/actions/workflows/ci.yaml/badge.svg)][ci-url] - -Angular directive for [Apache ECharts (incubating)](https://github.com/apache/incubator-echarts) -(version >= 3.x) (The project is renamed from **angular2-echarts**) - -- [Online Demo](https://xieziyu.github.io/ngx-echarts) -- [Online Docs](https://xieziyu.github.io/ngx-echarts/api-doc) -- [Starter Project](https://github.com/xieziyu/ngx-echarts-starter) -- [Changelog](https://xieziyu.github.io/ngx-echarts/#/changelogs) +
+ + Logo + +

NGX-ECHARTS

+

+ Angular directive for Apache ECharts +

+

+ Online Demo | + Starter +

+

+ + npm + + + downloads + + + build + +

+
## Table of contents - -- [ngx-echarts](#ngx-echarts) - - [Table of contents](#table-of-contents) - [Getting Started](#getting-started) - [Latest Update](#latest-update) - [Installation](#installation) @@ -581,6 +587,3 @@ yarn demo ``` The demo page server is listening on: http://localhost:4202 - -[npm-badge-url]: https://www.npmjs.com/package/ngx-echarts -[ci-url]: https://github.com/xieziyu/ngx-echarts/actions/workflows/ci.yaml diff --git a/src/app/app.component.html b/src/app/app.component.html index 038a528e..3bc274b2 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -8,8 +8,7 @@ [nzTrigger]="null"> diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 9e3318a6..ee5784b4 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -39,18 +39,7 @@ .sidebar-logo img { display: inline-block; - height: 32px; - width: 32px; - vertical-align: middle; -} - -.sidebar-logo h1 { - display: inline-block; - margin: 0 0 0 20px; - color: #fff; - font-weight: 600; - font-size: 25px; - font-family: Avenir,Helvetica Neue,Arial,Helvetica,sans-serif; + height: 40px; vertical-align: middle; } diff --git a/src/app/pages/welcome/welcome.component.html b/src/app/pages/welcome/welcome.component.html index f147037b..6c9b53ed 100644 --- a/src/app/pages/welcome/welcome.component.html +++ b/src/app/pages/welcome/welcome.component.html @@ -1,8 +1,8 @@
-

- - ngx-echarts -

+ + Logo + +

NGX-ECHARTS

version downloads @@ -11,11 +11,6 @@

ngx-echarts is an Angular(ver >= 2.x) directive for ECharts (ver >= 3.x)

-

- - - -

+ + + + + + + + + + + + + diff --git a/src/assets/img/logo.svg b/src/assets/img/logo.svg new file mode 100644 index 00000000..70977c02 --- /dev/null +++ b/src/assets/img/logo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/favicon.ico b/src/favicon.ico index 997406ad..db085b1f 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ