我有一个关于 WebSharper 的 Google 可视化库的问题。当鼠标悬停在地理图表中的国家上时,我试图格式化数据。
Legend
但是,在https://github.com/intellifactory/websharper.google.visualization/blob/master/IntelliFactory.WebSharper.Google.Visualization/Base.fs上有以下定义
type Legend [<Inline "{}">] () =
[<DefaultValue>]
val mutable position : LegendPosition
[<DefaultValue>]
val mutable alignment : LegendAlignment
[<DefaultValue>]
val mutable textStyle : TextStyle
这不考虑numberFormat
在 GeoChart
https://developers.google.com/chart/interactive/docs/gallery/geochart等图表中使用的
有没有办法绕过这个(格式化工具提示/图例)?
非常感谢