Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@fluid-topics/ft-chart
Advanced tools
A chart component.
npm install @fluid-topics/ft-chart
yarn add @fluid-topics/ft-chart
import { html } from "lit"
import "@fluid-topics/ft-chart"
function render() {
return html` <ft-chart
xAxisName="date"
yAxisName="items"
valueLabels="['items', 'errors']",
valueSingular="['item', 'error']",
barChart
period="DAY"
data="[[1643673600, 120, 1], [1643760000, 1, 32], [1643846400, 150, 42],
[1643932800, 80, 61], [1644019200, 70, 69], [1644105600, 110, 98],
[1644192000, 130, 123]]" >
</ft-chart> `
}
FAQs
Display charts from data
We found that @fluid-topics/ft-chart demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.