
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
dashbi-widget-chart
Advanced tools
Dashbi widget that displays chart using chartist.js

npm install --save dashbi-widget-chart
Dashbi should detect and auto-register widget.
| Name | Type | Description |
|---|---|---|
type | String | Type of chart. Options: Line, Bar, Chart |
useStateKey | String | Which state key should be used for data presentation |
options | Object | Additional chartist.js options |
Lets' say that some-data-provider provides state which has key randomNumber:
dashbiLayout.addWidget({
name: 'chart',
title: 'My Line Chart',
params: {
type: 'Line',
useStateKey: 'randomNumber',
options: {
low: 0,
hight: 1000
}
},
source: {
name: 'some-data-provider'
}
});
FAQs
Dashbi widget that displays chart using chartist.js
The npm package dashbi-widget-chart receives a total of 3 weekly downloads. As such, dashbi-widget-chart popularity was classified as not popular.
We found that dashbi-widget-chart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.