lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.12k stars 115 forks source link

Upgrade react-chart-editor to upgrade to plotly.js v2 #113

Open saaj opened 1 year ago

saaj commented 1 year ago

Plotly's react-chart-editor looks abandoned. Last commit was more than 2 years ago. And it runs on plotly.js v1 (1.58.5). There's a maintained fork, which runs on plotly.js v2.

An areas to focus on during the switch is backward compatibility of plotly.js v1-based viewOptions when opened by plotly.js v2. They is removed functionality in plotly.js 2.0.

saaj commented 10 months ago

In the mean time react-chart-editor has been revived and upgraded to plotly.js==2.26.0, in https://github.com/plotly/react-chart-editor/commit/8e5af6e09d7392fa4699bf90d7dfcf4270f14ae2.