nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.33k stars 1.07k forks source link

Latest Plotly version breaks Plotly sample #1338

Open flowerbot opened 1 year ago

flowerbot commented 1 year ago

An error with Plotly renderers was showing in my charts (written some time ago, and using version 2.23.0 of pivot.js). I investigated your sample to see what I should do to correct the error and saw that the sample has the same error. I've solved the problem for myself by replacing the link to plotly-basic.min.js with an older version (1.33.1 - it works, however I didn't spend a lot of time checking to find the most recent 'non breaking' version). No more errors for me.

https://pivottable.js.org/examples/plotly.html

juanmantelli commented 1 year ago

TY!!!! that also works for me ! https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.33.1/plotly-basic.min.js

juanmantelli commented 1 year ago

1.58.5 I believe is the most recent "non breaking" version