File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# 📠 Change Log
22
3+ ## 9.8.9
4+ ` 2024-05-28 `
5+ + 🐞 Fix style configuration ` yAxis.type: 'percentage' ` error.
6+ + 🐞 Fix declaration issue in typescript.
7+
38## 9.8.8
49` 2024-05-14 `
510+ 🐞 Fix the issue that the style configuration ` candle.tooltip.custom ` cannot be overridden when it is an array.
611+ 🐞 Fix the issue of decimal folding.
712+ 💄 Optimize the parameter ` precision ` in the overlay callback method.
813
9-
1014## 9.8.7
1115` 2024-05-10 `
1216+ 🐞 Fix the issue of unsynchronized price and volume precision in indicator precision.
Original file line number Diff line number Diff line change 11# 📠 更新日志
22
3+ ## 9.8.9
4+ ` 2024-05-28 `
5+ + 🐞 修复样式配置 ` yAxis.type: 'percentage' ` 错误。
6+ + 🐞 修复 typescript 中声明问题。
7+
38## 9.8.8
49` 2024-05-14 `
510+ 🐞 修复样式配置 ` candle.tooltip.custom ` 是数组时无法覆盖问题。
Original file line number Diff line number Diff line change 11{
22 "name" : " klinecharts" ,
3- "version" : " 9.8.8 " ,
3+ "version" : " 9.8.9 " ,
44 "description" : " Lightweight k-line chart built with html5 canvas" ,
55 "main" : " ./dist/index.cjs" ,
66 "module" : " ./dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments