1.7.6 master merge (#4097)
* remove can edit from hyperlink (#4076) * Add check for stop observing before calling it (#4080) * Set the yKey value on the series when it's changed (#4083) * [Imagery] Click on image to get a large view #3582 (#4085) fixed issue where large imagery view opens only once. Co-authored-by: Henry Hsu <hhsu0219@gmail.com> Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
This commit is contained in:
@@ -936,7 +936,7 @@ export default {
|
||||
},
|
||||
|
||||
setYAxisKey(yKey) {
|
||||
this.config.series.models[0].emit('change:yKey', yKey);
|
||||
this.config.series.models[0].set('yKey', yKey);
|
||||
},
|
||||
|
||||
pause() {
|
||||
|
||||
Reference in New Issue
Block a user