我對WebSharper的Google Visualization庫有疑問。當鼠標懸停在地理海圖上的國家時,我試圖格式化數據。WebSharper中的數字格式化Google Visualization
type Legend [<Inline "{}">]() =
[<DefaultValue>]
val mutable position : LegendPosition
[<DefaultValue>]
val mutable alignment : LegendAlignment
[<DefaultValue>]
val mutable textStyle : TextStyle
以下定義這並沒有考慮到這是在這樣的圖表作爲GeoChart https://developers.google.com/chart/interactive/docs/gallery/geochart
的numberFormat
有沒有辦法規避這(格式化工具提示/傳說)?
非常感謝