Skip to content

gabriele-tomassetti/kotlin-js-D3js-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-js-D3js-example

A simple example of a D3 JavaScript program in Kotlin. The example is based on the US State Map example. Given that the original program is licensed under the GPL 3, so is this one.

The program display a map of USA States and a tooltip showing randomly generated temperature data when the mouse pointer hover a specific state.

The example is written in Kotlin that in transpiled in JavaScript by the Kotlin compiler. The objective of this simple example is showing how to use Kotlin for creating JavaScript programs and how to use JavaScript libraries from Kotlin.

The text of the tutorial is available at Kotlin Javascript Target: Use Kotlin in the Browser.

About

A simple example of a D3 JavaScript program in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published