Socket
Book a DemoInstallSign in
Socket

@forter/chart

Package Overview
Dependencies
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/chart

chart from Forter Components

latest
Source
npmnpm
Version
6.3.0
Version published
Weekly downloads
7
250%
Maintainers
3
Weekly downloads
 
Created
Source

fc-chart

An element by Forter

Usage

<script>
   import '@forter/chart';
</script>

<fc-chart
  config={"xAxisType":"SINGLE_TIME_FIELD","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,"formattedValue":10,"aggregationLabel":"Approved Tx"},{"dimensions":["2021/07/05"],"value":11,"formattedValue":11,"aggregationLabel":"Approved Tx"},{"dimensions":["2021/07/11"],"value":10,"formattedValue":10,"aggregationLabel":"Approved Tx"},{"dimensions":["2021/07/18"],"value":12,"formattedValue":12,"aggregationLabel":"Approved Tx"}]}}]}
>
</fc-chart>

Properties

PropertyAttributeTypeDefault
configconfig{}{}
configHashconfigHashstring
currentBuilderany
disableddisabledbooleanfalse
isLegendBoxOpenisLegendBoxOpenbooleantrue
isLegendExpandIndicatorVisibleisLegendExpandIndicatorVisiblebooleantrue
isLegendHiddenisLegendHiddenbooleanfalse
loadingloadingbooleanfalse
previewModepreview-modebooleanfalse
typetypestring"line"

CSS Custom Properties

PropertyDescription
--fc-chart-disabled-colordisabled color. example: gray

Keywords

web-components

FAQs

Package last updated on 29 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts