GravityCharts 1.14.1

Download GravityCharts 1.14.1 from nulled fire. GravityCharts display your Gravity Forms data in charts.
This release introduces new chart options, improves conditional logic, and fixes several issues, including a non-critical PHP notice in WordPress 6.7 and newer.


#### Added
* Option to show overlapping labels, which were previously hidden by default.
* Option to hide labels that have no value.


#### Improved
* Enhanced conditional logic:
- Added support for `is empty` and `is not empty` operators for fields with predefined choices;
- Introduced a new option to specify a custom value for the `contains` operator when fields have predefined choices;
- General bug fixes.


#### Fixed
* Numeric values stored as currency were not calculated properly.
* Special characters (like an ampersand (&)) were not displayed properly in labels.
* PHP notice in WordPress 6.7 caused by initializing product translations too early.


#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.21.


#### Developer Updates
* Added new hooks:
- `gk/gravitycharts/api/js/response` filter to modify the response object before it is turned into a JSON string;
- `gk/gravitycharts/api/js/json` filter to modify the JSON string before it is returned;
- `gk/gravitycharts/api/chart/description` filter to modify the description template;
- `gk/gravitycharts/api/chart/options` filter to modify the description options;
- `gk/gravitycharts/api/chart/data` filter to modify the data object.
#### Added
* Support for the new Multiple Choice field introduced in Gravity Forms 2.9.

#### Fixed
* Fatal error when rendering a View that uses a GravityCharts widget.
* Entries with a field value of `0`, despite it being a valid choice, were not included in the chart.
* PHP 8.1 deprecation notices.
* Block CSS classes were not correctly applied when embedding a chart as an image.