@eeacms/react-chart-editor
Version:
plotly.js chart editor react component UI
45 lines (44 loc) • 810 B
JSON
{
"data": [
{
"type": "scatter",
"x": [
"Moe",
"Larry",
"Curly",
"Moe",
"Larry",
"Curly",
"Moe",
"Larry",
"Curly",
"Moe",
"Larry",
"Curly"
],
"y": [1, 6, 2, 8, 2, 9, 4, 5, 1, 5, 2, 8],
"mode": "markers",
"transforms": [
{
"enabled" :true,
"type": "aggregate",
"groups": [
"Moe",
"Larry",
"Curly",
"Moe",
"Larry",
"Curly",
"Moe",
"Larry",
"Curly",
"Moe",
"Larry",
"Curly"
],
"aggregations": [{"target": "y", "func": "avg", "enabled": true}]
}
]
}
]
}