Join Slack
Powered by
How do I call `toFixed` from Kotlin? <https://deve...
# javascript
b
benleggiero
11/27/2017, 1:39 AM
How do I call
toFixed
from Kotlin?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed
g
gaetan
11/27/2017, 7:44 AM
https://github.com/data2viz/data2viz/blob/0a2b21d28a64e451335b24aec7b638abf84fd46a/format/d2v-format-js/src/main/kotlin/io/data2viz/format/NumberManipulations.kt#L7
b
benleggiero
11/28/2017, 12:59 AM
Ah, so just make it dynamic. I suppose that works!
14
Views
Open in Slack
Previous
Next