Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syslogic/extjs-nvd3-charts
NVD3.js Bindings as ExtJS Package. A Live Demo is available @
https://github.com/syslogic/extjs-nvd3-charts
extjs-5 nvd3
Last synced: 27 days ago
JSON representation
NVD3.js Bindings as ExtJS Package. A Live Demo is available @
- Host: GitHub
- URL: https://github.com/syslogic/extjs-nvd3-charts
- Owner: syslogic
- License: mit
- Created: 2017-03-06T09:21:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T23:23:26.000Z (over 3 years ago)
- Last Synced: 2024-08-03T16:08:58.949Z (4 months ago)
- Topics: extjs-5, nvd3
- Language: JavaScript
- Homepage: https://nvd3.syslogic.io
- Size: 817 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-extjs - Nvd3 bindings - NVD3.js Bindings as Sencha ExtJS Package. (Extensions, components / Components, ux)
README
# NVD3.js Bindings as Sencha ExtJS Package
## Similar Projects and/or Alternatives
* [OpenCharts-For-Sencha-Touch-and-ExtJS](https://github.com/woodenconsulting/OpenCharts-For-Sencha-Touch-and-ExtJS)
* [angularjs-nvd3-directives](https://github.com/angularjs-nvd3-directives/angularjs-nvd3-directives)## Live Example
* click [here](https://nvd3.syslogic.io) to see the example ExtJS Application in action.## Built With
* [Oracle NetBeans 8.2](http://www.oracle.com/technetwork/developer-tools/netbeans/index.html) (Development Environment)
* [Sencha ExtJS 5.1.1.451](https://docs.sencha.com/extjs/5.1.1/index.html) (JavaScript Framework)
* [Sencha Cmd v7.0.0.40](https://docs.sencha.com/cmd/index.html) (JavaScript Compiler)
* [D3 3.5.17](https://github.com/d3/d3) (Data-Driven Documents)
* [NVD3 1.8.6](https://github.com/novus/nvd3) (reusable D3 charting library)## Basic Directory Structure
The relevant locations within the structure are:
Example Application: / app
The Package: / packages / local / nvd3-chart
## Getting Started
a) change the local path to the desired location, for example:
cd /home/github
b) clone this repository with:
git clone [email protected]:syslogic/extjs-nvd3-charts.git
c) place the ExtJS 5.1.x Framework at the following location:
/ext
d) place the the ExtJS Crisp Theme at the following location:
/resources/themes/ext-theme-crisp
## Common CLI Commands
To refresh the application bootstrap:
cd /
sencha app refreshTo build the PKG archive:
cd packages/local/nvd3-charts
sencha package build## Including the Package in your Application
This adds the package dependency (and goes to /app.json):
requires: ['nvd3-chart']
This adds the name-space NVD3.chart (and goes to /app/Application.js):
requires: ['NVD3.chart']
## Package Classes and xTypes
* NVD3.chart.BasicChart xtype: NONE
* NVD3.chart.[BoxPlotChart](https://nvd3.syslogic.io/#BoxPlotChart) xtype: **BoxPlotChart**
* NVD3.chart.[BulletChart](https://nvd3.syslogic.io/#BulletChart) xtype: **BulletChart**
* NVD3.chart.[CandlestickBarChart](https://nvd3.syslogic.io/#CandlestickBarChart) xtype: **CandlestickBarChart**
* NVD3.chart.[CumulativeLineChart](https://nvd3.syslogic.io/#CumulativeLineChart) xtype: **CumulativeLineChart**
* NVD3.chart.[DiscreteBarChart](https://nvd3.syslogic.io/#DiscreteBarChart) xtype: **DiscreteBarChart**
* NVD3.chart.[HistoricalBarChart](https://nvd3.syslogic.io/#HistoricalBarChart) xtype: **HistoricalBarChart**
* NVD3.chart.[LineChart](https://nvd3.syslogic.io/#LineChart) xtype: **LineChart**
* NVD3.chart.[LinePlusBarChart](https://nvd3.syslogic.io/#LinePlusBarChart) xtype: **LinePlusBarChart**
* NVD3.chart.[LineWithFocusChart](https://nvd3.syslogic.io/#LineWithFocusChart) xtype: **LineWithFocusChart**
* NVD3.chart.[MultiBarChart](https://nvd3.syslogic.io/#MultiBarChart) xtype: **MultiBarChart**
* NVD3.chart.[MultiBarHorizontalChart](https://nvd3.syslogic.io/#MultiBarHorizontalChart) xtype: **MultiBarHorizontalChart**
* NVD3.chart.[PieChartRegular](https://nvd3.syslogic.io/#PieChart) xtype: **PieChartRegular**
* NVD3.chart.[PieChartDonut](https://nvd3.syslogic.io/#PieChart) xtype: **PieChartDonut**
* NVD3.chart.[ScatterChart](https://nvd3.syslogic.io/#ScatterChart) xtype: **ScatterChart**
* NVD3.chart.[Sparkline](https://nvd3.syslogic.io/#Sparkline) xtype: **Sparkline**
* NVD3.chart.[SparklinePlus](https://nvd3.syslogic.io/#SparklinePlus) xtype: **SparklinePlus**
* NVD3.chart.[StackedAreaChart](https://nvd3.syslogic.io/#StackedAreaChart) xtype: **StackedAreaChart**
* NVD3.chart.[SunburstChart](https://nvd3.syslogic.io/#SunburstChart) xtype: **SunburstChart**
* NVD3.chart.[ParallelCoordinatesChart](https://nvd3.syslogic.io/#ParallelCoordinatesChart) xtype: **ParallelCoordinatesChart**
* NVD3.chart.[ForceDirectedGraph](https://nvd3.syslogic.io/#ForceDirectedGraph) xtype: **ForceDirectedGraph**## Common NVD3 Events
* elementMouseover
* elementMouseout
* tooltipShow
* tooltipHide
* elementClick
* legendMouseover
* stateChange## MIT License
Copyright (c) 2017-2018 Martin Zeitler, IT Solution Development, Bavaria.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.