Search code examples
jsonchartsvisualizationconfiguration-filesrapidminer

An easy way to visualise chart configuration JSON-files?


I've downloaded multiple JSON-files with chart configurations from my RapidMiner workflow. See (a partial) example below:

{
  "type" : "CHART",
  "name" : null,
  "generalConfiguration" : {
    "inverted" : false,
    "optimizedForPrinting" : false,
    "timeZone" : null,
    "width" : null,
    "height" : null,
    "displayType" : "REGULAR",
    "zoomType" : "XY",
    "style" : {
      "backgroundColor" : null,
      "plotBackgroundColor" : null
    }
  }

Is there an easy way to visualise these chart configuration JSON-files? Preferably in a web browser (HTML)?


Solution

  • The idea of the configuration files is, that you have a way to re-use or share your plot configuration, for example to display a second data set (with the same layout) in the same way. If you want to store the data visualization use the export menu on the top right corner of the plot.

    enter image description here

    You could also use the Animated Plots extension from the RapidMiner marketplace to create a custom image configuration and export multiple plots and combine them as a GIF.