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 |
---|
config | config | {} | {} |
configHash | configHash | string | |
currentBuilder | | any | |
disabled | disabled | boolean | false |
loading | loading | boolean | false |
previewMode | preview-mode | boolean | false |
type | type | string | "line" |
CSS Custom Properties
Property | Description |
---|
--fc-chart-disabled-color | disabled color. example: gray |