A little helper utility to make it easier to use Highcharts and Highstock with re-frame and reagent.
Highcharts maintain their own chart instance. So we need to find a method of interacting with the charts so that it works in the world of re-frame and reagent.
This it a small helper utility. Either use it directly or as an example for your own project.
The example is prepared for figwheel, so just run
lein figwheel
and open your browser at localhost:3449.
To clean all compiled files:
lein clean
To create a production build run (using Java 8):
lein do clean, cljsbuild once min
To host the production build in a test server run:
lein do clean, cljsbuild once min, ring server
https://agoraopus.github.io/brownian-motion/
(Let me know of others if you have some)
Copyright © 2019 Christian Felde
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation? These fine people already did:
cfelde & Christian FeldeEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close