All Projects → gabriele-tomassetti → kotlin-js-D3js-example

gabriele-tomassetti / kotlin-js-D3js-example

Licence: GPL-3.0 license
A simple example of a D3 JavaScript program in Kotlin

Programming Languages

kotlin
9241 projects
HTML
75241 projects

Projects that are alternatives of or similar to kotlin-js-D3js-example

Demos
One repo to rule them all.
Stars: ✭ 204 (+1469.23%)
Mutual labels:  d3
Ssthouse Blog
个人博客仓库:前端 / 数据可视化 / D3.js
Stars: ✭ 231 (+1676.92%)
Mutual labels:  d3
P2p Graph
Real-time P2P network visualization with D3
Stars: ✭ 245 (+1784.62%)
Mutual labels:  d3
D3 Ng2 Service
A D3 service for use with Angular.
Stars: ✭ 210 (+1515.38%)
Mutual labels:  d3
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (+1553.85%)
Mutual labels:  d3
Plotly Graphing Library For Matlab
Plotly Graphing Library for MATLAB®
Stars: ✭ 234 (+1700%)
Mutual labels:  d3
Mobx Share
🔑一个分享mobx的在线演示ppt
Stars: ✭ 196 (+1407.69%)
Mutual labels:  d3
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+2611515.38%)
Mutual labels:  d3
Id
🆔 The easy-to-use OpenStreetMap editor in JavaScript.
Stars: ✭ 2,667 (+20415.38%)
Mutual labels:  d3
Chart Tool
A responsive charting application
Stars: ✭ 244 (+1776.92%)
Mutual labels:  d3
Architecturetree
Draw and share your software architecture without diagramming software. Uses d3.js and Angular.js.
Stars: ✭ 211 (+1523.08%)
Mutual labels:  d3
Netjsongraph.js
NetJSON NetworkGraph visualizer based on d3.js
Stars: ✭ 216 (+1561.54%)
Mutual labels:  d3
Gtr Cof
Interactive music theory dashboard for guitarists. http://guitardashboard.com/
Stars: ✭ 244 (+1776.92%)
Mutual labels:  d3
React Financial Charts
Charts dedicated to finance.
Stars: ✭ 201 (+1446.15%)
Mutual labels:  d3
Webpack Ops
📁 webpack bundle visualization // optimization // config tool
Stars: ✭ 251 (+1830.77%)
Mutual labels:  d3
Async Optics
A node asynchronous process and package monitor
Stars: ✭ 201 (+1446.15%)
Mutual labels:  d3
Git Deps
git commit dependency analysis tool
Stars: ✭ 232 (+1684.62%)
Mutual labels:  d3
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+230.77%)
Mutual labels:  d3
Netwulf
Interactive visualization of networks based on Ulf Aslak's d3 web app.
Stars: ✭ 254 (+1853.85%)
Mutual labels:  d3
Visavail
A D3.js Time Data Availability Visualization
Stars: ✭ 245 (+1784.62%)
Mutual labels:  d3

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].