Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 PFXPricefx. Can you verify that the correct modules needed for these functions are available in PFXPricefx?

Regression line code

...

Regression line
Code Block
regression: true,
regressionSettings: [
                type: 'logarithmic',
                color: 'rgba(0,0,0,1)',
                name: 'Regression'
],
Code Block
title

Show Data tab code

Code Block
.showDataTab()

Thank you!

update
Page Properties
hiddentrue
Author
Contributors
limit1
showLastTimetrue
reversetrue
order

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.