Ovilia commented on issue #9567: ConnectNulls not connecting to values URL: https://github.com/apache/incubator-echarts/issues/9567#issuecomment-446924035 1. You should set `connectNulls: true` to make it connect nulls 2. You don't have `connectNulls` in your demo 3. It only connects from value to `null`, which means `[null, 1, null, 2]` will not have the line from the first data to `1`, but will connect between `1` and `2`.
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
