cDanowski commented on issue #7136: Radar chart spokes disappears on mouse hovering URL: https://github.com/apache/incubator-echarts/issues/7136#issuecomment-507669973 Hi there, first of all, the project is great! I stumble over the same issue, when adding radar indicators whose value array contain 'null' entries. The data points are depicted correctly, but sometimes the lines are drawn correctly and sometimes (especially after interacting with the radar, i.e. hovering, tooltip, toolbox), the lines vanish and do not return. PROBLEM STATEMENT && VERSION: I use version 4.2.0-rc.2 of echarts. I have several indicators in radar, only two of them contain numeric values for the selected features, the rest is null. After selecting my features in map, I see the radar chart as expected (lines only connect the numeric points):  But as soon as I hover over any item to force the tooltip to show, or open diagram (or sometimes when adding another feature to radar), the lines connecting the data points of a certain feature with null values disappear. Also the point color of the hovered item spreads to several data points, that actually do not belong to the feature entry (see by comparing both images)  The lines will not come back by hovering or anything, also the "restore" toolbox-tool does not bring them back. EXPECTED BEHAVIOUR In my opinion, the lines should not vanish, but stay as in the first image. I hope I provided enough information and would be glad about any comment on this issue. Regards, Christian
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
