Skip to content

legend.itemStyle isn't applying styles correctly #93

@ndrwkim

Description

@ndrwkim

legend.itemStyle doesn't seem to be accepting a Highcharts.CSSObject. When trying to apply:

legend: {
  itemStyle: {
    color: "#5f5e5e",
    fontFamily: "Roboto",
    fontSize: "12px"
  }
},

I get this error:
value ({'color': '#5f5e5e', 'fontFamily': 'Roboto', 'fontSize': '12px'}) was not coerced to a string

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