Skip to content

How to use updateConfig #3886

@dibsyjr1

Description

@dibsyjr1

Hi,

Really liking v2.5.0 (especially being able to update options now). The only problem i'm having is how to call updateConfig. I've tried a few different things including:

(for the sake of these examples, the chart instance will be called chartInst)

  • Chart.updateConfig(chartInst)
  • chartInst.updateConfig(newOptions)
  • chartInst.updateConfig()
  • updateConfig(chartInst)

But none of these work and there's nothing in the documentation to explain how to use this new feature. Is anyone able to give me some insight into how it's used?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions