davidctj / react-plotlyjs-ts

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

Latest package version from master isn't published to npm #7

Closed iburakov closed 4 years ago

iburakov commented 4 years ago

Hi! It seems that current latest version of the package in master (2.2.1 after merging PR #6) isn't published to npm repo as it has only 2-year-old 2.1.0 with "latest" tag on it.

I'm using it in one of my projects and at some point additional plotly event handlers ("plotly_legendclick", etc.) were required. They aren't available in 2.1.0, although were added by PR #4 and current master have them all. Sadly, I was unable to update the package using npm. Making it possible would be very helpful :)

PS. Thanks for the convenient wrapper!

davidctj commented 4 years ago

@iburakov thanks for pointing this. I've published 2.2.1 to npm now.