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.
We're currently aiming to use:
To install Lume, run the following command:
$ npm install @adyen/lume
The default export of Lume is a Vue plugin that you can install in your global Vue setup:
import Vue from 'vue';
import Lume from 'lume';
import App from './my-app.vue';
Vue.use(Lume);
const app = new Vue(App).$mount('#root');
If, instead of using the Vue plugin, you rather import single components as you go, you can do that as well:
// SFC <script type="ts">
import { defineComponent } from 'vue';
import LumeBarChart from 'lume/charts/lume-bar-chart';
export default defineComponent({
components: { LumeBarChart },
...
});
Follow these steps to quickly start developing amazing data-viz components locally:
$ git clone git@github.com:Adyen/lume.git
$ npm i
$ npm start
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:
0.1.1
24 October 2022
#27
#23
#24
#21
#19
#17
#15
#13
#14
#12
#11
#9
any
from axis types #10
#8
#6
#7
#5
#4
#3
#2
#1
5fae939
4c3b094
e50c9a6
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.