Skip to content

Point event fix#30

Merged
ksolan merged 1 commit intokyper-data:masterfrom
peculiarism:master
Oct 12, 2017
Merged

Point event fix#30
ksolan merged 1 commit intokyper-data:masterfrom
peculiarism:master

Conversation

@peculiarism
Copy link

Hi,

I'm in the process of implementing click events on points in a scatter graph, however I'm getting this error:

Option Type Mismatch: Expected: <class 'highcharts.highcharts.common.Events'>

Looking through the source code this seems like it may be an easy fix, as the way I'm formatting the options is like so:

'point': {
                            'events': {
                                'click': 'function(e) {console.log("Hello!" + e)}'
                            },
                        }

Let me know if this isn't the case, it would be great to get this fixed ASAP :)

@ksolan
Copy link
Contributor

ksolan commented Oct 12, 2017

Sorry for the much delayed reply! Just getting back to github.

Thanks for the fix -- it does look like an oversight on our part.

@ksolan ksolan merged commit 09448ff into kyper-data:master Oct 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants