fc-chart
An element by Forter
Usage
<script>
import '@forter/chart';
</script>
<fc-chart
config={"series":[{"seriesType":"LINE","label":"AGGS.APPROVED.LABEL","aggregation":{"key":"APPROVED","filters":{},"dimensions":[{"key":"TRANS_TIME","label":"DIMENSION.TRANS_TIME.LABEL"}],"data":[{"dimensions":["2021/07/02"],"value":10},{"dimensions":["2021/07/05"],"value":11},{"dimensions":["2021/07/11"],"value":10},{"dimensions":["2021/07/18"],"value":12}]}}]}
>
</fc-chart>
Properties
Property | Attribute | Type | Default | Description |
---|
config | config | any | | |
currentBuilder | | any | | |
disabled | disabled | boolean | false | If the element is disabled |
type | type | string | "line" | |
CSS Custom Properties
Property | Description |
---|
--fc-chart-disabled-color | disabled color. example: gray |