We have a basic chart in workshop, when we hover the lines on the chart we would like to be able to see an other property on the object. Currently the only property we can see is the primary key but we would like to see an other property when we hover on the chart. How can we make this happen please ? We do not find a way to pick which property to show when hovering on the chart. Thanks for your help !
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