How to enable HighCharts regression lines and Data tab?
Question
I'm building a HighChart and using the code below (found in highcharts.com documentation) to enable regression lines and show a Data tab with the chart. However, the regression line and Data tab are not rendering in Pricefx. Can you verify that the correct modules needed for these functions are available in Pricefx?
Regression line code
regression: true,
regressionSettings: [
type: 'logarithmic',
color: 'rgba(0,0,0,1)',
name: 'Regression'
],
Show Data tab code
.showDataTab()
Answer
Regression is not a standard Highchart feature. Some Javascript can be found in the Highcharts.com plugins section, but we do not support adding any Javascript code. It would be a security nightmare.
As for showDataTab()
, the details can be found in the API Javadoc.
, multiple selections available,
Related content
Highcharts
Highcharts
Read with this
How to Create Highchart
How to Create Highchart
More like this
Create Clickable Highcharts/Highmaps
Create Clickable Highcharts/Highmaps
Read with this
Chart Auxiliary Lines
Chart Auxiliary Lines
More like this
How to Add a Gauge Chart to Line Detail and Header
How to Add a Gauge Chart to Line Detail and Header
More like this
Bar & Line Chart
Bar & Line Chart
More like this
Found an issue in documentation? Write to us.