David-Desmaisons / vue-plotly

📈 vue wrapper for plotly.js
https://david-desmaisons.github.io/vue-plotly/
MIT License
256 stars 74 forks source link

Use package plotly.js-dist #52

Open tkallage opened 1 year ago

tkallage commented 1 year ago

Uses plotly.js-dist as the plotly dependency. In combination with #49 this enables the use of this package in vite (vue 2.7), fixing #47.

The difference between this PR and #46 is that this PR does not contain any style/formatting changes and the tests are also considered.

The circleci test-pipeline is currently failing, but the underlying issue should be resolved with #50.

olakmal commented 1 year ago

If this can be merged, it would be really great!