Mogball opened a new pull request #4130: [Bugfix] Remedy for Dual Axis chart render bug URL: https://github.com/apache/incubator-superset/pull/4130 An attempt to remedy https://github.com/apache/incubator-superset/issues/4115, which seems to be the result of issues handling annotations for Dual Axis Line Charts. The first issue is that the most recent nvd3 release `1.8.6` does not expose `xScale` (although it exists in `nvd3/master`), and secondly there is `yAxis1` and `yAxis2` instead of just `yAxis`. Making up for `xScale` isn't an issue because `multiChart` just uses `d3.scale.linear()` but I'm wondering how annotations are handled for two axes? @fabianmenges
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
