This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Community, as mentioned in this post, the idea is to have access to the opportunities to create presets in a JSON theme for series as well. This would provide users the option to name series and have them styled automatically. Imagine you'd have an AC / PL series in your charts and with the click of a Preset it will be styled according to IBCS rules.
This would also leverage options to share partial and useful JSON snippets across the community and make data-viz-best-practises more accessible.
I would imagine to have two options for styling series:
* named series
* numbered series
In a named series the references would be accessed with a $id-property e.g.
"$id": "AC", [...],
"$id": "PL", [...]
In a numbered series the 1. series would always be styled according to the JSON and up to N different elements could be styled through the JSON theme, e.g.
"dataPoint": [
{ // 1. Series-Item
"fill": {
"solid": {
"color": "#000000"
}
}
},
{ // 2. Series-Item
"fillTransparency": 90,
"borderColorMatchFill": true,
"borderTransparency": 60,
"fill": {
"solid": {
"color": "#000000"
}
}
}
]
Thank you,
Konstantin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.