
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@aurium/vue-plotly
Advanced tools


https://david-desmaisons.github.io/vue-plotly/
<plotly :data="data" :layout="layout" :display-mode-bar="false"/>
import Plotly from 'vue-plotly'
export default {
components: {
Plotly
},
data() {
return {
data:[{
x: [1,2,3,4],
y: [10,15,13,17],
type:"scatter"
}],
layout:{
title: "My graph"
}
}
}
}
data Array (optional)
Data to be displayed
layout Object (optional)
Graphic layout
id String (optional)
Id of the root HTML element of the component.
Others:
Plotly component implements the transparent wrapper pattern:
All other props will be passed as plotly graphic option.
All Plotly.js instance methods are exposed by the component instance with "plotly" prefix, plus the simplifyed toImage() and downloadImage(), that preset some options.
See the usage example at graphpicker.vue.
All Plotly.js events are re-emited by the component instance and you can listen with the v-on directive.
See the usage example at graphpicker.vue.
If you need, all event names are exported by this package:
import { eventNames } from 'vue-plotly'
yarn add vue-plotly
yarn
yarn dev
yarn build
One time:
yarn test
Hacking:
yarn test:watch --open
yarn lint
FAQs
Unknown package
We found that @aurium/vue-plotly 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
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers