How can we see an other object property when hovering on a chart?

hi, Workshop charts aggregate data / objects. That is if you have 100 objects like “books” and you plot them on the chart, you can select:

  • a property to group the data by (required)
  • another property to create series based on it (optional)
  • aggregations on the grouped data

as data is aggregated on a chart, only the properties used in aggregation can be displayed on the chart and other properties cannot be displayed

For more information about charting configs see https://www.palantir.com/docs/foundry/workshop/widgets-chart/

1 Like