Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 456 Bytes

File metadata and controls

11 lines (6 loc) · 456 Bytes

Render Chart

This is a plugin to visualize data by drawing charts.

Learn how to develop Typing Mind plugins here.

Example usage:

create a bar chart with the following data: labels: ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"], data: [12, 19, 3, 5, 2, 3]

render a pie chart with these categories: ["Electronics", "Fashion", "Home & Garden", "Toys", "Sports"], values: [25, 15, 20, 10, 30]