nuxt-plotly
nuxt-plotly copied to clipboard
📊 Enhance your Nuxt 3 projects with interactive data visualizations using nuxt-plotly – Simplified Plotly.js integration made easy!
I want to change title x/y label in layout dynamically but i get this error Uncaught (in promise) Maximum recursive updates exceeded. This means you have a reactive effect that...
* What happened: Plots do not get rendered and mentioned error is thrown. * What i would expect: Plots rendering * What i did: 1) Install the plugin as per...
I updated nuxt to version 3.12.3 I also removed `mode: 'client'` from the `module.ts` file because it caused errors. I do not know why
With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be...
## Problem Seems like `plotly.js-dist-min/plotly.min.js` does not provide an export named 'default' so it cannot be rendered 🤔 ## Dev checks - [x] `npx nuxi@latest module add nuxt-plotly` - [x]...