Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfelde/re-frame-highcharts
A small utility to help you use Highcharts with re-frame and reagent
https://github.com/cfelde/re-frame-highcharts
clojurescript highcharts re-frame reagent
Last synced: 13 days ago
JSON representation
A small utility to help you use Highcharts with re-frame and reagent
- Host: GitHub
- URL: https://github.com/cfelde/re-frame-highcharts
- Owner: cfelde
- Created: 2017-09-05T15:38:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T17:10:27.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T18:56:17.628Z (26 days ago)
- Topics: clojurescript, highcharts, re-frame, reagent
- Language: Clojure
- Size: 41 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# re-frame-highcharts
[![Clojars Project](https://img.shields.io/clojars/v/re-frame-highcharts.svg)](https://clojars.org/re-frame-highcharts)
A little helper utility to make it easier to use Highcharts and Highstock with re-frame and reagent.
## Overview
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.
## Running the example
The example is prepared for figwheel, so just run
lein figwheel
and open your browser at [localhost:3449](http://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
## Other examples
https://agoraopus.github.io/brownian-motion/
(Let me know of others if you have some)
## License
Copyright © 2019 Christian Felde
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.