-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @author | ||
* Joe Kuan <[email protected]> | ||
* | ||
* version 3.1.0 | ||
* version 3.2.0 | ||
* | ||
* <!-- You are not permitted to remove the author section (above) from this file. --> | ||
* | ||
|
@@ -188,7 +188,7 @@ Ext.define("Chart.ux.Highcharts", { | |
* @static | ||
* Version string of the current Highcharts extension | ||
*/ | ||
version: '3.1.0', | ||
version: '3.2.0', | ||
|
||
/*** | ||
* @property {Object} sencha | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
* @author | ||
* Joe Kuan <[email protected]> | ||
* | ||
* version 3.0.0 | ||
* version 3.2.0 | ||
* | ||
* <!-- You are not permitted to remove the author section (above) from this file. --> | ||
* | ||
* Documentation last updated: 12 March 2014 | ||
* Documentation last updated: 22 Sept 2014 | ||
* | ||
* A much improved & ported from ExtJs 3 Highchart adapter. | ||
* | ||
|
@@ -434,7 +434,7 @@ Ext.define("Chart.ux.Highmaps", { | |
|
||
append = (append === null || append === true) ? true : false; | ||
|
||
console.log("Map addSeries - append " + append); | ||
// console.log("Map addSeries - append " + append); | ||
|
||
var HC = Chart.ux.Highcharts; | ||
// Sencha Touch uses config to access properties | ||
|
@@ -590,7 +590,7 @@ Ext.define("Chart.ux.Highmaps", { | |
} | ||
}); | ||
|
||
console.log(readyToDraw + " -- " + _this.ddDataReady); | ||
// console.log(readyToDraw + " -- " + _this.ddDataReady); | ||
if (!readyToDraw || !_this.ddDataReady) { | ||
return false; | ||
} | ||
|
@@ -640,7 +640,7 @@ Ext.define("Chart.ux.Highmaps", { | |
} else if (this.rendered) { | ||
// Create the chart from fresh | ||
this.log("call Highcharts.Map (2)"); | ||
console.log(_this.chartConfig); | ||
// console.log(_this.chartConfig); | ||
this.chart = new Highcharts.Map(config, this.afterChartRendered); | ||
this.fireEvent('mapReady', this); | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
This is the HighCharts extension for Sencha ExtJS 4/5 and Touch 2. | ||
This is the Highcharts extension for Sencha ExtJS 4/5 and Touch 2. | ||
|
||
The tutorial and API documentations can be found in the docs/ directory or you can view it [online][1] | ||
|
||
Here are the online demos for [ExtJs 4][2], [ExtJs 5][4] and [Touch 2][3] | ||
|
||
The extension also supports Highmaps for Sencha ExtJS 4. Here are the [demo][5] and [API doc][6] | ||
|
||
[1]: http://joekuan.org/demos/Highcharts_Sencha/docs/#!/api/Chart.ux.Highcharts | ||
[2]: http://joekuan.org/demos/Highcharts_Sencha/desktop | ||
[3]: http://joekuan.org/demos/Highcharts_Sencha/mobile | ||
[4]: http://joekuan.org/demos/Highcharts_Sencha/desktop.extjs5 | ||
[5]: http://joekuan.org/demos/Highcharts_Sencha/highmaps_demo.extjs4 | ||
[6]: http://joekuan.org/demos/Highcharts_Sencha/docs/#!/api/Chart.ux.Highmaps | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
</span> * @author | ||
* Joe Kuan <[email protected]> | ||
* | ||
* version 3.1.0 | ||
* version 3.2.0 | ||
* | ||
* <!-- You are not permitted to remove the author section (above) from this file. --> | ||
* | ||
|
@@ -205,7 +205,7 @@ | |
</span> * @static | ||
* Version string of the current Highcharts extension | ||
*/ | ||
version: '3.1.0', | ||
version: '3.2.0', | ||
|
||
<span id='Chart-ux-Highcharts-static-property-sencha'> /*** | ||
</span> * @property {Object} sencha | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ | |
</span> * @author | ||
* Joe Kuan <[email protected]> | ||
* | ||
* version 3.0.0 | ||
* version 3.2.0 | ||
* | ||
* <!-- You are not permitted to remove the author section (above) from this file. --> | ||
* | ||
* Documentation last updated: 12 March 2014 | ||
* Documentation last updated: 22 Sept 2014 | ||
* | ||
* A much improved & ported from ExtJs 3 Highchart adapter. | ||
* | ||
|
@@ -451,7 +451,7 @@ | |
|
||
append = (append === null || append === true) ? true : false; | ||
|
||
console.log("Map addSeries - append " + append); | ||
// console.log("Map addSeries - append " + append); | ||
|
||
var HC = Chart.ux.Highcharts; | ||
// Sencha Touch uses config to access properties | ||
|
@@ -607,7 +607,7 @@ | |
} | ||
}); | ||
|
||
console.log(readyToDraw + " -- " + _this.ddDataReady); | ||
// console.log(readyToDraw + " -- " + _this.ddDataReady); | ||
if (!readyToDraw || !_this.ddDataReady) { | ||
return false; | ||
} | ||
|
@@ -657,7 +657,7 @@ | |
} else if (this.rendered) { | ||
// Create the chart from fresh | ||
this.log("call Highcharts.Map (2)"); | ||
console.log(_this.chartConfig); | ||
// console.log(_this.chartConfig); | ||
this.chart = new Highcharts.Map(config, this.afterChartRendered); | ||
this.fireEvent('mapReady', this); | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../Chart |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Demo/app | ||
|
||
This folder contains the javascript files for the application. | ||
|
||
# Demo/resources | ||
|
||
This folder contains static resources (typically an `"images"` folder as well). | ||
|
||
# Demo/overrides | ||
|
||
This folder contains override classes. All overrides in this folder will be | ||
automatically included in application builds if the target class of the override | ||
is loaded. | ||
|
||
# Demo/sass/etc | ||
|
||
This folder contains misc. support code for sass builds (global functions, | ||
mixins, etc.) | ||
|
||
# Demo/sass/src | ||
|
||
This folder contains sass files defining css rules corresponding to classes | ||
included in the application's javascript code build. By default, files in this | ||
folder are mapped to the application's root namespace, 'Demo'. The | ||
namespace to which files in this directory are matched is controlled by the | ||
app.sass.namespace property in Demo/.sencha/app/sencha.cfg. | ||
|
||
# Demo/sass/var | ||
|
||
This folder contains sass files defining sass variables corresponding to classes | ||
included in the application's javascript code build. By default, files in this | ||
folder are mapped to the application's root namespace, 'Demo'. The | ||
namespace to which files in this directory are matched is controlled by the | ||
app.sass.namespace property in Demo/.sencha/app/sencha.cfg. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
/* | ||
* File: app.js | ||
* | ||
* This file was generated by Sencha Architect version 3.0.4. | ||
* http://www.sencha.com/products/architect/ | ||
* | ||
* This file requires use of the Ext JS 4.2.x library, under independent license. | ||
* License of Sencha Architect does not include license for Ext JS 4.2.x. For more | ||
* details see http://www.sencha.com/license or contact [email protected]. | ||
* | ||
* This file will be auto-generated each and everytime you save your project. | ||
* | ||
* Do NOT hand edit this file. | ||
*/ | ||
|
||
// @require @packageOverrides | ||
Ext.Loader.setConfig({ | ||
enabled: true | ||
}); | ||
|
||
|
||
Ext.application({ | ||
|
||
requires: [ | ||
'Chart.ux.Highmaps', | ||
'Chart.ux.Highcharts.MapSerie', | ||
'Chart.ux.Highcharts.MapLineSerie', | ||
'Chart.ux.Highcharts.MapPointSerie', | ||
'Chart.ux.Highcharts.MapBubbleSerie', | ||
'Chart.ux.Highcharts.LineSerie', | ||
'Chart.ux.Highcharts.AreaSerie', | ||
'Ext.layout.container.Border', | ||
'Ext.layout.container.Card', | ||
'Chart.ux.Highcharts.HeatmapSerie', | ||
'Chart.ux.Highcharts.PieSerie' | ||
], | ||
models: [ | ||
'PopDensity', | ||
'MapData2', | ||
'PopDensity1', | ||
'Path', | ||
'XYCoord', | ||
'Population', | ||
'PopulationHistory', | ||
'Value', | ||
'USStates', | ||
'Drilldown', | ||
'Heatmap', | ||
'USMap', | ||
'Vote' | ||
], | ||
stores: [ | ||
'PopDensity', | ||
'PopDensity1', | ||
'MapData2', | ||
'MeuseAreas', | ||
'MeuseBasin', | ||
'Meuse', | ||
'Tributaries', | ||
'Borders', | ||
'Cities', | ||
'WorldPopulation', | ||
'PopulationHistory', | ||
'USCountiesMap', | ||
'USCountiesData', | ||
'USCountiesBorders', | ||
'USStates', | ||
'Heatmap', | ||
'Drilldown', | ||
'USMap', | ||
'Vote' | ||
], | ||
views: [ | ||
'MainView', | ||
'SetValue' | ||
], | ||
controllers: [ | ||
'Navigation' | ||
], | ||
name: 'Demo', | ||
|
||
launch: function() { | ||
Ext.create('Demo.view.MainView'); | ||
} | ||
|
||
}); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Demo", | ||
"requires": [], | ||
"id": "d77e9b69-e3e3-4d2f-95c3-0b3853862de0", | ||
"resources": [ | ||
"/HighmapsDemo/flags32.css", | ||
"/HighmapsDemo/demo.css" | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"Demo","_comment":"Please don't edit. This is Architect data.","resources":["/HighmapsDemo/flags32.css","/HighmapsDemo/demo.css"],"requires":[]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Ext.define('Demo.Application', { | ||
name: 'Demo', | ||
|
||
extend: 'Ext.app.Application', | ||
|
||
views: [ | ||
// TODO: add views here | ||
], | ||
|
||
controllers: [ | ||
// TODO: add controllers here | ||
], | ||
|
||
stores: [ | ||
// TODO: add stores here | ||
] | ||
}); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ./controller | ||
|
||
This folder contains the controllers | ||
|
||
# ./model | ||
|
||
This folder contains the models | ||
|
||
# ./view | ||
|
||
This folder contains the views | ||
|
||
# ./store | ||
|
||
This folder contains the stores |