-
Notifications
You must be signed in to change notification settings - Fork 909
Open
Labels
Description
Use case
We need the ability to render 3D scatter plots with three numeric axes (X, Y, Z) for visualizing multidimensional data. The chart should support:
Three independent axes:
X-axis: Temperature
Y-axis: Flow (kg/s)
Z-axis: Fouling Factor
Proposal
Data points in 3D space with customizable colors (e.g., green and purple for different categories or series).
Interactive rotation and zoom for better exploration of dense data clusters.
Grid lines and axis labels for all three dimensions.
Ability to handle large datasets efficiently.
Optional tooltip support for each point.