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

Do not dispatch axis event if axis data is not available #337

Merged
merged 2 commits into from
Apr 30, 2018

Conversation

alvarezguille
Copy link
Member

@alvarezguille alvarezguille commented Apr 30, 2018

Axis afterSetExtremes is meaningless if axis is not defined.
Also helps prevent flow#3102
Fixes CHARTS-778


This change is Reviewable

Axis afterSetExtremes is meaningless if axis is not defined.
Also helps prevent flow#3102
Fixes CHARTS-778
@DiegoCardoso
Copy link
Contributor

:lgtm:


Reviewed 1 of 2 files at r1, 1 of 1 files at r2.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@alvarezguille alvarezguille merged commit 2965b47 into 6.0 Apr 30, 2018
@alvarezguille alvarezguille deleted the task/CHARTS-778-meaningfull-axis-events branch April 30, 2018 13:05
alvarezguille added a commit that referenced this pull request Apr 30, 2018
Axis afterSetExtremes is meaningless if axis is not defined.
Also helps prevent flow#3102
Fixes CHARTS-778
Cherry-pick from #337
DiegoCardoso pushed a commit that referenced this pull request May 3, 2018
* Do not dispatch axis event if axis data is not available

Axis afterSetExtremes is meaningless if axis is not defined.
Also helps prevent flow#3102
Fixes CHARTS-778
Cherry-pick from #337

* Fix conditional for false positives (min/max = 0)
tomivirkki added a commit that referenced this pull request Jun 6, 2018
* Do not dispatch axis event if axis data is not available (#338)

* Do not dispatch axis event if axis data is not available

Axis afterSetExtremes is meaningless if axis is not defined.
Also helps prevent flow#3102
Fixes CHARTS-778
Cherry-pick from #337

* Fix conditional for false positives (min/max = 0)

* Adding description file for Vaadin Directory (#336)

* Pin shadycss to ~1.1.0 (#342)

See more at Polymer/polymer#5221

* Revert "Pin shadycss to ~1.1.0 (#342)" (#345)

* Revert "Pin shadycss to ~1.1.0 (#342)"

This reverts commit 2e8e260.

* Support stack and stacking properties for series (#349)

* Support stack and stacking properties

* CHARTS-753: Series additional options (#350)

* Chart labels fix for arrays in which the first element is a string (#352)

* Set the first element of array as name and leave x unset if now user-supplied mapper finds a name for the point
* Tests for other chart label scenarios
* Simplify label assignment. Sort testcase as expected by Highcharts. https://www.highcharts.com/errors/15

* Support chart3d attribute (#351)

* Support chart3d attribute
 - Add default values for alpha, beta and depth for options3d
 - Add the information at property documentation
* Add bar as supported type to chart3d doc

* 6.1.0-alpha6 (#353)

* Change importing order/structure and definition of the classes

* Update demos

* Move IE11 and iOS to cron build (#358)

* Empty-text property on vaadin-chart (#357)

* Empty-text property on vaadin-chart

* Should display empty-text when all data-containing series are removed from existing charts

* Add neck width attribute to series (#359)

* Add neckWidth property

Add test for the new property

* Add observer to neckWidth property

Add test for changing neckWidth value
Add doc

* Highcharts 6 compatibility

* Fix 3D by performing 3D setup after next render after initialization completes. Add observers after initialization.

* Check global scope for Highcharts

* Test fixes
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