mirror of
https://github.com/klinecharts/KLineChart.git
synced 2024-11-25 16:22:43 +08:00
docs: v9.0.0-alpha7
This commit is contained in:
parent
8416bba968
commit
50787284a4
@ -1,4 +1,9 @@
|
||||
# 📠 Change Log
|
||||
## 9.0.0-alpha7
|
||||
`2023-02-07`
|
||||
+ 💄 Optimize chart event processing.
|
||||
+ 🐞 Fix the problem that the `overlay` click event does not trigger.
|
||||
|
||||
## 9.0.0-alpha6
|
||||
`2023-01-20`
|
||||
+ 🆕 I18n supports incremental register.
|
||||
|
@ -1,4 +1,10 @@
|
||||
# 📠 更新日志
|
||||
## 9.0.0-alpha7
|
||||
`2023-02-07`
|
||||
+ 💄 优化图表事件处理。
|
||||
+ 🐞 修复`overlay`点击事件不触发问题。
|
||||
|
||||
|
||||
## 9.0.0-alpha6
|
||||
`2023-01-20`
|
||||
+ 🆕 国际化支持增量注册。
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "klinecharts",
|
||||
"version": "9.0.0-alpha6",
|
||||
"version": "9.0.0-alpha7",
|
||||
"description": "Lightweight k-line chart built with html5 canvas",
|
||||
"main": "index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user