Skip to content

How to integrate math equation plugin like MathJax or CodeCogs? #103

@ivder

Description

@ivder

I want to change the format of the equation displayed to the math equation using MathJax or CodeCogs. Usually the plugins will take an image or html input, I couldn't find a way to integrate it inside the regression settings, e.g. :

 {
               regression: showRegression,
               regressionSettings: {
                   type: 'polynomial',
                   color: colorList[x],
                   dashStyle: 'dash',
                   name: $${"%eq"}$$  // MathJax function
               },
               name: dataName[x],
               color: colorList[x],
               data: dataList[x]
           }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions