An open API service indexing awesome lists of open source software.

https://github.com/fusioncharts/date-range-chooser-ext

Date range chooser extension for FusionCharts time-series chart
https://github.com/fusioncharts/date-range-chooser-ext

Last synced: 4 months ago
JSON representation

Date range chooser extension for FusionCharts time-series chart

Awesome Lists containing this project

README

        

# Date Range Chooser
## A FusionCharts Time Series Extension
This extension helps in selecting start and end dates of a FusionTime XT chart precisely. Using the mouse to select a part of the timeline navigator to inspect data is grossly approximate. It is often the case that one is aware of a particular period of date-time and would like to inspect the same period to visualise the corresponding data. This extension is ideal for such cases.

### Browser Inclusion
```html

```
### Node Inclusion
To run the extension one Node, one must also provide a custom DOM implementaion (such as [JSDOM](https://github.com/tmpvar/jsdom)).
```javascript
var FusionCharts = require('fusioncharts');
require('fusioncharts/fusioncharts.timeseries')(FusionCharts);
var DateRangeChooser = require('./fcts-ext-daterange.js');
```