This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
forked from JoeKuan/Highcharts_Sencha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
57 lines (47 loc) · 2.17 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
ver 2.2.3
Highcharts extension
- Re-implemented the old style of converting series type into class paths using ExtJs 4 feature. This has removed incompatiblity with the latest ExtJS release and also slightly optimised.
ver 2.2.2
Highcharts extension
- Fixed removeAllSeries method need to also cleanup categories data in chartConfig from previous load
- Fixed when store reload with more data, it appends the data in the correct category (string labels) order
- Fixed when store reload with less data, it correctly remove the data point with the correct index
- Extended the colorField properties to other series
- Added 'auto' keyword support for colorField to automatically assign point color to Highcharts colors
Desktop Demos
- Added spline chart with no initial data demo (initAnimAfterLoad: false)
- Added column drill down demo
ver 2.2.1
Highcharts extension
- Fixed store reload on pie chart
- Fixed default series type value
- Allow series definition without dataIndex or yField as long as getData method is defined
Desktop Demos
- Changed one of series definitions with overriding getData method only in 'No Animation' demo
- Added 'allowPointSelect' in plotOptions for pie demo
ver 2.2.0
Highcharts extension
- Extension works for both ExtJs 4 and Touch 2
Demos
- Added demos for Sencha Touch 2
ver 2.1.1
Demos
- Fixed dial color in gauge chart demo
- Corrected thickness in splitter bar
- Typo in page title
ver 2.1
Highcharts extension
- Fixed shift animation on category data
- Fixed stop loading data from the server after few load calls
Demos
- Added Add Series example
- Added Null data example
- Fixed reset sample data on spline demos
ver 2.0
- Added support to Highcharts 2.3 gauge chart
- Added support to Highcharts 2.3 range type charts: minDataIndex, maxDataIndex and dataIndex array mode
- [ Optimisation ] reduce redundant call on refresh, draw method only call refresh if the store is not loading, i.e isLoading
- [ Optimisation ] added refreshOnChange config - avoid redundant call on refresh.
- [ Optimisation ] added pointObject as default false to create data as array instead of point object
- Added initAnimAfterLoad to support initial animation
- Added afterChartRendered callback