Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

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


Show Data tab code
.showDataTab()


Thank you!

  • No labels