You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional clarification regarding the dataKey flag --
For whatever reason, Contour defaults to using the x values of the dataset as the unique identifier when it comes to the scatter chart, we can change this by adding in a dataKey option to the Contour chart instance, e.g.,
Essentially, this will let Contour know to consider the data unique by a key: id; applying this to the dataset raised in the issue should then fix the problem:
Alternatively, there is another method to get Contour's scatter chart to recognize your dataset as separate series without using dataKey. If you provide it in the format that makes it clear that this is the case:
In a recent project a scatter plot only showed 3 out of 5 data points,
The points that were not displayed had the
x
value in common ( 0.1 ). They
values were all different but the only one displayed wasy: 30
The text was updated successfully, but these errors were encountered: