0.0.14 • Published 3 years ago
@ks-web-components/ks-highcharts-mapper v0.0.14
ks-highcharts-mapper
This component listens for data received via a OnDataChange event, maps it given a configuration and preset attributes using mapper specific for highcharts shapes, and then dispatches a similar event with the modified data
Usage
npm install @ks-web-components/ks-highcharts-mapperLive Example
Attributes
| Property | Attribute | Type | Default | Description |
|---|---|---|---|---|
| config | config | JSON | The configuration for the mapping | |
| preset | preset | string | Possible reset base on highcharts shapes |
Slots
| Name | Description |
|---|---|
| default slot | The content of the component |
Events
| Name | type | Description |
|---|---|---|
| onDataChange | Event | The data from the mapper change |