Flexmonster Software License Agreement (“Agreement”) has been revised and is effective as of January 8, 2025.
The following modifications were made:
The modified version of Agreement is available here.
Downloading, installing, and/or continuing to use Flexmonster Software after January 8, 2025, constitutes Licensee’s acceptance of the terms and conditions of the modified version of Agreement. If Licensee does not agree to any of these terms and conditions, they must cease using Flexmonster Software and must not download, install, use, access, or continue to access Flexmonster Software. By continuing to use Flexmonster Software or renewing the license or maintenance after the effective date of these modifications to Agreement, Licensee accepts and agrees to be bound by the terms and conditions of the modified Agreement.
Flexmonster Connector for Highcharts provides methods for integrating with Highcharts and converting the Flexmonster number format to the Highcharts format string.
This API reference provides descriptions of all the Connector's methods. For integration details, refer to the Integration with Highcharts guide.
Method | Description |
---|---|
highcharts.getData | Requests data from Flexmonster and preprocesses it for Highcharts. |
highcharts.getAxisFormat | Converts Flexmonster's number format to the Highcharts format string with the value variable. |
highcharts.getPointXFormat | Converts Flexmonster's number format to the Highcharts format string with the point.x variable. |
highcharts.getPointYFormat | Converts Flexmonster's number format to the Highcharts format string with the point.y variable. |
highcharts.getPointZFormat | Converts Flexmonster's number format to the Highcharts format string with the point.z variable. |