vue-plotly icon indicating copy to clipboard operation
vue-plotly copied to clipboard

A vue wrapper for plotly.js chart library

Results 44 vue-plotly issues
Sort by recently updated
recently updated
newest added

Bumps [karma](https://github.com/karma-runner/karma) from 2.0.2 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hey there 👋 We are migrating our Vue 2 + Vue CLI application to a Vue 3 + Vite application. We are struggling with adapting Plotly to this new system....

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.2 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

To use with Nuxt 2.10.0, I had to do the following to avoid "document is not defined": Make a new file in `plugins` called `vue-plotly.js` and put this in it:...

Hi, I'm trying to manualy trigger an hover event on my chart so it would display the tooltips for the last records on loading. This is something documented in the...

Please provide a minimal example of animation with your wrapper. I have data dynamically bound, but it seems to just have plotly redraw, when animation is specified in `options`

I am trying to create a component that features a map with points on it (from a csv ideally) that will display a Plotly popup containing a graph based on...

I have two `Plotly` instances, which plot data after a button press (e.g. click button one, data for the first instance is plotted). - plot 1 is a scatter plot...