Versions Compared

Key

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

I'm building a HighChart and using the code below (found in highcharts.com documentation) to enable regression lines and show a data Data tab with the chart. However, the regression line and data 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:

Code Block
titleRegression line code
regression: true,

...


regressionSettings: [

...


                type: 'logarithmic',

...


                color: 'rgba(0,0,0,1)',

...


                name: 'Regression'

...


],

...


Code Block
titleShow Data tab code
.showDataTab()


Thank you!

Page Properties
hiddentrue


Author

Contributors
limit1
showLastTimetrue
reversetrue
orderupdate


...