Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[smoothCustomBullets] Don't work with multiple graphs #25

Closed
Silbad opened this issue Jun 27, 2018 · 3 comments
Closed

[smoothCustomBullets] Don't work with multiple graphs #25

Silbad opened this issue Jun 27, 2018 · 3 comments

Comments

@Silbad
Copy link
Contributor

Silbad commented Jun 27, 2018

Hello,
I have an issue with several graphs

"graphs": [ { "valueAxis": "v1", "balloonText": "[[title]] : <b>[[value]] km</b>", "fillAlphas": 0.9, "lineAlpha": 0.2, "lineColor": "#b3dfe2", "type": "column", "valueField": "Value1" }, { "valueAxis": "v2", "balloonText": "[[title]] : <b>[[value]]h</b>", "fillAlphas": 0.9, "lineAlpha": 0.2, "lineColor": "#45b9bf", "type": "column", "clustered": false, "columnWidth": 0.5, "valueField": "Value2" }, { "valueAxis": "v3", "balloonText": "[[title]] : <b>[[value]]</b>", "fillAlphas": 0, "lineAlpha": 0.6, "lineColor": "#5d5b5e", "valueField": "Value3", "bullet": "round", "customBulletField": "PhotoUrl", "bulletSize": 40, "bulletOffset": 18, "labelPosition": "right", "labelText": "[[value]]" } ],
=> dataPoint is undefined
With just one graph, it's ok ;)
Thanks

@Silbad Silbad changed the title Don't work with multiple graphs [smoothCustomBullets] Don't work with multiple graphs Jun 27, 2018
@martynasma
Copy link
Collaborator

Merged your commit. Let us know if you still having the issue.

@Silbad
Copy link
Contributor Author

Silbad commented Jun 27, 2018

Nope it's ok ^^
For your information, I haven't changed the version number and the min file ;)

@martynasma
Copy link
Collaborator

No worries. I did ;)

Thanks again!

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

No branches or pull requests

2 participants