Skip to content

xAxis.labels.style isn't applying styles correctly #82

@ndrwkim

Description

@ndrwkim

I am setting xAxis.labels.style like so in my JS literal options file:

xAxis: {
  labels: {
    style: {
      color: "red",
    }
  }
}

The outputted JavaScript is:

xAxis: {
  labels: {
    style: "{\\'color\\': \\'red\\'}"
  }
}

This doesn't happen when setting something else, like title.style.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions