Rickshaw is a JavaScript toolkit for creating interactive time series graphs.
1. Template specific vendor js files:
<script src="/path/to/rickshaw.min.js"></script>
2. Template specific vendor css files:
<script src="/path/to/rickshaw.css"></script>
3. Page specific vendor js file:
<script src="/path/to/rickshaw/line.js"></script>
<script src="/path/to/rickshaw/bar.js"></script>
<script src="/path/to/rickshaw/area.js"></script>
<script src="/path/to/rickshaw/scatter.js"></script>
<script src="/path/to/rickshaw/multiple-renderers.js"></script>
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL |
---|---|
Plugin Link | https://tech.shutterstock.com/rickshaw/ |
Template Page | https://demos.pixinvent.com/modern-html-admin-template/html/ltr/vertical-menu-template/rickshaw-charts.html |