britecharts / britecharts-react

Britecharts-react is a React wrapper for the Britecharts charting library. It allows the use of Britecharts charts within a React application.
http://britecharts.github.io/britecharts-react/
Apache License 2.0
113 stars 22 forks source link

fix: customClick method is not working #201 #202

Closed marcelovani closed 3 years ago

marcelovani commented 3 years ago

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

marcelovani commented 3 years ago

That was quick. Are you planning to make a new release?

marcelovani commented 3 years ago

@DalerAsrorov the last release still doen't show here https://www.npmjs.com/package/britecharts-react

Golodhros commented 3 years ago

@DalerAsrorov the last release still doen't show here https://www.npmjs.com/package/britecharts-react

True, something didn't work on our release process, I will check it out!

Golodhros commented 3 years ago

It should be good now!

marcelovani commented 3 years ago

I am not sure if I am doing something wrong but the minified version in the dist folder still doesen't containt the customClick method

How to replicate

I can only see britechartsCustomEvents=["customMouseOver","customMouseMove","customMouseOut"]

How do I do to make the minified js include the fix?

Golodhros commented 3 years ago

Oh, my bad, let me try again.

Golodhros commented 3 years ago

OK, I tried again, give it some minutes and try the version 0.6.5

marcelovani commented 3 years ago

0.6.5 is working now. Thanks