Highcharts
Docs HomeProduct SiteSupport
  • Highcharts for WireBootstrap
  • Installation
  • Configuration
  • Data Binding
  • Events
Powered by GitBook
On this page

Was this helpful?

Configuration

PreviousInstallationNextData Binding

Last updated 3 years ago

Was this helpful?

Use the following configuration options to bind the Highcharts for WireBootstrap component.

Name
Description

datamap

Used to bind data to the component. See for details.

eventField

By default, a raised by the component will send out the value(s) for the fields set in the . Use this property to use another field in the data to send out in the event.

highcharts

A pass-through to the . See for an example.

type

The chart type. This is a helper property for the native .

Highcharts

The following sets the title on the chart as part of the binding.

const chart = new wire.highcharts().render("#chart", {
    ...
    highcharts: {    
        title: { text: "My Chart Title"}
    }
});
Data Binding
data event
catagories data map
native configuration for Highcharts
Highcharts chart type property
Highcharts