【发布时间】:2021-02-24 08:38:03
【问题描述】:
我从我的 RapidMiner 工作流程下载了多个带有图表配置的 JSON 文件。请参阅下面的(部分)示例:
{
"type" : "CHART",
"name" : null,
"generalConfiguration" : {
"inverted" : false,
"optimizedForPrinting" : false,
"timeZone" : null,
"width" : null,
"height" : null,
"displayType" : "REGULAR",
"zoomType" : "XY",
"style" : {
"backgroundColor" : null,
"plotBackgroundColor" : null
}
}
有没有一种简单的方法来可视化这些图表配置 JSON 文件?最好在网络浏览器 (HTML) 中使用?
【问题讨论】:
标签: json charts visualization configuration-files rapidminer