flexmonster
Advanced tools
Comparing version 2.9.86 to 2.9.87
/** | ||
* @license | ||
* Integration of amCharts with Flexmonster Pivot Table & Charts Component | ||
* Copyright (c) 2020 Flexmonster [https://flexmonster.com/] | ||
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/] | ||
* September 2024 (v. 2.9.87) | ||
* Copyright (c) 2024 Flexmonster. All rights reserved. | ||
* | ||
* Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement: | ||
* https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives, | ||
* clients and/or end-users, as the case may be, to be bound by all the terms and conditions of | ||
* Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* Pricing for Commercial License Models can be found on Flexmonster pricing page: | ||
* https://www.flexmonster.com/pivot-table-editions-and-pricing/ | ||
*/ | ||
@@ -6,0 +16,0 @@ (function () { |
/** | ||
* @license | ||
* Integration of FusionCharts with Flexmonster Pivot Table & Charts Component | ||
* Copyright (c) 2020 Flexmonster [https://flexmonster.com/] | ||
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/] | ||
* September 2024 (v. 2.9.87) | ||
* Copyright (c) 2024 Flexmonster. All rights reserved. | ||
* | ||
* Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement: | ||
* https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives, | ||
* clients and/or end-users, as the case may be, to be bound by all the terms and conditions of | ||
* Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* Pricing for Commercial License Models can be found on Flexmonster pricing page: | ||
* https://www.flexmonster.com/pivot-table-editions-and-pricing/ | ||
*/ | ||
@@ -127,7 +137,7 @@ (function () { | ||
if (record["r0"] == undefined || record["r1"] != undefined || record["c0"] != undefined || record["v0"] == undefined) continue; | ||
elem["label"] = record["r0"]; | ||
elem["label"] = record["r0"].toString(); | ||
elem["value"] = record["v0"]; | ||
} else if (data.meta["cAmount"] > 0) { | ||
if (record["c0"] == undefined || record["c1"] != undefined || record["r0"] != undefined || record["v0"] == undefined) continue; | ||
elem["label"] = record["c0"]; | ||
elem["label"] = record["c0"].toString(); | ||
elem["value"] = record["v0"]; | ||
@@ -155,3 +165,3 @@ } else { | ||
if (categories[record["r0"]] == undefined) categories[record["r0"]] = { | ||
"label": record["r0"] | ||
"label": record["r0"].toString() | ||
}; | ||
@@ -166,3 +176,3 @@ if (record["c0"] == undefined || record["c1"] != undefined) continue; | ||
if (categories[record["r0"]] == undefined) categories[record["r0"]] = { | ||
"label": record["r0"] | ||
"label": record["r0"].toString() | ||
}; | ||
@@ -176,3 +186,3 @@ if (series[""] == undefined) series[""] = []; | ||
if (categories[record["c0"]] == undefined) categories[record["c0"]] = { | ||
"label": record["c0"] | ||
"label": record["c0"].toString() | ||
}; | ||
@@ -179,0 +189,0 @@ if (series[""] == undefined) series[""] = []; |
/** | ||
* @license | ||
* Integration of Google Charts with Flexmonster Pivot Table & Charts Component | ||
* Copyright (c) 2020 Flexmonster [https://flexmonster.com/] | ||
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/] | ||
* September 2024 (v. 2.9.87) | ||
* Copyright (c) 2024 Flexmonster. All rights reserved. | ||
* | ||
* Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement: | ||
* https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives, | ||
* clients and/or end-users, as the case may be, to be bound by all the terms and conditions of | ||
* Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* Pricing for Commercial License Models can be found on Flexmonster pricing page: | ||
* https://www.flexmonster.com/pivot-table-editions-and-pricing/ | ||
*/ | ||
@@ -6,0 +16,0 @@ (function () { |
/** | ||
* @license | ||
* Integration of Highcharts with Flexmonster Pivot Table & Charts Component | ||
* Copyright (c) 2020 Flexmonster [https://flexmonster.com/] | ||
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/] | ||
* September 2024 (v. 2.9.87) | ||
* Copyright (c) 2024 Flexmonster. All rights reserved. | ||
* | ||
* Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement: | ||
* https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives, | ||
* clients and/or end-users, as the case may be, to be bound by all the terms and conditions of | ||
* Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* Pricing for Commercial License Models can be found on Flexmonster pricing page: | ||
* https://www.flexmonster.com/pivot-table-editions-and-pricing/ | ||
*/ | ||
@@ -271,3 +281,4 @@ (function () { | ||
name: (data.meta["rAmount"] > 0 && data.meta["cAmount"] > 0 && data.meta["vAmount"] > 1) ? | ||
yAxis + " - " + seriesname : seriesname, | ||
yAxis + " - " + seriesname : | ||
seriesname, | ||
data: _series[seriesname] | ||
@@ -332,3 +343,4 @@ }; | ||
name: (data.meta["rAmount"] > 0 && data.meta["cAmount"] > 0 && data.meta["vAmount"] > 1) ? | ||
yAxis + " - " + seriesname : seriesname, | ||
yAxis + " - " + seriesname : | ||
seriesname, | ||
data: _series[seriesname] | ||
@@ -570,3 +582,3 @@ }; | ||
} | ||
//Update Axis label when drilling down/up: | ||
@@ -573,0 +585,0 @@ output.chart.events = { |
## Flexmonster License | ||
This commercial software is distributed based on the [Flexmonster Terms and Conditions](https://www.flexmonster.com/terms/Flexmonster-Terms-and-Conditions.pdf "Flexmonster Terms and Conditions"). | ||
Flexmonster Software is distributed under the terms and conditions of [Flexmonster Software License Agreement]( https://www.flexmonster.com/software-license-agreement/ "Flexmonster Software License Agreement"). | ||
By using this software without a commercial Flexmonster license, you consent to be bound by the [Flexmonster Trial License Terms and Conditions](https://www.flexmonster.com/terms/Flexmonster-Terms-and-Conditions-Trial-License.pdf "Flexmonster Trial License Terms and Conditions"). | ||
By downloading, installing, and/or otherwise using Flexmonster Software, as well as by submitting “I AGREE” in Checkout Form, and or by paying the invoice according to Order, you accept and agree to be bound by and require each of your Representatives, clients and/or end-users, as the case may be, to be bound by all the terms and conditions of [Flexmonster Software License Agreement]( https://www.flexmonster.com/software-license-agreement/ "Flexmonster Software License Agreement"). | ||
If you do not have the legal capacity or authority to enter into [Flexmonster Software License Agreement]( https://www.flexmonster.com/software-license-agreement/ "Flexmonster Software License Agreement") or do not agree with its terms and conditions, you must not use Flexmonster Software in whole or in part. | ||
To purchase a license refer to the [Flexmonster Pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/ "Pricing page"). | ||
Pricing for Commercial License Models can be found on [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/ "Flexmonster pricing page"). |
{ | ||
"name": "flexmonster", | ||
"version": "2.9.86", | ||
"version": "2.9.87", | ||
"description": "Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.", | ||
@@ -5,0 +5,0 @@ "main": "flexmonster.full.js", |
@@ -1,11 +0,16 @@ | ||
// Type definitions for flexmonster 2.8 | ||
// Project: https://flexmonster.com/ | ||
// Definitions by: Dima Zvazhii <https://github.com/Uaman> | ||
// Ian Sadovy <https://github.com/iansadovy> | ||
// Flexmonster Team (Admin) <https://github.com/flexmonsterowner> | ||
// Flexmonster Team <https://github.com/flexmonsterteam> | ||
// Iryna Kulchytska <https://github.com/irakulchytska> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.9 | ||
/** | ||
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/] | ||
* September 2024 (v. 2.9.87) | ||
* Copyright (c) 2024 Flexmonster. All rights reserved. | ||
* | ||
* Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement: | ||
* https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives, | ||
* clients and/or end-users, as the case may be, to be bound by all the terms and conditions of | ||
* Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ | ||
* | ||
* Pricing for Commercial License Models can be found on Flexmonster pricing page: | ||
* https://www.flexmonster.com/pivot-table-editions-and-pricing/ | ||
*/ | ||
export as namespace Flexmonster; | ||
@@ -378,2 +383,3 @@ | ||
filterByDateAndTime?: boolean; | ||
allowEmptyMembersFilter?: boolean; | ||
}; | ||
@@ -380,0 +386,0 @@ allowBrowsersCache?: boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13200901
165569