Skip to content

Commit

Permalink
支持修改指标参数
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqian committed Nov 30, 2021
1 parent 2ad477c commit 5b8efa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import com.github.wangyiqian.stockchart.entities.IKEntity
* @version 创建时间: 2021/2/18
*/
sealed class Index(
val param: String,
var param: String,
var startText: String,
var startTextColor: Int,
var textFormatter: (idx: Int, value: Float?) -> String,
Expand Down

0 comments on commit 5b8efa5

Please sign in to comment.