Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
I have a boxplot created using visual "Box and Whisker by MAQ Software".
Is it possible to add jittering to the boxplot? When I create a measure
Here's an example of one way to do it, with the Deneb visual.
{
"data": {"name": "dataset"},
"facet": {
"column": {"field": "Subcategory"}
},
"spec": {
"transform": [
{
"calculate": "random()-0.5",
"as": "jitter"
}
],
"layer": [
{
"mark": "point",
"encoding": {
"x": {
"field": "jitter",
"type": "quantitative",
"scale": {
"domain": [-10, 10]
},
"axis": null
},
"y": {
"field": "Total Qty",
"type": "quantitative"
}
}
},
{
"mark": {
"type": "boxplot",
"extent": "min-max"
},
"encoding": {
"y": {
"field": "Total Qty",
"type": "quantitative"
}
}
}
]
}
}
Pat
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 63 | |
| 62 | |
| 42 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 113 | |
| 105 | |
| 36 | |
| 28 | |
| 28 |