Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.
This repository was archived by the owner on May 3, 2023. It is now read-only.

Using Tooltip formatter function results in the chart not loading #23

@dangrima90

Description

@dangrima90

According to the Highcharts documentation Tooltips can be formatted using the formatter() function - Here is a simple example of the formatter() function in action.

When I tried using the formatter() function in the chart configuration object, the chart fails to load. Unfortunately I have no errors to share as none are being reported in the console.

Example code:

tooltip: {
  formatter: function() {
    return "Test tooltip";
  }
}

I apologise for the lack of information, but similar to the issue I reported previously #21 I see no errors in the console. Only thing that happens is that the chart simply does not load.

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