Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@adyen/lume
Advanced tools
Lume is a component library for visual representations of data, built for Vue with D3.
Lume is a library for graphical representations of information and data. By using visual elements like charts, graphs, and maps, this repository provide an accessible way to see and understand trends, outliers, and patterns in data. We use Vue to all graphic elements and rely on d3.js for the calculations.
To install Lume, run the following command:
$ npm install @adyen/lume
You can import Lume components to your Vue app:
// SFC <script type="ts">
import { defineComponent } from 'vue';
import { LumeBarChart } from '@adyen/lume';
export default defineComponent({
components: { LumeBarChart },
...
});
You can also import Lume as a Vue plugin that you install in your global Vue setup:
import Vue from 'vue';
import LumePlugin from '@adyen/lume/plugin';
import App from './my-app.vue';
Vue.use(LumePlugin);
const app = new Vue(App).$mount('#root');
Follow these steps to quickly start developing amazing data-viz components locally:
$ git clone git@github.com:Adyen/lume.git
$ npm i
$ npm start
To run the app inside a Docker container:
.env
file with your Docker image URL:
$ echo DOCKER_IMAGE={YOUR_IMAGE_HERE} >> .env
$ docker compose up -d
$ docker attach lume
Storybook is available by running the following command:
$ npm run storybook
Every chart component should have its own .stories
file, and it will be automatically loaded onto the Storybook manager.
The charts we wish to include:
The following are planned for future releases:
Note: Components from this list can change, so being here doesn't mean it will land on the library for sure.
This project is currently being developed & maintained by team Lume. This includes:
FAQs
Lume is a Vue data visualization component library, built with Typescript and D3.
The npm package @adyen/lume receives a total of 112 weekly downloads. As such, @adyen/lume popularity was classified as not popular.
We found that @adyen/lume 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.