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. |