Convert JSON to chart data

Convert your JSON file into a chart.

Description

Transform your JSON file into an insightful chart with this feature. It enables you to visualize data directly from JSON format, turning complex data structures into easily understandable charts. This process helps in data analysis and presentation, allowing you to gain deeper insights and communicate findings effectively. Whether you're working with large datasets or simple records, this tool simplifies the creation of various chart types, such as bar graphs, line charts, and pie charts, providing a visual representation that enhances data comprehension and decision-making.

The JSON to chart component has the identifier of json-chart-X, where X represents the instance number of the JSON to chart component.

Component settings

Parameter NameDescription

Input

The target file.

Chart type

Allow the customer to select the type of chart they want to generate.

There are a lot of different type of chart.

  • Auto detect

  • Line chart

  • Multi-line chart

  • Bar chart

  • Stacked bar chart

  • Grouped bar chart

  • Column chart

  • Stacked column chart

  • Grouped column chart

  • Area chart

  • Stacked area chart

  • Pie chart

  • Donut chart

Advanced configurations

OptionsDescription

Enable caching

This option determines whether the results of the component are cached. This means that on the next run of the Flow, Diaflow will utilize the previous computed component output, as long as the inputs have not changed.

Caching time

Only applicable if the "Enable Caching" option has been enabled. This parameter controls how long Diaflow will wait before automatically clearing the cache.

Use case

Here is a simple use case of the JSON to chart component, where the JSON to chart component is being used to generate a chart with a basic JSON.

Last updated