datopian / datahub

🌀 Rapidly build rich data portals using a modern frontend framework
https://datahub.io/opensource
MIT License
2.17k stars 322 forks source link

Plotly component for simple charts #1100

Closed anuveyatsu closed 1 month ago

anuveyatsu commented 2 months ago

It would be cool to have an alternative for currently supported Vega component for those who wants to do visualisation with Plotly spec.

How to reproduce

N/A

Expected behavior

I'd like to be able to do something like (mainly want to do line charts and any other simple charts):

<Plotly
  data={...}
  spec={...}
/>
Daniellappv commented 2 months ago

@anuveyatsu do we know the status of this issue? You said you will assign it to Luccas Mateusz

luccasmmg commented 2 months ago

@Daniellappv Flagging that i've started the issue, but was derailed by other projects, will probably only have time for it either Thursday or Friday, worst case scenario will do it on the weekend

luccasmmg commented 1 month ago

Done preview here https://portaljs-storybook-git-changeset-release-main-datopian1.vercel.app/?path=/docs/components-plotlylinechart--docs

olayway commented 1 month ago

FIXED