NOTE: This repository is deprecated. For new Stipple examples check this Repository
Demo data dashboard built with Stipple.jl, StippleUI.jl, StippleCharts.jl, and Genie.jl
Clone/download repo.
Open a Julia REPL and cd
to the app's dir.
julia> cd(...the app folder...)
Install dependencies
pkg> activate .
pkg> instantiate
Load app
julia> using Genie
julia> Genie.loadapp()
The application will start on port 8100. Open your web browser and navigate to http://localhost:8100.
Pick the x and y features to render the plots. Use the various slides to control the model.