[Legacy] Bubblechart reference¶
Diagramme à bulles, pour afficher 3 dimensions
Warning
These are legacy charts and are not supported anymore. Switch to the new charts to get the latest update of the chart
None options is availaible in studio
Only in code mode¶
parameters | label | type | optional | description | choices |
---|---|---|---|---|---|
comment |
string | ||||
style |
string | True | |||
source |
string | ||||
legend |
anyOf | ||||
color |
|||||
cy |
string | ||||
cx |
string | ||||
bissector/y |
number | ||||
bissector/labels |
array | ||||
bissector/sentiments |
array | ||||
label |
string | ||||
xDomain |
array | ||||
withBenchmark |
boolean | ||||
yDomain |
array | ||||
rDomain |
array | ||||
quadrants/xDecile |
number | ||||
quadrants/labels |
array | ||||
quadrants/yDecile |
number | ||||
quadrants/sentiments |
array | ||||
quadrants/y |
number | ||||
quadrants/x |
number | ||||
r |
string | ||||
drill/levelsOrder |
array | ||||
drill/group |
string | ||||
drill/level |
string |
Code mode sample¶
charts: [
{
"chartType": "bubblechart",
"cy": "",
"cx": "",
"r": "",
"label": ""
}
]