Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Jul 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0efa7bf commit bf5b938
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,9 +11,8 @@
> be beaten. —— Neil Gaiman, Coraline
To be honest, I believe using `Java` to build charts is a disaster, as it often feels like struggling in the explicit
typed hell, accompanied by lengthy lines of code.. However, it also piques my interest in finding ways to approach it
with a more loosely coupled mindset (not just dumping
everything as pure `Object`s 🐶). With increased experience in [Echarts](https://echarts.apache.org/) and discovering
typed hell, accompanied by lengthy lines of code. However, it also piques my interest in finding ways to approach it
with a more loosely coupled mindset (not just dumping everything as pure `Object`s 🐶). With increased experience in [Echarts](https://echarts.apache.org/) and discovering
various tricks, I've become even more curious about the possibilities. Fortunately, I now have the time to delve into
this further. *( contents polished by `ChartGPT-4`)*

4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
[![Release](https://jitpack.io/v/Koooooo-7/echarts4j.svg)](https://jitpack.io/#Koooooo-7/echarts4j/main-SNAPSHOT)
![Echarts](https://img.shields.io/badge/echarts-_v5+-orange)
![JDK](https://img.shields.io/badge/JDK-8+-blue)
![License](https://img.shields.io/badge/License-Apache-2.0-brightgreen.svg)
![License](https://img.shields.io/badge/License-Apache_2.0-brightgreen.svg)
[![JavaDoc](https://img.shields.io/badge/JavaDoc-latest-yellow)](https://javadoc.jitpack.io/com/github/koooooo-7/echarts4j/echarts4j-project/main-SNAPSHOT/javadoc/index.html)


@@ -19,7 +19,7 @@
> 支持 JDK8+ (别再停留在万年JDK8了...)
项目在 [jitpack](https://jitpack.io/#Koooooo-7/echarts4j/main-SNAPSHOT)上,
你可以使用 `main-SNAPSHOT` 来获得最新的版本,或者使用锁定的最新版本
你可以使用 `main-SNAPSHOT` 来获得最新的版本,或者使用锁定的最新版本通过`tag`或者commit。
[![Release](https://jitpack.io/v/Koooooo-7/echarts4j.svg)](https://jitpack.io/#Koooooo-7/echarts4j)
.

0 comments on commit bf5b938

Please sign in to comment.