Skip to content

Commit

Permalink
v1.4.62
Browse files Browse the repository at this point in the history
* Fixed: Gantt category issue
  • Loading branch information
maertz committed May 9, 2017
1 parent 9a09ece commit d2470a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# amCharts Export

Version: 1.4.61
Version: 1.4.62


## Description
Expand Down Expand Up @@ -973,6 +973,9 @@ http://www.apache.org/licenses/LICENSE-2.0

## Changelog

### 1.4.62
* Fixed: Gantt category issue

### 1.4.61
* Fixed: SmoothCustomBullet plugin support, clip-path issue on curved corners

Expand Down
5 changes: 2 additions & 3 deletions export.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Plugin Name: amCharts Export
Description: Adds export capabilities to amCharts products
Author: Benjamin Maertz, amCharts
Version: 1.4.61
Version: 1.4.62
Author URI: http://www.amcharts.com/
Copyright 2016 amCharts
Expand Down Expand Up @@ -71,7 +71,7 @@ if ( !AmCharts.translations[ "export" ][ "en" ] ) {
var _timer;
var _this = {
name: "export",
version: "1.4.61",
version: "1.4.62",
libs: {
async: true,
autoLoad: true,
Expand Down Expand Up @@ -3137,7 +3137,6 @@ if ( !AmCharts.translations[ "export" ][ "en" ] ) {
} else if ( _this.setup.chart.type == "gantt" ) {
// CATEGORY AXIS
addField( _this.setup.chart.categoryField );
cfg.dateFields.push( _this.setup.chart.categoryField );

var field = _this.setup.chart.segmentsField;
for ( i1 = 0; i1 < _this.setup.chart.dataProvider.length; i1++ ) {
Expand Down
3 changes: 1 addition & 2 deletions export.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amcharts3-export",
"version": "1.4.61",
"version": "1.4.62",
"license": "SEE LICENSE IN LICENSE",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit d2470a7

Please sign in to comment.