menu
vela_chart
vela_chart.dart
VlJson
numberToText static method
numberToText
dark_mode
light_mode
numberToText
static method
String
numberToText
(
double
value
,
bool
wasInt
)
Implementation
static String numberToText(double value, bool wasInt) { return VlJson.formatNumber(value, 6); }
vela_chart
vela_chart
VlJson
numberToText static method
VlJson class