FrankTT3D opened a new issue, #30270: URL: https://github.com/apache/superset/issues/30270
## Screenshot  ## Description If data contains a value of NULL, the chart visualizes as if the data were 0. In the example application, a doctor cannot differentiate whether a patient did not answer a question, or checked an answer that would score to a 0 value. ## Design input [`design:suggest`] Other tools creating radar charts do not draw a line to the axis containing the missing data point in case the data point is missing - which is an intuitive visualization of the data. Somewhat problematic is the visualization of an axis, when it's left and right adjacent axis are both containing NULL values. In this case, I suggest to draw a point only. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
