davidctj / react-plotlyjs-ts

A react-typescript component for Plotly.JS graphs.
MIT License
14 stars 9 forks source link

`config` and `layout` props should be `Partial` #2

Closed nmanoogian closed 6 years ago

nmanoogian commented 6 years ago

Hi there -- great project! I just noticed that I'm being required to specify all of the layout props to the PlotlyChart element. Should the config and layout` props be Partials?

davidctj commented 6 years ago

Hi @alkaline9500 , thanks for point that bug, I've fixed a new version 2.1.0, plz try that and let me know

nmanoogian commented 6 years ago

Great work! It's working perfectly now. Thanks!