
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
基于 Vue 封装的 Echarts5 图表组件
使用内网源:npm set registry http://npm.vivo.com.cn/
yarn buildnpm publish| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| type | series.type | string | line |
| data | dataSet 暂时支持一种格式 | ChartData | |
| options | 传给 echart.setOption | Object | {} |
| loading | 加载状态 | Boolean | false |
| unit | 单位 | String | '' |
| limit | 最大数量,饼图,折线图等生效 | Number | 0 |
| markLine | 标记 | [{ yAxis: 4000, name: '标准线' }] | [] |
| sort | 是否对数据排序 (只对 bar,pie 生效) | Boolean | false |
| 事件 | 说明 | 参数 | 返回值 |
|---|---|---|---|
| resize | 重置尺寸,同 echarts.resize | 无 | 无 |
export interface ChartData<T = any> {
columns: string[];
rows: T[];
}
FAQs
> 基于 Vue 封装的 Echarts5 图表组件
We found that v3-charts 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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.