plotly / dash-pivottable

react-pivottable in Dash
MIT License
192 stars 52 forks source link

Add a new Renderer #9

Open ijbo opened 5 years ago

ijbo commented 5 years ago

hi , how to add a new renderer like violin plot or different types of plots which plotly supports . Where I have to go and make the change ?

Thanks.

jackparmer commented 4 years ago

You'd have to make a pull request to the React component behind this Dash component, which lives here: https://github.com/plotly/react-pivottable

For more on Dash's React-based component system: https://medium.com/plotly/dash-is-react-for-python-r-and-julia-c75822d1cc24